utf8_to_compound_text
Description:
[ Version ( since = "2.24" ) ]
public bool utf8_to_compound_text (string str, out Atom encoding, out int format, out uint8[] ctext)
public bool utf8_to_compound_text (string str, out Atom encoding, out int format, out uint8[] ctext)
Converts from UTF-8 to compound text.
Parameters:
this |
a Display |
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 |