perl encodeによる文字コード変換

encodeによる文字コード変換

use Encode;

my $ftitle=encode(‘euc-jp’, decode(‘utf-8’, $text));

文字コード引数
shiftjis
euc-jp
utf8

HTML5