Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 12f6bd004f01683d88bbd1a6110af18bd9528c5e
      
https://github.com/Perl/perl5/commit/12f6bd004f01683d88bbd1a6110af18bd9528c5e
  Author: Karl Williamson <k...@cpan.org>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  Changed paths:
    M utf8.c

  Log Message:
  -----------
  pv_uni_display: Revert use of utf8_to_ov_or_die

This fixes #23089

Croaking when someone is trying to output a malformed UTF-8 sequence
turns out to be a bad idea.  That should have been obvious to me.

But instead of going back to the problematic utf8_to_uvchr_buf(), this
commit uses the non-croaking utf8_to_uv().

Croaking should not be done when at the user interface.  It makes sense,
for example, when things should have already been validated and there is
no good option to proceed.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to