Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utf8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ Because of these quirks, C<utf8_to_uvchr_buf> is very difficult to use
correctly and handle all cases. Generally, you need to bail out at the first
failure it finds.

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
well-formed input, and for the malformations it is capable of finding, but
doesn't find all of them, and it can read beyond the end of the input buffer,
which is why it is deprecated.
Expand Down