SADAHIRO Tomoyuki > String-Multibyte > String::Multibyte::Grapheme

Download:
String-Multibyte-1.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.04   Source  

NAME ^

String::Multibyte::Grapheme - internally used by String::Multibyte for Default Grapheme Clusters in Unicode

SYNOPSIS ^

    use String::Multibyte;

    $gra = String::Multibyte->new('Grapheme');
    $gra_length = $gra->length($unicode_string);

DESCRIPTION ^

String::Multibyte::Grapheme is used for graphemewise manipulation of strings in Perl's internal format for Unicode (see perlunicode).

CAVEAT ^

This module requires Perl 5.8.0 or later.

Grapheme ranges (no, no longer character ranges) are not supported.

This module is based on Unicode Standard Annex #29 for Unicode 4.0.0 (UAX #29-4).

SEE ALSO ^

String::Multibyte

http://www.unicode.org/reports/tr29