|
NAMEString::Multibyte::UTF8 - internally used by String::Multibyte for UTF-8SYNOPSISuse String::Multibyte; $utf8 = String::Multibyte->new('UTF8'); $utf8_length = $utf8->length($utf8_string); DESCRIPTION"String::Multibyte::UTF8" is used for manipulation of strings in UTF-8.Character order: "U+00..U+D7FF", "U+E000..U+10FFFF". CAVEATSurrogate characters "U+D800..U+DFFF" are excluded.SEE ALSOString::Multibyte
Visit the GSP FreeBSD Man Page Interface. |