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

NAME

String::Multibyte::UTF8 - internally used by String::Multibyte for UTF-8

SYNOPSIS

    use String::Multibyte;

    $utf8 = String::Multibyte->new('UTF8');
    $utf8_length = $utf8->length($utf8_string);

DESCRIPTION

String::Multibyte::UTF8 is used for manipulation of strings in UTF-8.

Character order: U+00..U+D7FF, U+E000..U+10FFFF.

CAVEAT

Surrogate characters U+D800..U+DFFF are excluded.

SEE ALSO

String::Multibyte