SADAHIRO Tomoyuki > String-Multibyte-1.05 > String::Multibyte::UTF8

Download:
String-Multibyte-1.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.02   Source  

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

http://www.unicode.org/unicode/reports/tr28#3_1_conformance