|
NAMEString::Multibyte::Johab - internally used by String::Multibyte for JohabSYNOPSISuse String::Multibyte; $johab = String::Multibyte->new('Johab'); $johab_length = $johab->length($johab_string); DESCRIPTION"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-byte characters: "0x31..0x7E, 0x91..0xFE". Character order (invalid code points are excluded): "0x00..0x7F", "HANGUL LETTER KIYEOK-SIOS..HANGUL SYLLABLE HIH", "0xD831..0xF9FE". CAVEAT0x7F (DEL) is included.SEE ALSOString::Multibyte
Visit the GSP FreeBSD Man Page Interface. |