_codecs_cn.py 256 B

12345678
  1. # this getcodec() function supports any multibyte codec, although
  2. # for compatibility with CPython it should only be used for the
  3. # codecs from this module, i.e.:
  4. #
  5. # 'gb2312', 'gbk', 'gb18030', 'hz'
  6. from _multibytecodec import __getcodec as getcodec