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

Search results for "module:Encode::Unicode"

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::Unicode::UTF7 - UTF-7 encoding River stage five • 1078 direct dependents • 32665 total dependents

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

Encode::Escape::Unicode - Perl extension for Encoding of Unicode Escape Sequnces River stage zero No dependents

Encode::Escape::Unicode module implements encodings of escape sequences. Simply saying, it converts (decodes) escape sequences into Perl internal string (\x{0000} -- \x{ffff}) and encodes Perl strings to escape sequences. MODES AND SUPPORTED ESCAPE S...

YOU/Encode-Escape-0.14 - 05 Dec 2007 13:32:30 UTC

Encode::Unicode::Japanese - use Unicode::Japanese through Encode. River stage zero No dependents

HIO/Encode-Unicode-Japanese-0.02 - 15 Jun 2006 15:52:12 UTC

Encode::Unicode::PerlDecodeJava - Encode a Unicode string in Perl and decode it in Java River stage zero No dependents

PRBRENAN/Encode-Unicode-PerlDecodeJava-20171127 - 28 Nov 2017 02:02:46 UTC

Encode::JP::Mobile::UnicodeEmoji - Unicode Emoji mapping for Encode::JP::Mobile River stage one • 1 direct dependent • 1 total dependent

Encode::JP::Mobile::UnicodeEmoji is encoding module for Unicode Emoji to Enocde::JP::Mobile's Emoji mapping....

SONGMU/Encode-JP-Mobile-UnicodeEmoji-0.012 - 30 Oct 2012 02:44:55 UTC

Encode::JP::Mobile::UnicodeEmojiMBGA - Unicode Emoji mapping specialize in mobage platform. River stage one • 1 direct dependent • 1 total dependent

Encode::JP::Mobile::UnicodeEmoji is encoding module for Unicode Emoji to Encode::JP::Mobile's Emoji. This encoding is specialize in mobage platform. And round trip conversion for strings containing Unicode Emoji is not guaranteed at all....

SONGMU/Encode-JP-Mobile-UnicodeEmoji-0.012 - 30 Oct 2012 02:44:55 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::UTR22 - Implement Unicode TR22 complex conversions River stage zero No dependents

Implements all of UTR22 except: validity, header, bidirectional re-ordering, history, v attribute for versioning, aliases - that's the job of another module fbu and fub are treated synonymously with single directional a, with equal priority Supports ...

MHOSKEN/Encode-UTR22-0.14 - 20 Nov 2008 09:50:09 UTC

Encode::VN - Extra sets of Vietnamese encodings River stage zero No dependents

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::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::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::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

RTF::Encode - Escapes strings into RTF River stage zero No dependents

DLAMBLEY/RTF-Encode-1.01 - 27 Oct 2019 20:47:26 UTC

TeX::Encode - Encode/decode Perl utf-8 strings into TeX River stage one • 2 direct dependents • 2 total dependents

This module provides encoding to LaTeX escapes from utf8 using mapping tables. This covers only a subset of the Unicode character table (undef warnings will occur for non-mapped chars). This module is intentionally vague about what it will handle, se...

ATHREEF/TeX-Encode-2.010 - 09 Aug 2021 17:02:29 UTC

Encode::MAB2table - Table-driven transformation from MAB2 character set to Unicode River stage zero No dependents

This module is a low-level helper module for the "Encode::MAB2" module. It converts the raw MAB2 bytes to Unicode equivalents but only halfway. The result has wrong Unicode semantics. It is recommended to work with "Encode::MAB2" which fixes the wron...

ANDK/Encode-MAB2-0.09 - 16 Feb 2016 03:10:13 UTC

SPVM::Encode - Encode/Decode Strings River stage zero No dependents

The Encode class in SPVM has methods to encode/docode strings....

KIMOTO/SPVM-Encode-0.003 - 26 Dec 2023 07:00:51 UTC

Encode::Argv - Automatically Mess With @ARGV's Encoding River stage zero No dependents

I saw <http://search.cpan.org/dist/Sjis|Sjis.pm> and <http://www.aritia.org/hizumi/perl/perlwin.html|this>, and thought, "Well, I can't fix /all/ of their problems, but I can at least start". So here's a module that silently encodes/decodes your @ARG...

DMAKI/Encode-Argv-0.00002 - 15 Apr 2008 14:51:37 UTC

Encode::MAB2 - Das Maschinelle Austauschformat fuer Bibliotheken River stage zero No dependents

The Encode::MAB2 module works on the string level abstraction of MAB2 records. You can feed it a string in the encoding used by MAB2 and get a Unicode string back. The module only works in one direction, it does not provide a way to convert a Unicode...

ANDK/Encode-MAB2-0.09 - 16 Feb 2016 03:10:13 UTC
80 results (0.041 seconds)