use Encode qw(decode encode);; $characters = decode('UTF-8', $octets, ... Though both contain the same data, the UTF8 flag for $octets is always off.
確定! 回上一頁