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 9c5f1c4 commit df15b71Copy full SHA for df15b71
utf8.c
@@ -1224,7 +1224,7 @@ Because of these quirks, C<utf8_to_uvchr_buf> is very difficult to use
1224
correctly and handle all cases. Generally, you need to bail out at the first
1225
failure it finds.
1226
1227
-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
1228
well-formed input, and for the malformations it is capable of finding, but
1229
doesn't find all of them, and it can read beyond the end of the input buffer,
1230
which is why it is deprecated.
0 commit comments