Top | ![]() |
![]() |
![]() |
![]() |
gchar * | e_utf8_from_gtk_event_key () |
gchar * | e_utf8_from_iconv_string_sized () |
gchar * | e_utf8_to_iconv_string_sized () |
gchar * | e_utf8_to_charset_string_sized () |
gchar * | e_utf8_from_locale_string_sized () |
gchar * | e_utf8_ensure_valid () |
gint | e_unichar_to_utf8 () |
gchar * | e_xml_get_translated_utf8_string_prop_by_name () |
gchar * e_utf8_from_gtk_event_key (GtkWidget *widget
,guint keyval
,const gchar *string
);
gchar * e_utf8_from_iconv_string_sized (iconv_t ic
,const gchar *string
,gint bytes
);
gchar * e_utf8_to_iconv_string_sized (iconv_t ic
,const gchar *string
,gint bytes
);
gchar * e_utf8_to_charset_string_sized (const gchar *charset
,const 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