From e60c558b2552803e624a5cef4fccdd645f2021e0 Mon Sep 17 00:00:00 2001 From: Lauris Kaplinski Date: Fri, 1 Sep 2000 02:40:45 +0000 Subject: Email should now display correctly in GtkHTML svn path=/trunk/; revision=5154 --- widgets/misc/e-unicode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'widgets/misc/e-unicode.h') diff --git a/widgets/misc/e-unicode.h b/widgets/misc/e-unicode.h index a1d571e918..a69d1a3403 100644 --- a/widgets/misc/e-unicode.h +++ b/widgets/misc/e-unicode.h @@ -38,5 +38,8 @@ gchar *e_utf8_gtk_editable_get_chars (GtkEditable *editable, gint start, gint en GtkWidget *e_utf8_gtk_menu_item_new_with_label (const gchar *label); +gint g_unichar_to_utf8 (gint c, gchar *outbuf); +guint32 gdk_keyval_to_unicode (guint keysym); + #endif -- cgit