PyUnicodeUCS2_AsDecodedObject

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

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

Meta