Note that there is no reliable way of determining $input_encoding automatically.use Encode qw(decode); my $input_string = 'some octets'; my $input_encoding = 'cp1250'; # or 'iso-8859-1', or 'shiftjis' or wh +atever my $utf8 = decode($input_encoding,$input_string);
In reply to Re: I need to convert the text into UTF-8 from any charset
by Joost
in thread I need to convert the text into UTF-8 from any charset
by mohiddinb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |