PyUnicodeUCS4_DecodeUTF8

_

  1. PyObject* PyUnicodeUCS4_DecodeUTF8(const(char)* string, Py_ssize_t length, const(char)* errors)
    version(!Python_Unicode_UCS2)
    PyUnicodeUCS4_DecodeUTF8
    (
    const(char)* string
    ,,
    const(char)* errors
    )
  2. alias PyUnicode_DecodeUTF8 = PyUnicodeUCS4_DecodeUTF8

Meta