summarylogtreecommitdiffstats
path: root/perl-5.38.patch
blob: 6aa5e63e4dfbaff0314c8cddaf8ab00541f33d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/rxvtperl.xs
+++ src/rxvtperl.xs
@@ -399,7 +399,7 @@
 {
   if (!perl)
     {
-      rxvt_push_locale (""); // perl init destroys current locale
+      rxvt_push_locale ("C"); // perl init destroys current locale
 
       {
         perl_environ = rxvt_environ;