Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9acaa9844a1adc113059335846a097b435800a22
https://github.com/Perl/perl5/commit/9acaa9844a1adc113059335846a097b435800a22
Author: Karl Williamson <[email protected]>
Date: 2024-10-10 (Thu, 10 Oct 2024)
Changed paths:
M utf8.c
Log Message:
-----------
bytes_to_utf8: Don't redo work
We have gone to some trouble to find the first UTF-8 variant character
in the input string. There is no need to look again for variants in the
portion of the string that we have already determined doesn't have any
such variants.
This missing statement appears to have been an oversight.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications