- or download this
perl -Mencoding=utf16,STDOUT,utf8 -p -e 1
- or download this
perl -Mencoding=utf8,STDIN,utf16 -p -e 1
- or download this
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
...
/usr/local/lib/perl5/5.8.8/mach
/usr/local/lib/perl5/5.8.8
.
- or download this
perl -pe 'BEGIN{binmode STDIN,":encoding(utf16)";binmode STDOUT,":utf8
+"} 1;' < in > out