NAME
SYNOPSIS
ABSTRACT
Size, Endianness, and BOMby size
by endianness
Surrogate Pairs
Error Checking
SEE ALSO
NAME
Encode::Unicode -- Various Unicode Transformation Formats
SYNOPSIS
use Encode qw/encode decode/;
$ucs2 = encode("UCS-2BE", $utf8);
$utf8 = decode("UCS-2BE", $ucs2);
ABSTRACT
This module implements all Character Encoding Schemes of Unicode that are officially documented by Unicode Consortium (except, of course, for UTF-8, which is a native format in perl).
http://www.unicode.o