PyUnicodeUCS2_AsEncodedUnicode

Encodes a Unicode object and returns the result as Unicode Availability: >= 3.* object.

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

Meta