PyUnicode_DecodeCharmap

  1. PyObject* PyUnicode_DecodeCharmap(const(char)* string, Py_ssize_t length, PyObject* mapping, const(char)* errors)
  2. alias PyUnicode_DecodeCharmap = PyUnicodeUCS2_DecodeCharmap
    version(!Python_3_3_Or_Later && Python_Unicode_UCS2)
    extern (C)
    alias PyUnicode_DecodeCharmap = PyUnicodeUCS2_DecodeCharmap
  3. alias PyUnicode_DecodeCharmap = PyUnicodeUCS4_DecodeCharmap

Meta