What do you think is the best strategy for handling non ASCII characters?
Decode everything that comes from the outside. Encode everything that leaves your program. use utf8;. Avoid locales if you can.
See Perl, encodings and Unicode and the Perl Programming/Unicode UTF-8 WikiBook.
In reply to Re: DWIM with non ASCII characters
by moritz
in thread DWIM with non ASCII characters
by andreas1234567
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |