csbio (biocs tumbled) RSS

a tumblelog to supplement my real blog

Things too long to tweet and too unimportant to blog go here.

Archive

Aug
6th
2009
Thu
permalink

Handle non-UTF8 character in Perl

use Encode;
decode("utf8", $line, Encode::FB_HTMLCREF);