We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505e049 commit 6e8e0e8Copy full SHA for 6e8e0e8
pod/perlguts.pod
@@ -3552,9 +3552,8 @@ how long the first character in it is with the C<UTF8SKIP> macro:
3552
len = UTF8SKIP(utf); /* len is 3 here */
3553
3554
Another way to skip over characters in a UTF-8 string is to use
3555
-C<utf8_hop>, which takes a string and a number of characters to skip
3556
-over. You're on your own about bounds checking, though, so don't use it
3557
-lightly.
+L<perlapi/C<utf8_hop_safe>>, which takes a string and a number of
+characters to skip over.
3558
3559
All bytes in a multi-byte UTF-8 character will have the high bit set,
3560
so you can test if you need to do something special with this
0 commit comments