|
NAMEString::Multibyte::Bytes - internally used by String::Multibyte for bytes encoding schemeSYNOPSISuse String::Multibyte; $bytes = String::Multibyte->new('Bytes'); $byte_length = $bytes->length($string); DESCRIPTION"String::Multibyte::Bytes" is used for string manipulation in bytes.Character order: "0x00..0xff" SEE ALSOString::Multibyte
Visit the GSP FreeBSD Man Page Interface. |