Time to set PERL_UNICODE=SL ? --- Salvador Ortiz. On 08/28/2013 04:36 PM, Victor Efimov via RT wrote: > There is a distribution which decodes POSIX::strerror with I18N::Langinfo: > > http://search.cpan.org/~kryde/I18N-Langinfo-Wide-7/ > > also, another possible problem, that all examples in perl documentation, > with "die $!" now raise warnings: > > http://perldoc.perl.org/perlopentut.html > > open(INFO, "datafile") || die("can't open datafile: $!"); > open(INFO, "< datafile") || die("can't open datafile: $!"); > open(RESULTS,"> runstats") || die("can't open runstats: $!"); > open(LOG, ">> logfile ") || die("can't open logfile: $!"); > > > ======== > $ LANG=ru_RU LANGUAGE=ru_RU:ru LC_ALL=ru_RU.utf8 perl -e 'open(INFO, > "datafile") || die $!;' > Wide character in die at -e line 1. > Нет такого файла или каталога at -e line 1. > ======== > > >Thread Previous | Thread Next