|
NAMEString::Multibyte::UTF16BE - internally used by String::Multibyte for UTF-16BESYNOPSISuse 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". CAVEATSurrogate characters "U+D800..U+DFFF" are excluded.A hyphen for a character range also must be properly encoded (i.e. "\x00\x2D"). SEE ALSOString::Multibyte
Visit the GSP FreeBSD Man Page Interface. |