Skip to content

Commit 75c8c34

Browse files
committed
WS Cleanup Stage #11 - reflow C comments (3)
1 parent d1f2281 commit 75c8c34

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

inline.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ C<L</is_c9strict_utf8_string_loc>>, and C<L</is_c9strict_utf8_string_loclen>>.
11941194
11951195
Returns TRUE if the first C<len> bytes of string C<s> form a valid
11961196
UTF-8-encoded string that conforms to
1197-
L<Unicode Corrigendum #9|http://wwwXX.unicodeXX.org/versions/corrigendum9XX.html>;
1197+
L<Unicode Corrigendum #9|http://wwwXXX.unicodeXXX.org/versions/corrigendum9XXX.html>;
11981198
otherwise it returns FALSE. If C<len> is 0, it will be calculated using
11991199
C<strlen(s)> (which means if you use this option, that C<s> can't have embedded
12001200
C<NUL> characters and has to have a terminating C<NUL> byte). Note that all
@@ -1203,7 +1203,7 @@ characters being ASCII constitute 'a valid UTF-8 string'.
12031203
This function returns FALSE for strings containing any code points above the
12041204
Unicode max of 0x10FFFF or surrogate code points, but accepts non-character
12051205
code points per
1206-
L<Corrigendum #9|http://wwwXX.unicodeXX.org/versions/corrigendum9XX.html>.
1206+
L<Corrigendum #9|http://wwwXXX.unicodeXXX.org/versions/corrigendum9XXX.html>.
12071207
12081208
See also C<L</is_utf8_invariant_string>>, C<L</is_utf8_invariant_string_loc>>,
12091209
C<L</is_utf8_string>>, C<L</is_utf8_string_flags>>, C<L</is_utf8_string_loc>>,
@@ -1607,7 +1607,7 @@ form the first code point in C<s>, are not examined.
16071607
The largest acceptable code point is the Unicode maximum 0x10FFFF. This
16081608
differs from C<L</isSTRICT_UTF8_CHAR>> only in that it accepts non-character
16091609
code points. This corresponds to
1610-
L<Unicode Corrigendum #9|http://wwwXX.unicodeXX.org/versions/corrigendum9XX.html>.
1610+
L<Unicode Corrigendum #9|http://wwwXXX.unicodeXXX.org/versions/corrigendum9XXX.html>.
16111611
which said that non-character code points are merely discouraged rather than
16121612
completely forbidden in open interchange. See
16131613
L<perlunicode/Noncharacter code points>.

perlvars.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
/*
1111
=head1 Global Variables
1212
These variables are global to an entire process. They are shared between
13-
all interpreters and all threads in a process. Any variables not
14-
documented here may be changed or removed without notice, so don't use
15-
them! If you feel you really do need to use an unlisted variable, first
16-
send email to L<perl5-porters@perlXX.org|mailto:perl5-porters@perlXX.org>.
17-
It may be that someone there will point out a way to accomplish what you
18-
need without using an internal variable. But if not, you should get a
19-
go-ahead to document and then use the variable.
13+
all interpreters and all threads in a process. Any variables not documented
14+
here may be changed or removed without notice, so don't use them! If you
15+
feel you really do need to use an unlisted variable, first send email to
16+
L<perl5-porters@perlXXX.org|mailto:perl5-porters@perlXXX.org>. It may be
17+
that someone there will point out a way to accomplish what you need without
18+
using an internal variable. But if not, you should get a go-ahead to
19+
document and then use the variable.
2020
2121
=cut
2222
*/

0 commit comments

Comments
 (0)