summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2006-10-12 01:15:50 +0000
committerot <ot@localhost>2006-10-12 01:15:50 +0000
commitb0de8a8b4662b9125d3691aace1e87ffa2caa6db (patch)
tree18ac6e6e65a4c1fc84efaf9de8c056757efadb73
parentda60f4b368e745da57c532ae1ed773579af1b026 (diff)
downloadmarkup-validator-b0de8a8b4662b9125d3691aace1e87ffa2caa6db.zip
markup-validator-b0de8a8b4662b9125d3691aace1e87ffa2caa6db.tar.gz
markup-validator-b0de8a8b4662b9125d3691aace1e87ffa2caa6db.tar.bz2
Add Thai encoding ISO-8859-11 (port to HEAD / 0.8 code)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1573
-rw-r--r--htdocs/config/charset.cfg3
-rwxr-xr-xhtdocs/detailed-form.html1
-rw-r--r--share/templates/en_US/popup_charset.tmpl1
3 files changed, 4 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>
diff --git a/share/templates/en_US/popup_charset.tmpl b/share/templates/en_US/popup_charset.tmpl
index 1438532..60e6b0f 100644
--- a/share/templates/en_US/popup_charset.tmpl
+++ b/share/templates/en_US/popup_charset.tmpl
@@ -13,6 +13,7 @@
<option value="iso-8859-8-i" <TMPL_IF NAME="override charset iso-8859-8-i">selected="selected"</TMPL_IF>>iso-8859-8-i (Hebrew, logical)</option>
<option value="iso-8859-9" <TMPL_IF NAME="override charset iso-8859-9">selected="selected"</TMPL_IF>>iso-8859-9 (Turkish)</option>
<option value="iso-8859-10" <TMPL_IF NAME="override charset iso-8859-10">selected="selected"</TMPL_IF>>iso-8859-10 (Latin 6)</option>
+ <option value="iso-8859-10" <TMPL_IF NAME="override charset iso-8859-11">selected="selected"</TMPL_IF>>iso-8859-11 (Latin/Thai)</option>
<option value="iso-8859-13" <TMPL_IF NAME="override charset iso-8859-13">selected="selected"</TMPL_IF>>iso-8859-13 (Latin 7, Baltic Rim)</option>
<option value="iso-8859-14" <TMPL_IF NAME="override charset iso-8859-14">selected="selected"</TMPL_IF>>iso-8859-14 (Latin 8, Celtic)</option>
<option value="iso-8859-15" <TMPL_IF NAME="override charset iso-8859-15">selected="selected"</TMPL_IF>>iso-8859-15 (Latin 9)</option>