Change charset from html output to utf-8 20100904040502/pspp 20100905040503/pspp
authorMichel Boaventura <michel@michelboaventura.com>
Sat, 4 Sep 2010 00:02:13 +0000 (21:02 -0300)
committerMichel Boaventura <michel@michelboaventura.com>
Sat, 4 Sep 2010 00:02:13 +0000 (21:02 -0300)
src/output/html.c

index 989752b627fc9c54dcbf59410c5729769a96488c..4fd23184ec37e21def2d34c793a9aa21655c37fe 100644 (file)
@@ -116,7 +116,7 @@ html_create (const char *file_name, enum settings_output_devices device_type,
   fputs ("<META http-equiv=\"Content-Style-Type\" content=\"text/css\">\n",
          html->file);
   fputs ("<META HTTP-EQUIV=\"Content-Type\" "
-         "CONTENT=\"text/html; charset=ISO-8859-1\">\n", html->file);
+         "CONTENT=\"text/html; charset=utf-8\">\n", html->file);
   fputs ("<STYLE>\n"
          "<!--\n"
          "body {\n"