NAME

String::Multibyte::EUC - internally used by String::Multibyte for EUC encodings

SYNOPSIS

use String::Multibyte;

$euc = String::Multibyte->new('EUC');
$euc_length = $euc->length($euc_string);

DESCRIPTION

String::Multibyte::EUC is used for manipulation of strings in EUC comprising C0, G0, and G1 in which a double-byte set is invoked.

Character order: 0x00..0x7E, 0xA1A1..0xFEFE

CAVEAT

C1 controls, 0x80..0x9E, are not supported.

SEE ALSO

String::Multibyte