Search results for "module:Encode::Alias"
Encode::Alias - alias definitions to encodings
Allows newName to be used as an alias for ENCODING. ENCODING may be either the name of an encoding or an encoding object (as described in Encode). Currently the first argument to define_alias() can be specified in the following ways: As a simple stri...
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 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::TW - Taiwan-based Chinese Encodings
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$/i Bi...
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Encode::HP - Extra sets of HP encodings
Perl 5.7.3 and later ship with with "hp-roman8" encoding, however, there are additional HP encodings that are unsupported but may be encountered; hence, this CPAN module tries to provide the rest of them....
JWANG/Encode-HP-0.03 - 16 Sep 2013 06:05:35 UTC
Encode::KR - Korean Encodings
This module implements Korean charset encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- euc-kr /\beuc.*kr$/i EUC (Extended Unix Character) /\bkr.*euc$/i ksc...
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
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::JP - Japanese Encodings
To find out how to use this module in detail, see Encode....
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Encode::VN - Extra sets of Vietnamese encodings
Perl 5.7.3 and later ship with an adequate set of Vietnamese encodings, including the commonly used "VISCII" and "CP1258" (also known as "MacVietnamese") encodings. However, there are additional Vietnamese encodings that are used and may be encounter...
JWANG/Encode-VN-0.06 - 22 Sep 2013 18:55:49 UTC
Encode::Byte - Single Byte Encodings
To find how to use this module in detail, see Encode....
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 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::JIS2K - JIS X 0212 (aka JIS 2000) Encodings
To find out how to use this module in detail, see Encode....
DANKOGAI/Encode-JIS2K-0.05 - 15 Nov 2023 04:17:13 UTC
Encode::EBCDIC - EBCDIC Encodings
To find how to use this module in detail, see Encode....
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Encode::Symbol - Symbol Encodings
To find out how to use this module in detail, see Encode....
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Encode::Locale - Determine the locale encoding
In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and...
GAAS/Encode-Locale-1.05 - 09 Jun 2015 20:10:45 UTC
Encode::Mapper - Rewrite rules compiler and interpreter
It looks like the author of the extension ... ;) preferred giving formal and terse examples to writing English. Please, see Encode::Arabic where Encode::Mapper is used for solving complex real-world problems. INTRO AND RULE TYPES The module's core is...
SMRZ/Encode-Arabic-14.2 - 07 Jun 2016 22:55:46 UTC
Encode::EUCJPMS - Microsoft Compatible Encodings for Japanese
To find out how to use this module in detail, see Encode....
NARUSE/Encode-EUCJPMS-0.07 - 25 Aug 2006 23:10:05 UTC
Encode::ISO2022 - ISO/IEC 2022 character encoding scheme
This module provides a character encoding scheme (CES) switching a set of multiple coded character sets (CCS). A class method Define() may take following arguments. Alias => REGEX The regular expression representing alias of this encoding, if any. Na...
NEZUMI/Encode-ISO2022-0.04 - 23 Sep 2013 12:27:25 UTC
Encode::Encoder - Object Oriented Encoder
Here is how to use this module. * There are at least two instance variables stored in a hash reference, {data} and {encoding}. * When there is no method, it takes the method name as the name of the encoding and encodes the instance *data* with *encod...
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Encode::Unicode - Various Unicode Transformation Formats
DANKOGAI/Encode-3.20
-
10 Nov 2023 01:26:15 UTC
Encode::JISX0213 - JIS X 0213 encodings
To find out how to use this module in detail, see Encode. Notes on Compatibility To encode Unicode string to byte string, "x-iso2022jp2004-strict" uses JIS X 0208 as much as possible, strictly conforming to JIS X 0213:2004 Annex 2. It is compatible t...
NEZUMI/Encode-JISX0213-0.04 - 27 Jun 2015 08:07:22 UTC