utf8_ToCompoundTextForDisplay

Warning gdk_utf8_to_compound_text_for_display has been deprecated since version 2.24 and should not be used in newly-written code. Use gdk_x11_display_utf8_to_compound_text() Converts from UTF-8 to compound text. Since 2.2

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

Parameters

display Display

a GdkDisplay

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