]> git.pld-linux.org Git - packages/urxvt.git/blob - broken-perl-5.38.patch
- pull https://github.com/pld-linux/urxvt/pull/1 to fix broken locale with perl 5.38
[packages/urxvt.git] / broken-perl-5.38.patch
1 From 66e8bc0e3099962a076b142c2d341b667764aa76 Mon Sep 17 00:00:00 2001
2 From: Mateusz Kocielski <shm@digitalsun.pl>
3 Date: Sat, 8 Jul 2023 16:41:02 +0200
4 Subject: [PATCH] Add patch to fix broken UTF-8 with perl-5.38
5
6 Analysis done by sxzzsf and sent to rxvt-unicode mailing list:
7 http://lists.schmorp.de/pipermail/rxvt-unicode/2023q3/002665.html
8
9 --- rxvt-unicode-9.31.old/src/rxvtperl.xs       2022-12-30 20:18:20.000000000 +0100
10 +++ rxvt-unicode-9.31/src/rxvtperl.xs   2023-07-08 16:26:46.086347986 +0200
11 @@ -399,7 +399,7 @@
12  {
13    if (!perl)
14      {
15 -      rxvt_push_locale (""); // perl init destroys current locale
16 +      rxvt_push_locale ("C"); // perl init destroys current locale
17  
18        {
19          perl_environ = rxvt_environ;
This page took 0.044465 seconds and 3 git commands to generate.