mirror of
https://github.com/python/cpython.git
synced 2026-06-26 21:04:42 -04:00
d1c1e10f70
PyUnicode_DecodeCharmap() the accept a unicode string as the mapping argument which is used as a mapping table. This code isn't used by any of the codecs yet.