pidgin/gtkconv.c

branch
vv
changeset 26167
8f14e4edae9c
parent 26152
d4b5bdf689a0
parent 24600
e757835a3b39
child 26171
85b43bce42f1
--- a/pidgin/gtkconv.c	Mon Nov 24 10:43:38 2008 +0000
+++ b/pidgin/gtkconv.c	Mon Nov 24 10:59:08 2008 +0000
@@ -973,7 +973,9 @@
 	}
 
 	name = purple_conversation_get_name(conv);
-	fprintf(fp, "<html>\n<head><title>%s</title></head>\n<body>", name);
+	fprintf(fp, "<html>\n<head>\n");
+	fprintf(fp, "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n");
+	fprintf(fp, "<title>%s</title>\n</head>\n<body>\n", name);
 	fprintf(fp, _("<h1>Conversation with %s</h1>\n"), name);
 
 	lines = gtk_imhtml_get_markup_lines(

mercurial