encoding

Module codec

Source
Expand description

Codec implementations.

Modulesยง

  • 7-bit ASCII encoding.
  • A placeholder encoding that returns encoder/decoder error for every case.
  • Legacy Japanese encodings based on JIS X 0208 and JIS X 0212.
  • Legacy Korean encodings based on KS X 1001.
  • Legacy simplified Chinese encodings based on GB 2312 and GB 18030.
  • Common codec implementation for single-byte encodings.
  • Legacy traditional Chinese encodings.
  • UTF-8, the universal encoding.
  • UTF-16.
  • Asymmetric or special encoding constructions required by the WHATWG Encoding standard.