From 82b63c067c1e3e1b7018154e3c6c05f96956fbdd Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Wed, 10 Oct 2001 21:04:29 +0000 Subject: set the default character set to utf-8. 2001-10-10 Larry Ewing * gui/e-itip-control.c (init): set the default character set to utf-8. svn path=/trunk/; revision=13568 --- calendar/ChangeLog | 5 +++++ calendar/gui/e-itip-control.c | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 77f93c9f9f..ca4d2d7816 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2001-10-10 Larry Ewing + + * gui/e-itip-control.c (init): set the default character set to + utf-8. + 2001-10-10 Federico Mena Quintero * pcs/cal-factory.c (lookup_backend): Return the original key in diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 1f26c5d765..eaf6df4ec7 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1,3 +1,6 @@ + + + /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-itip-control.c * @@ -243,6 +246,9 @@ init (EItipControl *itip) /* Html Widget */ priv->html = gtk_html_new (); + gtk_html_set_default_content_type (priv->html, + "text/html; charset=utf-8"); + gtk_widget_show (priv->html); scrolled_window = gtk_scrolled_window_new (NULL, NULL); -- cgit v1.2.3