in reply to Re: How to sanely handle unicode in perl?
in thread How to sanely handle unicode in perl?
open STDOUT, ":encoding(UTF-8)" or die $!;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to sanely handle unicode in perl?
by Khen1950fx (Canon) on Mar 21, 2015 at 21:23 UTC |