in reply to DWIM with non ASCII characters
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: DWIM with non ASCII characters
by Hue-Bond (Priest) on May 07, 2010 at 07:40 UTC | |
by moritz (Cardinal) on May 07, 2010 at 07:58 UTC | |
by ikegami (Patriarch) on May 07, 2010 at 07:48 UTC | |
by Hue-Bond (Priest) on May 07, 2010 at 08:23 UTC | |
by almut (Canon) on May 07, 2010 at 15:10 UTC | |
by Hue-Bond (Priest) on May 07, 2010 at 21:06 UTC | |
by ikegami (Patriarch) on May 07, 2010 at 16:09 UTC |