|
NAMEString::Multibyte::Bytes - internally used by String::Multibyte for bytes encoding scheme SYNOPSIS use 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
|