|
NAMEString::Multibyte::UTF32BE - internally used by String::Multibyte for UTF-32BESYNOPSISuse String::Multibyte; $utf32be = String::Multibyte->new('UTF32BE'); $utf32be_length = $utf32be->length($utf32be_string); DESCRIPTION"String::Multibyte::UTF32BE" is used for manipulation of strings in UTF-32BE.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\x00\x00\x2D"). SEE ALSOString::Multibyte
Visit the GSP FreeBSD Man Page Interface. |