aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dialogs.c2
-rw-r--r--wfm.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/dialogs.c b/dialogs.c
index a631703..7d437b3 100644
--- a/dialogs.c
+++ b/dialogs.c
@@ -426,7 +426,7 @@ void edit_ui(void) {
"--></STYLE>\n"
"</HEAD>\n"
"<BODY>\n"
- "<FORM NAME=\"EDITOR\" ACTION=\"%s?action=edit_save\" METHOD=\"POST\" ENCTYPE=\"multipart/form-data\" >\n"
+ "<FORM NAME=\"EDITOR\" ACTION=\"%s?action=edit_save\" METHOD=\"POST\" ACCEPT-CHARSET=\"US-ASCII\" ENCTYPE=\"multipart/form-data\" >\n"
"<TABLE BGCOLOR=\"#EEEEEE\" BORDER=0 CELLSPACING=0 CELLPADDING=5 STYLE=\"height:%s%%;\">\n"
"<TR STYLE=\"height:1%%;\">\n"
"<TD ALIGN=\"LEFT\" VALIGN=\"MIDDLE\" BGCOLOR=\"#CCCCCC\">\n"
diff --git a/wfm.h b/wfm.h
index 46fc664..7c0c5d9 100644
--- a/wfm.h
+++ b/wfm.h
@@ -22,7 +22,7 @@
"<HTML LANG=\"en\">\n" \
copyright \
"<HEAD>\n" \
- " <META HTTP-EQUIV=\"Content-type\" CONTENT=\"text/html;charset=UTF-8\">\n" \
+ " <META HTTP-EQUIV=\"Content-type\" CONTENT=\"text/html;charset=US-ASCII\">\n" \
" <META NAME=\"viewport\" CONTENT=\"width=device-width\">\n" \
CSS_STYLE