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

NAME

String::Multibyte::Johab - internally used by String::Multibyte for Johab

SYNOPSIS

    use 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.

CAVEAT

0x7F (DEL) is included.

SEE ALSO

String::Multibyte