PyUnicodeUCS4_FromWideChar

Create a Unicode Object from the whcar_t buffer w of the given size.

The buffer is copied into the new object.

version(!Python_3_3_Or_Later && !Python_Unicode_UCS2)
extern (C)
PyUnicodeUCS4_FromWideChar
(
const(wchar)* w
,)

Meta