NAME
String::Multibyte::Unicode - internally used by String::Multibyte for Unicode (Perl's internal format)
SYNOPSIS
use
String::Multibyte;
$uni
= String::Multibyte->new(
'Unicode'
);
$unicode_length
=
$uni
->
length
(
$unicode_string
);
DESCRIPTION
String::Multibyte::Unicode
is used for manipulation of strings in Perl's internal format for Unicode.
CAVEAT
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.