PyUnicode_DecodeUTF32

  1. PyObject* PyUnicode_DecodeUTF32(const(char)* string, Py_ssize_t length, const(char)* errors, int* byteorder)
  2. alias PyUnicode_DecodeUTF32 = PyUnicodeUCS2_DecodeUTF32
    version(!Python_3_3_Or_Later && Python_Unicode_UCS2 && Python_2_6_Or_Later)
    extern (C)
    alias PyUnicode_DecodeUTF32 = PyUnicodeUCS2_DecodeUTF32
  3. alias PyUnicode_DecodeUTF32 = PyUnicodeUCS4_DecodeUTF32

Meta