projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e937634
)
Change charset from html output to utf-8
author
Michel Boaventura
<michel@michelboaventura.com>
Sat, 4 Sep 2010 00:02:13 +0000
(21:02 -0300)
committer
Michel Boaventura
<michel@michelboaventura.com>
Sat, 4 Sep 2010 00:02:13 +0000
(21:02 -0300)
src/output/html.c
patch
|
blob
|
history
diff --git
a/src/output/html.c
b/src/output/html.c
index 989752b627fc9c54dcbf59410c5729769a96488c..4fd23184ec37e21def2d34c793a9aa21655c37fe 100644
(file)
--- a/
src/output/html.c
+++ b/
src/output/html.c
@@
-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"