|
|
| "be consistent" | |
| PerlMonks |
Re^3: How to sanely handle unicode in perl?by Anonymous Monk |
| on Mar 24, 2015 at 00:06 UTC ( [id://1121058]=note: print w/replies, xml ) | Need Help?? |
|
I'm talking about locale (from use open qw(:std :locale)). encoding doesn't override locale (maybe it should? but it doesn't. They basically stack). Note that using :raw simply removes the locale layer (like removing use open ... entirely, because by default Perl ignores locales... for the most part).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||