Skip to content

Commit 27e7aaa

Browse files
tonycozmauke
authored andcommitted
perlapi: there is no utf8_uvchr
1 parent eb87a4a commit 27e7aaa

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
@@ -1249,7 +1249,7 @@ Because of these quirks, C<utf8_to_uvchr_buf> is very difficult to use
12491249
correctly and handle all cases. Generally, you need to bail out at the first
12501250
failure it finds.
12511251
1252-
The deprecated C<utf8_uvchr> behaves the same way as C<utf8_to_uvchr_buf> for
1252+
The deprecated C<utf8_to_uvchr> behaves the same way as C<utf8_to_uvchr_buf> for
12531253
well-formed input, and for the malformations it is capable of finding, but
12541254
doesn't find all of them, and it can read beyond the end of the input buffer,
12551255
which is why it is deprecated.

0 commit comments

Comments
 (0)