NAME
String::Multibyte::Unicode - internally used by String::Multibyte for Unicode (Perl internal format)
SYNOPSIS
use String::Multibyte;
$unicode = String::Multibyte->new('Unicode');
$unicode_length = $uni->length($unicode_string);
DESCRIPTION
String::Multibyte::Unicode
is used for manipulation of strings in Perl internal format for Unicode.
BUGS
Surrogates, 0xD800..0xDFFF
, and other non-characters may be included in a character range, but may be ignored, warned, or croaked, by the CORE::
unicode support.