v0.4.0
- Add functions:
NewEncoder(CODEPAGE)
andNewDecoder(CODEPAGE)
- On Linux, get the current encoding from the environment variable $LC_ALL and $LANG.
Now supporting encoding on Linux
932: japanese.ShiftJIS,
936: simplifiedchinese.GBK,
949: korean.EUCKR, // Unified Hangul Code
950: traditionalchinese.Big5,
951: traditionalchinese.Big5, // Big5-HKSCS
50222: japanese.ISO2022JP,
51932: japanese.EUCJP,
51949: korean.EUCKR,
52936: simplifiedchinese.HZGB2312,
65001: UTF8