PyUnicodeUCS4_AsDecodedUnicode

Decode a Unicode object unicode and return the result as Unicode Availability: 3.* object.

version(!Python_3_3_Or_Later && !Python_Unicode_UCS2 && Python_3_0_Or_Later)
extern (C)
PyUnicodeUCS4_AsDecodedUnicode
(,
const(char)* encoding
,
const(char)* errors
)

Meta