https://bugzilla.redhat.com/show_bug.cgi?id=2043798 Bug ID: 2043798 Summary: Please enable wide character support available in perl-Curses Product: Fedora Version: 34 Status: NEW Component: perl-Curses-UI Severity: medium Assignee: david.hannequin@xxxxxxxxx Reporter: byodlows@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: david.hannequin@xxxxxxxxx, emmanuel@xxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Created attachment 1852640 --> https://bugzilla.redhat.com/attachment.cgi?id=1852640&action=edit Adds a find/sed line to the specfile to enable UTF-8 Description of problem: UTF-8 fails to render properly in Curses::UI widgets, but as noted in the last comment here: - https://rt.cpan.org/Public/Bug/Display.html?id=56695 perl-Curses-1.29 and later support this properly, and to use it, we just need to patch Curses::UI with s/getch/getchar/g and s/addstr/addstring/g In testing, that does indeed appear to make everything work as desired, so I've enclosed a diff that could be added to the spec file. It literally just adds this line after the existing find(1): find -name '*.pm' -exec sed -i -e 's/addstr/addstring/g' -e 's/getch/getchar/g' {} + Thanks in advance. -- You are receiving this mail because: You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2043798 _______________________________________________ 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 on the list, report it: https://pagure.io/fedora-infrastructure