http://qs321.pair.com?node_id=1120831


in reply to Re: How to sanely handle unicode in perl?
in thread How to sanely handle unicode in perl?

oh, btw... the least painful way to handle this is to ask the user about preferred encoding. Use utf-8 by default, but let your program accept a command line option to change encoding, something like ./u8demo.pl -encoding=latin-1 ...