_codecs_hk.py 234 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. # 'big5hkscs'
  6. from _multibytecodec import __getcodec as getcodec