diff options
author | duerst <duerst@localhost> | 2002-08-23 08:06:05 +0000 |
---|---|---|
committer | duerst <duerst@localhost> | 2002-08-23 08:06:05 +0000 |
commit | d9327e893a44ffdd43b76f2db8d56460a31d859b (patch) | |
tree | 333c2b46b983deecd91b14d58a25c5d4aba1ccd1 /htdocs/config | |
parent | f7eaf6b42f3c97409fe97aea7407b726964efb45 (diff) | |
download | markup-validator-d9327e893a44ffdd43b76f2db8d56460a31d859b.zip markup-validator-d9327e893a44ffdd43b76f2db8d56460a31d859b.tar.gz markup-validator-d9327e893a44ffdd43b76f2db8d56460a31d859b.tar.bz2 |
Added new encoding 'gb18030'.
BTW, here is what has to be done for adding a new encoding:
- Check iconv on validator.w3.org to see whether encoding is available
- Check http://www.iana.org/assignments/character-sets to see whether
correctly listed as a charset, and make sure to use the MIME preferred
alias if there is one.
- add a line to the following four files:
httpd/cgi-bin/check
htdocs/detailed.html
htdocs/file-upload.html
htdocs/config/charset.cfg
would be nice if this could be concentrated in one or two places.
Diffstat (limited to 'htdocs/config')
-rw-r--r-- | htdocs/config/charset.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/config/charset.cfg b/htdocs/config/charset.cfg index 1215d23..2515f0f 100644 --- a/htdocs/config/charset.cfg +++ b/htdocs/config/charset.cfg @@ -1,7 +1,7 @@ # # Mapping of 'charset' or 'encoding' parameter to conversion parameter # -# $Id: charset.cfg,v 1.4 2002-08-20 01:51:24 link Exp $ +# $Id: charset.cfg,v 1.5 2002-08-23 08:06:05 duerst Exp $ # # this version for glibc iconv 2.1; change for other versions # @@ -42,6 +42,7 @@ gb2312 I gb2312 big5 I big5 iso-2022-kr I iso-2022-kr euc-kr I euc-kr +gb18030 I gb18030 tis-620 I tis-620 koi8-r I koi8-r koi8-u I koi8-u |