Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 6301a3e4cae1d5588ef7ab9ac32921a0e1f511c5 https://github.com/Perl/perl5/commit/6301a3e4cae1d5588ef7ab9ac32921a0e1f511c5 Author: Karl Williamson <k...@cpan.org> Date: 2025-03-12 (Wed, 12 Mar 2025)
Changed paths: M mathoms.c Log Message: ----------- Revert "utf8n_to_uvuni: Use utf8_to_uv()" This reverts commit d62b9faceeab661e8ad54242581ee292f1dbd8c8. That commit turns out to be ill advised. I forgot that the function call it replaced also calls utf8_to_uv() and then munges its return value. This commit to succeed would have needed the same munging. But rather than repeat that logic, just call the original function, by simply reverting this commit. This fixes #23053. I haven't tested them, but it likely also takes care of #22820, #23086, and #22977 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications