utf8_ToCompoundText

Warning gdk_utf8_to_compound_text is deprecated and should not be used in newly-written code. Convert from UTF-8 to compound text.

static
int
utf8_ToCompoundText
(
string str
,,
out int format
,
out char[] ctext
)

Parameters

str string

a UTF-8 string

encoding GdkAtom

location to store resulting encoding

format int

location to store format of the result

ctext char[]

location to store the data of the result

Return Value

Type: int

TRUE if the conversion succeeded, otherwise false.

Meta