Convert a string from UTF-8 to UTF-16.
A 0 character will be added to the result after the converted text.
len |
the maximum length (number of bytes) of |
items_read |
location to store number of bytes read, or null. If null, then
g_convert_error_partial_input will be returned in case |
items_written |
location to store number of unichar2 written, or null . The value stored here does not include the trailing 0. |
str |
a UTF-8 encoded string |
a pointer to a newly allocated UTF-16 string. This value must be freed with g_free. If an error occurs, null will be returned and throws set. |