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