in reply to Re^5: utf8 "\xB7" does not map to Unicode at /usr/local/bin/бибс/об‰ line 112.
in thread utf8 "\xB7" does not map to Unicode at /usr/local/bin/бибс/об‰ line 112.
Hello. Concerning the output on mistakes in Russian.
I put to a script:
use utf8::all; binmode STDOUT, 'utf8'; binmode STDERR, ":encoding(UTF-8)"; print 5
-- to produce error because of absence of ; after print. PERL gave me on running:
Can't modify constant item in scalar assignment at /япио/1.pl line 5, near "';"
So, the binmode directives do not help.
Thank you for your answers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: utf8 "\xB7" does not map to Unicode at /usr/local/bin/бибс/об‰ line 112.
by choroba (Cardinal) on May 06, 2016 at 13:13 UTC |