_codecs_kr.py 249 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. # 'euc_kr', 'cp949', 'johab'
  6. from _multibytecodec import __getcodec as getcodec