https://bugzilla.redhat.com/show_bug.cgi?id=2264004 --- Comment #1 from Paul Howarth <paul@xxxxxxxxxxxx> --- You are right that append_utf8 uses Unicode::UTF8 in preference to PerlIO::utf8_strict. However, in edit_lines_utf8 and open*_utf8, PerlIO::utf8_strict is used if available and there is no optimized version using Unicode::UTF8: sub edit_lines_utf8 { if ( defined($HAS_PU) ? $HAS_PU : ( $HAS_PU = _check_PU() ) ) { $_[2] = { binmode => ":raw:utf8_strict" }; } else { $_[2] = { binmode => ":raw:encoding(UTF-8)" }; } goto &edit_lines; } So I think it's not right to say that PerlIO::utf8_strict is never used in the presence of Unicode::UTF8. -- You are receiving this mail because: You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2264004 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202264004%23c1 -- _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue