The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

String::Multibyte::UTF16BE - internally used by String::Multibyte for UTF-16BE

SYNOPSIS

    use String::Multibyte;

    $utf16be = String::Multibyte->new('UTF16BE');
    $utf16be_length = $utf16be->length($utf16be_string);

DESCRIPTION

String::Multibyte::UTF16BE is used for manipulation of strings in UTF-16BE.

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. "\x00\x2D").

SEE ALSO

String::Multibyte