in reply to Re: I/O encoding question
in thread I/O encoding question
I haven't run into any problems with non-unicode editors for… five years or so. Maybe it's just that I don't view some problems as such; one stops noticing these things. There are at least 5 occasionally-used single-byte encodings for Russian.
I've built a more-or-less complete Unicode toolchain several years ago.
My problem was fixed with
binmode(STDOUT,':utf8'); binmode(STDIN,':utf8');
I actually expected this to be the default.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: I/O encoding question
by Joost (Canon) on May 06, 2007 at 21:31 UTC | |
|
Re^3: I/O encoding question
by almut (Canon) on May 06, 2007 at 22:35 UTC |