# HG changeset patch # User Richard Laager # Date 1226458252 0 # Node ID dd155ec42b2544634444c530fc385770e7fd7cd0 # Parent 125389813727232f081c82dbc95321d74c7b69fc When you choose Save As from the Conversation menu in Pidgin, the saved file now includes a content-type meta tag so that browsers will treat it as UTF-8 and not ISO-8859-1, to which many of them default. Fixes #7510 diff -r 125389813727 -r dd155ec42b25 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Mon Nov 10 04:40:17 2008 +0000 +++ b/pidgin/gtkconv.c Wed Nov 12 02:50:52 2008 +0000 @@ -971,7 +971,9 @@ } name = purple_conversation_get_name(conv); - fprintf(fp, "\n%s\n", name); + fprintf(fp, "\n\n"); + fprintf(fp, "\n"); + fprintf(fp, "%s\n\n\n", name); fprintf(fp, _("

Conversation with %s

\n"), name); lines = gtk_imhtml_get_markup_lines(