in reply to Re: How to sanely handle unicode in perl?
in thread How to sanely handle unicode in perl?
If I use your "open" statement and run the script in an iso8859-1 terminal, i get the following:
which is clearly incorrect.karoshi:~>LC_CTYPE=de_DE.ISO-8859-1 ./u8demo.pl I read a line, that is 1 chars long. That line is: ö That line in ascii is: o
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to sanely handle unicode in perl?
by Your Mother (Archbishop) on Mar 20, 2015 at 16:50 UTC | |
by Sec (Monk) on Mar 20, 2015 at 16:56 UTC | |
by Your Mother (Archbishop) on Mar 20, 2015 at 19:10 UTC | |
by Sec (Monk) on Mar 23, 2015 at 10:26 UTC | |
by Your Mother (Archbishop) on Mar 23, 2015 at 14:46 UTC | |
by soonix (Chancellor) on Mar 21, 2015 at 22:34 UTC |