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

NAME

String::Multibyte::Big5Plus - internally used by String::Multibyte for Big-5 Plus

SYNOPSIS

    use String::Multibyte;

    $big5p = String::Multibyte->new('Big5Plus');
    $big5p_length = $big5p->length($big5p_string);

DESCRIPTION

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..0x7E and 0x80..0xFE.

Character order (invalid code points are excluded): 0x00..0x7F, 0x8140..0xFEFE

SEE ALSO

String::Multibyte