PyUnicodeUCS4_FromWideChar

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

The buffer is copied into the new object.

  1. PyObject* PyUnicodeUCS4_FromWideChar(const(wchar)* w, Py_ssize_t size)
    version(!Python_Unicode_UCS2)
    PyUnicodeUCS4_FromWideChar
    (
    const(wchar)* w
    ,
    )
  2. alias PyUnicode_FromWideChar = PyUnicodeUCS4_FromWideChar

Meta