Skip to content

Commit df15b71

Browse files
committed
perlapi: there is no utf8_uvchr
1 parent 9c5f1c4 commit df15b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utf8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ Because of these quirks, C<utf8_to_uvchr_buf> is very difficult to use
12241224
correctly and handle all cases. Generally, you need to bail out at the first
12251225
failure it finds.
12261226
1227-
The deprecated C<utf8_uvchr> behaves the same way as C<utf8_to_uvchr_buf> for
1227+
The deprecated C<utf8_to_uvchr> behaves the same way as C<utf8_to_uvchr_buf> for
12281228
well-formed input, and for the malformations it is capable of finding, but
12291229
doesn't find all of them, and it can read beyond the end of the input buffer,
12301230
which is why it is deprecated.

0 commit comments

Comments
 (0)