aboutsummaryrefslogtreecommitdiff
blob: b4f30383eb92be8f9806c38a0d7b1371a018710a (plain)
1
2
3
4
5
6
7
# this getcodec() function supports any multibyte codec, although
# for compatibility with CPython it should only be used for the
# codecs from this module, i.e.:
#
#    'big5', 'cp950'

from _multibytecodec import __getcodec as getcodec