PyUnicode_DecodeUTF8

_

  1. PyObject* PyUnicode_DecodeUTF8(const(char)* string, Py_ssize_t length, const(char)* errors)
    version(Python_3_3_Or_Later)
    PyUnicode_DecodeUTF8
    (
    const(char)* string
    ,,
    const(char)* errors
    )
  2. alias PyUnicode_DecodeUTF8 = PyUnicodeUCS2_DecodeUTF8
  3. alias PyUnicode_DecodeUTF8 = PyUnicodeUCS4_DecodeUTF8

Meta