The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Encode Encode"

Encode - character encodings in Perl River stage five • 1078 direct dependents • 32665 total dependents

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.21 - 25 Feb 2024 23:19:43 UTC

Encode::TW - Taiwan-based Chinese Encodings River stage five • 1078 direct dependents • 32665 total dependents

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.21 - 25 Feb 2024 23:19:43 UTC

Encode::JP - Japanese Encodings River stage five • 1078 direct dependents • 32665 total dependents

To find out how to use this module in detail, see Encode....

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::CN - China-based Chinese Encodings River stage five • 1078 direct dependents • 32665 total dependents

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.21 - 25 Feb 2024 23:19:43 UTC

Encode::KR - Korean Encodings River stage five • 1078 direct dependents • 32665 total dependents

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.21 - 25 Feb 2024 23:19:43 UTC

Encode::Byte - Single Byte Encodings River stage five • 1078 direct dependents • 32665 total dependents

To find how to use this module in detail, see Encode....

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::Guess - Guesses encoding from data River stage five • 1078 direct dependents • 32665 total dependents

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.21 - 25 Feb 2024 23:19:43 UTC

Encode::Alias - alias definitions to encodings River stage five • 1078 direct dependents • 32665 total dependents

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.21 - 25 Feb 2024 23:19:43 UTC

Encode::EBCDIC - EBCDIC Encodings River stage five • 1078 direct dependents • 32665 total dependents

To find how to use this module in detail, see Encode....

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::Symbol - Symbol Encodings River stage five • 1078 direct dependents • 32665 total dependents

To find out how to use this module in detail, see Encode....

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::Config - internally used by Encode River stage five • 1078 direct dependents • 32665 total dependents

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::Unicode - Various Unicode Transformation Formats River stage five • 1078 direct dependents • 32665 total dependents

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::GSM0338 - ETSI GSM 03.38 Encoding River stage five • 1078 direct dependents • 32665 total dependents

GSM0338 is for GSM handsets. Though it shares alphanumerals with ASCII, control character ranges and other parts are mapped very differently, mainly to store Greek characters. There are also escape sequences (starting with 0x1B) to cover e.g. the Eur...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::Encoder - Object Oriented Encoder River stage five • 1078 direct dependents • 32665 total dependents

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.21 - 25 Feb 2024 23:19:43 UTC

Encode::PerlIO - a detailed document on Encode and PerlIO River stage five • 1078 direct dependents • 32665 total dependents

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::Encoding - Encode Implementation Base Class River stage five • 1078 direct dependents • 32665 total dependents

As mentioned in Encode, encodings are (in the current implementation at least) defined as objects. The mapping of encoding name to object is via the %Encode::Encoding hash. Though you can directly manipulate this hash, it is strongly encouraged to us...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::Supported - Encodings supported by Encode River stage five • 1078 direct dependents • 32665 total dependents

Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encoding may have aliases. Each encoding has one "canonical" name. The "canonical" name is chosen from the names of the encoding by picking the first...

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::CJKConstants - Internally used by Encode::??::ISO_2022_* River stage five • 1078 direct dependents • 32665 total dependents

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::CN::HZ - internally used by Encode::CN River stage five • 1078 direct dependents • 32665 total dependents

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC

Encode::JP::H2Z - internally used by Encode::JP::2022_JP* River stage five • 1078 direct dependents • 32665 total dependents

DANKOGAI/Encode-3.21 - 25 Feb 2024 23:19:43 UTC
30 results (0.041 seconds)