PyUnicodeUCS4_DecodeUTF7Stateful

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

Parameters

string const(char)*

UTF-7 encoded string

length Py_ssize_t

size of string

consumed Py_ssize_t*

bytes consumed Availability: >= 2.6

Meta