utf8_to_compound_text
Description:
public bool utf8_to_compound_text (string str, out unowned string encoding, out int format, out uint8[] ctext)
Converts from UTF-8 to compound text.
Parameters:
this |
a `GdkDisplay` |
str |
a UTF-8 string |
encoding |
location to store resulting encoding |
format |
location to store format of the result |
ctext |
location to store the data of the result |
length |
location to store the length of the data stored in |
Returns:
true if the conversion succeeded, otherwise false |