Skip to content

Commit 0cf63f4

Browse files
committed
WS Cleanup Stage #13 - reflow C comments (5)
1 parent eae332a commit 0cf63f4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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://wwwXXXX.unicodeXXXX.org/versions/corrigendum9XXXX.html>;
1197+
L<Unicode Corrigendum #9|http://wwwXXXXX.unicodeXXXXX.org/versions/corrigendum9XXXXX.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://wwwXXXX.unicodeXXXX.org/versions/corrigendum9XXXX.html>.
1206+
L<Corrigendum #9|http://wwwXXXXX.unicodeXXXXX.org/versions/corrigendum9XXXXX.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://wwwXXXX.unicodeXXXX.org/versions/corrigendum9XXXX.html>.
1610+
L<Unicode Corrigendum #9|http://wwwXXXXX.unicodeXXXXX.org/versions/corrigendum9XXXXX.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ These variables are global to an entire process. They are shared between
1313
all interpreters and all threads in a process. Any variables not documented
1414
here may be changed or removed without notice, so don't use them! If you
1515
feel you really do need to use an unlisted variable, first send email to
16-
L<perl5-porters@perlXXXX.org|mailto:perl5-porters@perlXXXX.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.
16+
L<perl5-porters@perlXXXXX.org|mailto:perl5-porters@perlXXXXX.org>. It may
17+
be that someone there will point out a way to accomplish what you need
18+
without using an internal variable. But if not, you should get a go-ahead
19+
to document and then use the variable.
2020
2121
=cut
2222
*/

0 commit comments

Comments
 (0)