Convert::UUlib is a versatile and powerful decoder/encoder library
for a variety of encodings used in Usenet and Mail (uuencode,
xxencode, b64, binhex...).
This Perl module is an Encode::Encoding subclass that uses
Encode::Detect::Detector to determine the charset of the input data and
then decodes it using the encoder of the detected charset.
It is similar to Encode::Guess, but does not require the configuration
of a set of expected encodings. Like Encode::Guess, it only supports
decoding--it cannot encode.
Encode::DoubleEncodedUTF8 adds a new encoding utf-8-de and fixes double
encoded utf-8 bytes found in the original bytes to the correct Unicode
entity.
Cpanel::JSON::XS converts Perl data structures to JSON and vice versa. Its
primary goal is to be correct and its secondary goal is to be fast. To reach the
latter goal it was written in C.
As this is the n-th-something JSON module on CPAN, what was the reason to write
yet another JSON module? While it seems there are many JSON modules, none of
them correctly handle all corner cases, and in most cases their maintainers are
unresponsive, gone missing, or not listening to bug reports for other reasons.
Tools for converting encoding of Czech (and Slovak) texts.
Provides console program cstocs and Perl module Cz::Cstocs.
This module implements encodings that covers JIS X 0213 charset (AKA
JIS 2000, hence the module name). Encodings supported are as follows.
Canonical Alias Description
--------------------------------------------------------------------
euc-jisx0213 qr/\beuc.*jp[ \-]?(?:2000|2k)$/i EUC-JISX0213
qr/\bjp.*euc[ \-]?(2000|2k)$/i
qr/\bujis[ \-]?(?:2000|2k)$/i
shiftjisx0123 qr/\bshift.*jis(?:2000|2k)$/i Shift_JISX0213
qr/\bsjisp \-]?(?:2000|2k)$/i
iso-2022-jp-3
jis0213-1-raw JIS X 0213 plane 1, raw format
jis0213-2-raw JIS X 0213 plane 2, raw format
Encode::Locale - Determine the locale encoding
Serialize / deserialize AMF data.
Encode::Detect::CJK is a charset detector which is optimized for East Asia
charsets and website contents.
Encode::IMAPUTF7 is a perl module for modification of UTF-7 encoding
for IMAP.
IMAP mailbox names are encoded in a modified UTF7 when names contains
international characters outside of the printable ASCII range. The
modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).