mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Revert "Merge pull request #1498 from ailin-nemui/perl5380locale"
This reverts commit48bc90eb17, reversing changes made to2a1291f26f.
This commit is contained in:
parent
2f16b554b5
commit
514f1cdcf6
1 changed files with 0 additions and 7 deletions
|
|
@ -50,10 +50,3 @@ sub eval_file {
|
||||||
die "cap_sasl has been unloaded from Irssi ".Irssi::version()." because it conflicts with the built-in SASL support. See /help network for configuring SASL or read the ChangeLog for more information.";
|
die "cap_sasl has been unloaded from Irssi ".Irssi::version()." because it conflicts with the built-in SASL support. See /help network for configuring SASL or read the ChangeLog for more information.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $] >= 5.037005 && $] <= 5.038000 ) {
|
|
||||||
# https://github.com/Perl/perl5/issues/21366
|
|
||||||
print STDERR "\e7 \e[A Irssi: applying locale workaround for Perl 5.38.0 \e8";
|
|
||||||
require POSIX;
|
|
||||||
POSIX::setlocale(&POSIX::LC_ALL, "");
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue