String::Multibyte::UHC - internally used by String::Multibyte for UHC |
String::Multibyte::UHC - internally used by String::Multibyte for UHC
use String::Multibyte;
$uhc = String::Multibyte->new('UHC'); $uhc_length = $uhc->length($uhc_string);
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:
0x41..0x5A
, 0x61..0x7A
, and 0x81..0xFE
.
Unassigned code points out of EUC-KR are disabled.
Character order (invalid code points are excluded):
0x00..0x7F
, 0x8141..0xFEFE
.
String::Multibyte::UHC - internally used by String::Multibyte for UHC |