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 eb87a4a commit 27e7aaaCopy full SHA for 27e7aaa
utf8.c
@@ -1249,7 +1249,7 @@ Because of these quirks, C<utf8_to_uvchr_buf> is very difficult to use
1249
correctly and handle all cases. Generally, you need to bail out at the first
1250
failure it finds.
1251
1252
-The deprecated C<utf8_uvchr> behaves the same way as C<utf8_to_uvchr_buf> for
+The deprecated C<utf8_to_uvchr> behaves the same way as C<utf8_to_uvchr_buf> for
1253
well-formed input, and for the malformations it is capable of finding, but
1254
doesn't find all of them, and it can read beyond the end of the input buffer,
1255
which is why it is deprecated.
0 commit comments