Module encoding::codec
[−]
[src]
Codec implementations.
Modules
ascii |
7-bit ASCII encoding. |
error |
A placeholder encoding that returns encoder/decoder error for every case. |
japanese |
Legacy Japanese encodings based on JIS X 0208 and JIS X 0212. |
korean |
Legacy Korean encodings based on KS X 1001. |
simpchinese |
Legacy simplified Chinese encodings based on GB 2312 and GB 18030. |
singlebyte |
Common codec implementation for single-byte encodings. |
tradchinese |
Legacy traditional Chinese encodings. |
utf_16 |
UTF-16. |
utf_8 |
UTF-8, the universal encoding. |
whatwg |
Asymmetric or special encoding constructions required by the WHATWG Encoding standard. |