_codecs_tw.py 238 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. # 'big5', 'cp950'
  6. from _multibytecodec import __getcodec as getcodec