#!/usr/bin/perl -l -- use Encode ; print $Encode::VERSION; decode(q/UTF16-LE/, $f=qq/\xff\xff/, Encode::FB_QUIET() ); print 'bye'; __END__ 2.51 UTF-16LE:Unicode character ffff is illegal at .../site/lib/Encode.pm line 176.