summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerst <duerst@localhost>2002-04-01 05:22:49 +0000
committerduerst <duerst@localhost>2002-04-01 05:22:49 +0000
commit7d4a79158fa9d3bee2eaf25942dadbb411aac3eb (patch)
tree9de309adb160341e0f798f3c82450f30d6ad21bd
parent8251594610099d63c2cb5ecca204e393b7133c36 (diff)
downloadmarkup-validator-7d4a79158fa9d3bee2eaf25942dadbb411aac3eb.zip
markup-validator-7d4a79158fa9d3bee2eaf25942dadbb411aac3eb.tar.gz
markup-validator-7d4a79158fa9d3bee2eaf25942dadbb411aac3eb.tar.bz2
added a line to help people to use US-ASCII instead of ASCII
(Terje, please take that to your branch as appropriate)
-rw-r--r--htdocs/config/charset.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/config/charset.cfg b/htdocs/config/charset.cfg
index 71d8007..ec5f4c4 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.2 2001-06-30 07:10:30 duerst Exp $
+# $Id: charset.cfg,v 1.3 2002-04-01 05:22:49 duerst Exp $
#
# this version for glibc iconv 2.1; change for other versions
#
@@ -58,5 +58,6 @@ macintosh I macintosh
x-mac-roman X macintosh
x-sjis X shift_jis
iso8859-1 X iso-8859-1
+ascii X us-ascii
# this one is in IANA, but better use only windows-1252
iso-8859-1-Windows-3.1-Latin-1 X windows-1252