Help for this page

Select Code to Download


  1. or download this
    23:20 >perl -MEncode -le "print $Encode::VERSION; decode( q/UTF16-LE/,
    + $f = qq/\xff\xff/, Encode::FB_DEFAULT() ); print 'bye';"
    2.47
    bye
    
    23:23 >