[yast/yast-perl-bindings] 8d23c5: Use UTF-8 for translated texts coming from our Per...
Branch: refs/heads/master Home: https://github.com/yast/yast-perl-bindings Commit: 8d23c5242bc6f00f3df6c6a5a9fc5c34af379a68 https://github.com/yast/yast-perl-bindings/commit/8d23c5242bc6f00f3df6c6a5a9... Author: Martin Vidner <martin@vidner.net> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M src/YaPI.pm.in Log Message: ----------- Use UTF-8 for translated texts coming from our Perl code (bsc#1216689) Without bind_textdomain_codeset, we get '?' for non-ASCII characters. We should really set our global locale codeset to UTF-8 instead of ASCII which Perl sets but how? Commit: 88be0f78d919cf288e0d1edff9ef1fd9f697ab8a https://github.com/yast/yast-perl-bindings/commit/88be0f78d919cf288e0d1edff9... Author: Martin Vidner <mvidner@suse.com> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M package/yast2-perl-bindings.changes M package/yast2-perl-bindings.spec Log Message: ----------- version + changelog Commit: 7ca82ac728ec478fdf3b2dc9acc0400ae7d08095 https://github.com/yast/yast-perl-bindings/commit/7ca82ac728ec478fdf3b2dc9ac... Author: Martin Vidner <martin@vidner.net> Date: 2024-04-04 (Thu, 04 Apr 2024) Changed paths: M package/yast2-perl-bindings.changes M package/yast2-perl-bindings.spec M src/YaPI.pm.in Log Message: ----------- Merge pull request #33 from yast/perl-locale Use UTF-8 for translated texts coming from our Perl code (bsc#1216689) Compare: https://github.com/yast/yast-perl-bindings/compare/e2e009570d20...7ca82ac728... To unsubscribe from these emails, change your notification settings at https://github.com/yast/yast-perl-bindings/settings/notifications
participants (1)
-
Martin Vidner