@@ -1194,7 +1194,7 @@ C<L</is_c9strict_utf8_string_loc>>, and C<L</is_c9strict_utf8_string_loclen>>.
11941194
11951195Returns TRUE if the first C<len> bytes of string C<s> form a valid 
11961196UTF-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>; 
11981198otherwise it returns FALSE.  If C<len> is 0, it will be calculated using 
11991199C<strlen(s)> (which means if you use this option, that C<s> can't have embedded 
12001200C<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'.
12031203This function returns FALSE for strings containing any code points above the 
12041204Unicode max of 0x10FFFF or surrogate code points, but accepts non-character 
12051205code 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
12081208See also C<L</is_utf8_invariant_string>>, C<L</is_utf8_invariant_string_loc>>, 
12091209C<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.
16071607The largest acceptable code point is the Unicode maximum 0x10FFFF.  This 
16081608differs from C<L</isSTRICT_UTF8_CHAR>> only in that it accepts non-character 
16091609code 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>. 
16111611which said that non-character code points are merely discouraged rather than 
16121612completely forbidden in open interchange.  See 
16131613L<perlunicode/Noncharacter code points>. 
0 commit comments