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

Search results for "module:String::Multibyte"

String::Multibyte - manipulation of multibyte character strings River stage one • 1 direct dependent • 4 total dependents

This module provides some functions which emulate the corresponding "CORE" functions for locale-independent manipulation of multiple-byte character strings. Why this module is locale-independent? Well, because this module only consider the byte seque...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::UHC - internally used by String::Multibyte for UHC River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::UHC" is used for manipulation of strings in UHC (Unified Hangul Code). Byte range of single-byte characters: "0x00..0x7F". Leading byte range of double-byte characters: "0x81..0xFE". Trailing byte range of double-byte characters: ...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::GBK - internally used by String::Multibyte for GBK River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::GBK" is used for manipulation of strings in GBK (Guobiao Kuozhan). Byte range of single-byte characters: "0x00..0x80". Leading byte range of double-byte characters: "0x81..0xFE". Trailing byte range of double-byte characters: "0x4...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::EUC - internally used by String::Multibyte for simple EUC encodings River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::EUC" is used for manipulation of strings in EUC comprising "C0", "G0", and "G1" in which a double-byte set is invoked. Byte range of single-byte characters: "0x00..0x7F". Leading byte range of double-byte characters: "0xA1..0xFE"....

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::Big5 - internally used by String::Multibyte for Big-5 River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::Big5" is used for manipulation of strings in Big-5 family encodings. Byte range of single-byte characters: "0x00..0x7F". Leading byte range of double-byte characters: "0x81..0xFE". Trailing byte range of double-byte characters: "0...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::UTF8 - internally used by String::Multibyte for UTF-8 River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::UTF8" is used for manipulation of strings in UTF-8. Character order: "U+00..U+D7FF", "U+E000..U+10FFFF"....

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::Bytes - internally used by String::Multibyte for bytes encoding scheme River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::Bytes" is used for string manipulation in bytes. Character order: "0x00..0xff"...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::Johab - internally used by String::Multibyte for Johab River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::Johab" is used for manipulation of strings in Johab. Byte range of single-byte characters: "0x00..0x7F". Leading byte range of non-Hangul double-byte characters: "0xD8..0xDE, 0xE0..0xF9". Trailing byte range of non-Hangul double-b...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::EUC_TW - internally used by String::Multibyte for EUC-TW River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::EUC_TW" is used for manipulation of strings in EUC-TW. Byte range of single-byte characters: "0x00..0x7F". First and second byte range of double-byte characters: "0xA1..0xFE". Second byte range of four-byte characters: "0xA1..0xB0...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::EUC_JP - internally used by String::Multibyte for EUC-JP River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::EUC_JP" is used for manipulation of strings in EUC-JP family encodings. Byte range of single-byte characters: "0x00..0x7F". First and second byte range of double-byte characters: "0xA1..0xFE". Legal byte range for two bytes preced...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::UTF32BE - internally used by String::Multibyte for UTF-32BE River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::UTF32BE" is used for manipulation of strings in UTF-32BE. Character order: "U+00..U+D7FF", "U+E000..U+10FFFF"....

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::GB18030 - internally used by String::Multibyte for GB18030 River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::GB18030" is used for manipulation of strings in GB18030. Byte range of single-byte characters: "0x00..0x80". First byte range of double-byte characters: "0x81..0xFE". Second byte range of double-byte characters: "0x40..0x7E" and "...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::UTF16BE - internally used by String::Multibyte for UTF-16BE River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::UTF16BE" is used for manipulation of strings in UTF-16BE. Character order: "U+00..U+D7FF", "U+E000..U+10FFFF"....

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::Unicode - internally used by String::Multibyte for Unicode (Perl's internal format) River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::Unicode" is used for manipulation of strings in Perl's internal format for Unicode....

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::UTF32LE - internally used by String::Multibyte for UTF-32LE River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::UTF32LE" is used for manipulation of strings in UTF-32LE. Character order: "U+00..U+D7FF", "U+E000..U+10FFFF"....

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::UTF16LE - internally used by String::Multibyte for UTF-16LE River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::UTF16LE" is used for manipulation of strings in UTF-16LE. Character order: "U+00..U+D7FF", "U+E000..U+10FFFF"....

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::Grapheme - internally used by String::Multibyte for Default Grapheme Clusters in Unicode River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::Grapheme" is used for graphemewise manipulation of strings in Perl's internal format for Unicode (see perlunicode)....

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::Big5Plus - internally used by String::Multibyte for Big-5 Plus River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::Big5Plus" is used for manipulation of strings in Big-5 Plus. Byte range of single-byte characters: "0x00..0x7F". Leading byte range of double-byte characters: "0x81..0xFE". Trailing byte range of double-byte characters: "0x40..0x7...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC

String::Multibyte::ShiftJIS - internally used by String::Multibyte for Shift-JIS River stage one • 1 direct dependent • 4 total dependents

"String::Multibyte::ShiftJIS" is used for manipulation of strings in Shift-JIS family encodings. Byte range of single-byte characters: "0x00..0x7F" and "0xA1..0xDF". Leading byte range of double-byte characters: "0x81..0x9F" and "0xE0..0xFC". Trailin...

SADAHIRO/String-Multibyte-1.12 - 06 Dec 2015 01:40:16 UTC
19 results (0.028 seconds)