Top | ![]() |
![]() |
![]() |
![]() |
|
e_utf8_from_gtk_event_key () |
|
e_utf8_from_iconv_string_sized () |
|
e_utf8_to_iconv_string_sized () |
|
e_utf8_to_charset_string_sized () |
|
e_utf8_from_locale_string_sized () |
|
e_utf8_ensure_valid () |
|
e_unichar_to_utf8 () |
|
e_unicode_get_utf8 () |
|
e_xml_get_translated_utf8_string_prop_by_name () |
gchar * e_utf8_from_gtk_event_key (,
GtkWidget *widget,
guint keyvalconst
);gchar *string
gchar * e_utf8_from_iconv_string_sized (,
iconv_t icconst
,gchar *string);
gint bytes
gchar * e_utf8_to_iconv_string_sized (,
iconv_t icconst
,gchar *string);
gint bytes
gchar * e_utf8_to_charset_string_sized (const
,gchar *charsetconst
,gchar *string);
gint bytes
gchar * e_utf8_from_locale_string_sized (const
,gchar *string);
gint bytes
gchar * e_utf8_ensure_valid (const
);gchar *string
Ensures the returned string will be valid UTF-8 string, thus GTK+ functions expecting only valid UTF-8 text will not crash.
Returned pointer should be freed with g_free()
gint e_unichar_to_utf8 (,
gint c);
gchar *outbuf
Convert a single character to utf8