Ports Search

Results 8190 of 186 for /converters/.(0.003 seconds)
converters/Convert-UUlib-1.50 (Score: 0.17956966)
Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
Convert::UUlib is a versatile and powerful decoder/encoder library for a variety of encodings used in Usenet and Mail (uuencode, xxencode, b64, binhex...).
converters/Encode-Detect-1.01 (Score: 0.17956966)
Encode::Encoding subclass that detects the encoding of data
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.
Fix double encoded UTF-8 bytes to the correct ones
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.
converters/Cpanel-JSON-XS-3.0217 (Score: 0.17956966)
JSON::XS for Cpanel, fast and correct serialising
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.
converters/Cstools-3.42 (Score: 0.17956966)
Tools for dealing with Czech encodings in Perl
Tools for converting encoding of Czech (and Slovak) texts. Provides console program cstocs and Perl module Cz::Cstocs.
converters/Encode-JIS2K-0.03 (Score: 0.17956966)
JIS X 0212 (aka JIS 2000) Encodings
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
converters/Encode-Locale-1.05 (Score: 0.17956966)
Determine the locale encoding
Encode::Locale - Determine the locale encoding
converters/Data-AMF-0.09 (Score: 0.17956966)
Perl extension to serialize, deserialize AMF data
Serialize / deserialize AMF data.
converters/Encode-Detect-CJK-2.0.2 (Score: 0.17956966)
Charset detector for East Asia charsets and website contents
Encode::Detect::CJK is a charset detector which is optimized for East Asia charsets and website contents.
converters/Encode-IMAPUTF7-1.05 (Score: 0.17956966)
Modification of UTF-7 encoding for IMAP
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).