PyUnicodeUCS2_DecodeUTF32Stateful

version(!Python_3_3_Or_Later && Python_Unicode_UCS2 && Python_2_6_Or_Later)
extern (C)
PyUnicodeUCS2_DecodeUTF32Stateful
(
const(char)* string
,,
const(char)* errors
,,)

Parameters

string const(char)*

UTF-32 encoded string

length Py_ssize_t

size of string

byteorder int*

pointer to byteorder to use 0=native;-1=LE,1=BE; updated on exit Availability: >= 2.6

Meta