NAME
String::Multibyte::EUC - internally used by String::Multibyte for simple 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.
Byte range of single-byte characters: 0x00..0x7F
.
Leading byte range of double-byte characters: 0xA1..0xFE
.
Trailing byte range of double-byte characters: 0xA1..0xFE
.
Character order: 0x00..0x7F
, 0xA1A1..0xFEFE
CAVEAT
C1 controls, 0x80..0x9E
, are not supported.