PyUnicodeUCS4_Decode

Create a Unicode object by decoding the encoded string s of the given size.

version(!Python_3_3_Or_Later && !Python_Unicode_UCS2)
extern (C)
PyUnicodeUCS4_Decode
(
const(char)* s
,,
const(char)* encoding
,
const(char)* errors
)

Parameters

s const(char)*

encoded string

size Py_ssize_t

size of buffer

encoding const(char)*

encoding

errors const(char)*

error handling

Meta