in reply to Re^6: any use of 'use locale'? (source encoding)
in thread any use of 'use locale'?
You say:Your locale is not used to determine the encoding of the source file.I answer: how sad! Why i then define the locale in my system and ask Perl to use it?
Why do you think locale should be used to determine source file encoding? What if you created script using utf8 and I'm running it in latin1 locale, or utf16?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: any use of 'use locale'? (source encoding)
by ikegami (Patriarch) on Nov 23, 2009 at 17:54 UTC |