Search results for "module:Encode::CN"
Encode::CN - China-based Chinese Encodings
This module implements China-based Chinese charset encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- euc-cn /\beuc.*cn$/i EUC (Extended Unix Character) /\bc...
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Encode::CN::Utility - manipulations between Hanzi and its GBK, UTF8 and UNICODE encodings
SAL/Encode-CN-Utility-0.4
-
02 Jan 2008 01:39:40 UTC
Encode::CNMap - enhanced Chinese encodings with Simplified-Traditional auto-mapping
This module implements China-based Chinese charset encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- gb2312-simp Enhanced GB2312 simplified chinese encoding...
QJZHOU/Encode-CNMap-0.32 - 16 Mar 2004 02:31:50 UTC
Encode - character encodings in Perl
The "Encode" module provides the interface between Perl strings and the rest of the system. Perl strings are sequences of *characters*. The repertoire of characters that Perl can represent is a superset of those defined by the Unicode Consortium. On ...
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Encode::Guess - Guesses encoding from data
By default, it checks only ascii, utf8 and UTF-16/32 with BOM. use Encode::Guess; # ascii/utf8/BOMed UTF To use it more practically, you have to give the names of encodings to check (*suspects* as follows). The name of suspects can either be canonica...
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Encode::HanExtra - Extra sets of Chinese encodings
Perl 5.7.3 and later ships with an adequate set of Chinese encodings, including the commonly used "CP950", "CP936" (also known as "GBK"), "Big5" (alias for "Big5-Eten"), "Big5-HKSCS", "EUC-CN", "HZ", and "ISO-IR-165". However, the numbers of Chinese ...
AUDREYT/Encode-HanExtra-0.23 - 10 Nov 2007 12:16:04 UTC
Encode::HanConvert - Traditional and Simplified Chinese mappings
This module is an attempt to solve most common problems occured in Traditional vs. Simplified Chinese conversion, in an efficient, flexible way, without resorting to external tools or modules. If you are using perl 5.7.2 or earlier, all Unicode-relat...
AUDREYT/Encode-HanConvert-0.35 - 26 Jan 2009 17:49:48 UTC