aboutsummaryrefslogtreecommitdiff
blob: 535dda32324beea3a32d924cc387dcfce6defdc8 (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.:
#
#     'gb2312', 'gbk', 'gb18030', 'hz'

from _multibytecodec import __getcodec as getcodec