Struct encoding::codec::japanese::EUCJPEncoding
[−]
[src]
pub struct EUCJPEncoding;
EUC-JP. (XXX with asymmetric JIS X 0212 support)
This is a Japanese encoding created from three JIS character sets:
- JIS X 0201, which lower half is ISO/IEC 646:JP (US-ASCII with yen sign and overline) and upper half contains legacy half-width Katakanas.
- JIS X 0208, a primary graphic character set (94x94).
- JIS X 0212, a supplementary graphic character set (94x94).
EUC-JP contains the lower half of JIS X 0201 in G0 ([21-7E]
),
JIS X 0208 in G1 ([A1-FE] [A1-FE]
),
the upper half of JIS X 0212 in G2 (8E [A1-DF]
), and
JIS X 0212 in G3 (8F [A1-FE] [A1-FE]
).