_codecs_jp.py 326 B

123456789
  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. # 'shift_jis', 'cp932', 'euc_jp', 'shift_jis_2004',
  6. # 'euc_jis_2004', 'euc_jisx0213', 'shift_jisx0213'
  7. from _multibytecodec import __getcodec as getcodec