String::Multibyte::Unicode - internally used by String::Multibyte for Unicode
(Perl's internal format)
use String::Multibyte;
$uni = String::Multibyte->new('Unicode');
$unicode_length = $uni->length($unicode_string);
"String::Multibyte::Unicode" is used for
manipulation of strings in Perl's internal format for Unicode.
This module requires Perl 5.8.0 or later.
Surrogates, "U+D800..U+DFFF",
and other non-characters may be included in a character range, but may be
ignored, warned, or croaked, by the
"CORE::" Unicode support.