mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
12 lines
346 B
Diff
12 lines
346 B
Diff
|
--- rxvt-unicode/src/rxvtperl.xs 2023/03/05 06:11:32 1.259
|
||
|
+++ rxvt-unicode/src/rxvtperl.xs 2023/07/07 06:10:37 1.260
|
||
|
@@ -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;
|