NAME
String::Multibyte::UTF32LE - internally used by String::Multibyte for UTF-32LE
SYNOPSIS
use
String::Multibyte;
$utf32le
= String::Multibyte->new(
'UTF32LE'
);
$utf32le_length
=
$utf32le
->
length
(
$utf32le_string
);
DESCRIPTION
String::Multibyte::UTF32LE
is used for manipulation of strings in UTF-32LE.
Character order: U+00..U+D7FF
, U+E000..U+10FFFF
.
CAVEAT
Surrogate characters U+D800..U+DFFF
are excluded.
A hyphen for a character range also must be properly encoded (i.e. "\x2D\x00\x00\x00"
).