Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 58edeb0794da1338dfda3242dc9ef30b9d800eab
https://github.com/Perl/perl5/commit/58edeb0794da1338dfda3242dc9ef30b9d800eab
Author: Karl Williamson <[email protected]>
Date: 2025-03-09 (Sun, 09 Mar 2025)
Changed paths:
M pp.c
Log Message:
-----------
pp_ord: Use utf8_to_uv over utf8n_to_uvchr
This is the more modern spelling.
This also changes the code so that 0 is always explicitly returned if
the SV is zero length. Previously it would only do this if the SV was
marked as being in UTF-8. If it wasn't, it would return the first byte
in the PV. That should also always be a NUL or 0, but now it is
explicit.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications