Encode::Unicode::UTF7 -- UTF-7 encoding

NAME SYNOPSIS ABSTRACT In Practice SEE ALSO NAME Encode::Unicode::UTF7 -- UTF-7 encoding SYNOPSIS use Encode qw/encode decode/; $utf7 = encode("UTF-7", $utf8); $utf8 = decode("UTF-7", $ucs2); ABSTRACT This module implements UTF-7 encoding documented in RFC 2152. UTF-7, as its name suggests, is a 7-bit re-encoded version of UTF-16BE. It is designed to be MTA-safe and expected to be a standard way to exchange Unicoded mails via mails. But with the advent of UTF-8 and 8-bit compliant MTAs, UTF

Encode::Unicode -- Various Unicode Transformation Formats

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

Encode::TW - Taiwan-based Chinese Encodings

NAME SYNOPSIS DESCRIPTION NOTES BUGS SEE ALSO NAME Encode::TW - Taiwan-based Chinese Encodings SYNOPSIS use Encode qw/encode decode/; $big5 = encode("big5", $utf8); # loads Encode::TW implicitly $utf8 = decode("big5", $big5); # ditto DESCRIPTION This module implements tradition Chinese charset encodings as used in Taiwan and Hong Kong. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- big5-eten /\bbig-?5

Encode::Symbol - Symbol Encodings

NAME SYNOPSIS ABSTRACT DESCRIPTION SEE ALSO NAME Encode::Symbol - Symbol Encodings SYNOPSIS use Encode qw/encode decode/; $symbol = encode("symbol", $utf8); # loads Encode::Symbol implicitly $utf8 = decode("", $symbol); # ditto ABSTRACT This module implements symbol and dingbats encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- symbol dingbats AdobeZDingbat AdobeSymbol MacDingbats DESCR

Encode::MIME::NAME -- internally used by Encode

NAME SEE ALSO NAME Encode::MIME::NAME -- internally used by Encode SEE ALSO I18N::Charset

Encode::MIME::Header -- MIME 'B' and 'Q' header encoding

NAME SYNOPSIS ABSTRACT DESCRIPTION BUGS SEE ALSO NAME Encode::MIME::Header -- MIME 'B' and 'Q' header encoding SYNOPSIS use Encode qw/encode decode/; $utf8 = decode('MIME-Header', $header); $header = encode('MIME-Header', $utf8); ABSTRACT This module implements RFC 2047 Mime Header Encoding. There are 3 variant encoding names; MIME-Header , MIME-B and MIME-Q . The difference is described below decode() encode() ---------------------------------------------- MIME-Header

Encode::KR::2022_KR -- internally used by Encode::KR

NAME NAME Encode::KR::2022_KR -- internally used by Encode::KR

Encode::KR - Korean Encodings

NAME SYNOPSIS DESCRIPTION BUGS SEE ALSO NAME Encode::KR - Korean Encodings SYNOPSIS use Encode qw/encode decode/; $euc_kr = encode("euc-kr", $utf8); # loads Encode::KR implicitly $utf8 = decode("euc-kr", $euc_kr); # ditto DESCRIPTION This module implements Korean charset encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- euc-kr /\beuc.*kr$/i EUC (Extended Unix Character) /\bkr.*e

Encode::JP::JIS7 -- internally used by Encode::JP

NAME NAME Encode::JP::JIS7 -- internally used by Encode::JP

Encode::JP::H2Z -- internally used by Encode::JP::2022_JP*

NAME NAME Encode::JP::H2Z -- internally used by Encode::JP::2022_JP*