jis0208 library

This is a Japanese charset converter library.

You can encode/decode string to bytes with Japanese legacy encodings such as EUC-JP/Shift_JIS.

Classes

EucJpCodec
A EucJpCodec encodes strings to EUC-JP code units (bytes) and decodes EUC-JP code units to strings.
EucJpDecoder
EUC-JP charset decoder
EucJpEncoder
EUC-JP charset encoder
Windows31JCodec
A Windows31JCodec encodes strings to Windows-31J code units (bytes) and decodes Windows-31J code units to strings.
Windows31JDecoder
Windows-31J charset decoder
Windows31JEncoder
Windows-31J charset encoder