use Encode::Guess; sub my_decode { my $what=shift; #utf8::decode($what);utf8::decode($what); my $enc = guess_encoding($what); if(ref($enc)) { $what = decode($enc->name, $what); } return $what; }
In reply to Re^2: Utf8 experts help!
by chessgui
in thread Utf8 experts help!
by chessgui
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |