Help for this page

Select Code to Download


  1. or download this
    perl -Mencoding=utf16,STDOUT,utf8 -p -e 1
    
  2. or download this
    perl -Mencoding=utf8,STDIN,utf16 -p -e 1
    
  3. 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
        .
    
  4. or download this
    perl -pe 'BEGIN{binmode STDIN,":encoding(utf16)";binmode STDOUT,":utf8
    +"} 1;' < in > out