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

Search results for "module:Encode::Byte"

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 - 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::ISOIRSingle - ISO-IR single byte coded charcter sets River stage one • 1 direct dependent • 1 total dependent

See Encode::ISO2022::CCS....

NEZUMI/Encode-ISO2022-0.04 - 23 Sep 2013 12:27:25 UTC

LaTeX::Encode - encode characters for LaTeX formatting River stage one • 3 direct dependents • 4 total dependents

This module provides a function to encode text that is to be formatted with LaTeX. It encodes characters that are special to LaTeX or that are represented in LaTeX by LaTeX text-mode commands. The special characters are: "\" (command character), "{" ...

EINHVERFR/LaTeX-Encode-0.092.0 - 14 May 2017 15:08:48 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::Simple - Encode and decode text, simply River stage one • 1 direct dependent • 1 total dependent

This module is a simple wrapper around Encode that presents "encode" and "decode" functions with straightforward behavior and error handling. See Encode::Supported for a list of supported encodings....

DBOOK/Encode-Simple-1.002 - 16 Dec 2021 00:53:14 UTC

Encode::Arabic - Encodings of Arabic River stage zero No dependents

This module is a wrapper for various implementations of the encoding systems used for the Arabic language and covering even some non-Arabic extensions to the Arabic script. The included modules fit in the philosophy of Encode::Encoding and can be use...

SMRZ/Encode-Arabic-14.2 - 07 Jun 2016 22:55:46 UTC

Encode::Locale - Determine the locale encoding River stage four • 54 direct dependents • 8588 total dependents

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::Korean - Perl extension for Encodings of Korean Language River stage zero No dependents

This module is a wrapper for Korean encoding modules. ENCODINGS BASED ON TRANSLITERATION NOTE or WARNING The provided transliteration is NOT a public romanization nor phonemic transcription, BUT a scientific romanization or letter-to-letter translite...

YOU/Encode-Korean-0.09 - 29 Nov 2007 14:35:42 UTC

Encode::Mapper - Rewrite rules compiler and interpreter River stage zero No dependents

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::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::JISX0213 - JIS X 0213 encodings River stage zero No dependents

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

Encode::HanExtra - Extra sets of Chinese encodings River stage one • 1 direct dependent • 1 total dependent

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

CBOR::PP::Encode River stage zero No dependents

This implements a CBOR <https://tools.ietf.org/html/rfc7049> encoder in pure Perl....

FELIPE/CBOR-PP-0.05 - 30 Jan 2020 06:05:05 UTC

Encode::ISO2022JP2 - iso-2022-jp-2 - Extended iso-2022-jp character set River stage one • 1 direct dependent • 1 total dependent

To find out how to use this module in detail, see Encode. Note on Implementation Though RFC 1554 allows designation of JIS X 0201 Latin set at end of the lines, it also states that such use of non-ASCII is "discouraged". So by this module, ASCII is a...

NEZUMI/Encode-ISO2022-0.04 - 23 Sep 2013 12:27:25 UTC

lib/HTML/HTML5/Parser/Charset/DecodeHandle.pm River stage two • 14 direct dependents • 18 total dependents

TOBYINK/HTML-HTML5-Parser-0.992 - 08 Sep 2021 15:02:44 UTC

Encode::DoubleEncodedUTF8 - Fix double encoded UTF-8 bytes to the correct one River stage one • 1 direct dependent • 1 total dependent

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. The double encoded utf-8 frequently happens when strings with UTF-8 flag and without are concaten...

MIYAGAWA/Encode-DoubleEncodedUTF8-0.05 - 07 Jul 2011 18:03:52 UTC

DOCSIS::ConfigFile::Encode - Encode functions for a DOCSIS config-file. River stage one • 1 direct dependent • 1 total dependent

DOCSIS::ConfigFile::Encode has functions which is used to encode "human" data into list of unsigned characters (0-255) (refered to as "bytes") later in the pod. This list can then be encoded into binary data using: $bytestr = pack 'C*', @uchar;...

JHTHORSEN/DOCSIS-ConfigFile-1.01 - 24 Jul 2023 09:10:36 UTC
18 results (0.049 seconds)