ucs4ToUtf16

fnushort[] ucs4ToUtf16(dchar[] str, out glong itemsRead, out glong itemsWritten)

Convert a string from UCS-4 to UTF-16. A 0 character will be added to the result after the converted text.

Parameters

stra UCS-4 encoded string
itemsReadlocation to store number of bytes read, or null. If an error occurs then the index of the invalid input is stored here.
itemsWrittenlocation to store number of #gunichar2 written, or null. The value stored here does not include the trailing 0.

Returns

a pointer to a newly allocated UTF-16 string.

This value must be freed with [glib.global.gfree]. If an error occurs, null will be returned and error set.

Throws

[ErrorWrap]