summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/config/charset.cfg3
-rwxr-xr-xhtdocs/detailed-form.html1
2 files changed, 3 insertions, 1 deletions
diff --git a/htdocs/config/charset.cfg b/htdocs/config/charset.cfg
index e7c91cd..69ef847 100644
--- a/htdocs/config/charset.cfg
+++ b/htdocs/config/charset.cfg
@@ -1,7 +1,7 @@
#
# List of accepted encodings.
#
-# $Id: charset.cfg,v 1.12 2006-03-31 05:48:02 ot Exp $
+# $Id: charset.cfg,v 1.13 2006-10-12 01:15:50 ot Exp $
#
# The Validator will refuse to decode documents in an encoding
# other than those listed here. The list is independent of what
@@ -25,6 +25,7 @@ iso-8859-8 = 1
iso-8859-8-i = 1
iso-8859-9 = 1
iso-8859-10 = 1
+iso-8859-11 = 1
iso-8859-13 = 1
iso-8859-14 = 1
iso-8859-15 = 1
diff --git a/htdocs/detailed-form.html b/htdocs/detailed-form.html
index 51ddd18..a3f1198 100755
--- a/htdocs/detailed-form.html
+++ b/htdocs/detailed-form.html
@@ -16,6 +16,7 @@
<option value="iso-8859-8-i">iso-8859-8-i (Hebrew, logical)</option>
<option value="iso-8859-9">iso-8859-9 (Turkish)</option>
<option value="iso-8859-10">iso-8859-10 (Latin 6)</option>
+ <option value="iso-8859-11">iso-8859-11 (Latin/Thai)</option>
<option value="iso-8859-13">iso-8859-13 (Latin 7, Baltic Rim)</option>
<option value="iso-8859-14">iso-8859-14 (Latin 8, Celtic)</option>
<option value="iso-8859-15">iso-8859-15 (Latin 9)</option>