Aug
6th
2009
Thu
6th
2009
Handle non-UTF8 character in Perl
use Encode;
decode("utf8", $line, Encode::FB_HTMLCREF);
use Encode;
decode("utf8", $line, Encode::FB_HTMLCREF);