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.
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 the version 3 of Draft Unicode Technical Report #29 (DUTR #29). Specification of the report may be changed in future.