diff options
author | duerst <duerst@localhost> | 2001-06-30 07:10:30 +0000 |
---|---|---|
committer | duerst <duerst@localhost> | 2001-06-30 07:10:30 +0000 |
commit | a363bdcb56c308e47547719d77dc1a0abc4fc261 (patch) | |
tree | 038b5222fd94ee81a641a2d72954674b5e9d505e | |
parent | 012ba556565fd1a4ac9fb811bca818ca7ca9be13 (diff) | |
download | markup-validator-a363bdcb56c308e47547719d77dc1a0abc4fc261.zip markup-validator-a363bdcb56c308e47547719d77dc1a0abc4fc261.tar.gz markup-validator-a363bdcb56c308e47547719d77dc1a0abc4fc261.tar.bz2 |
fixed iso-8859-1-Windows-3.1-Latin-1
-rw-r--r-- | htdocs/config/charset.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/htdocs/config/charset.cfg b/htdocs/config/charset.cfg index 1189d9b..71d8007 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.1 2001-06-18 05:49:42 duerst Exp $ +# $Id: charset.cfg,v 1.2 2001-06-30 07:10:30 duerst Exp $ # # this version for glibc iconv 2.1; change for other versions # @@ -58,3 +58,5 @@ macintosh I macintosh x-mac-roman X macintosh x-sjis X shift_jis iso8859-1 X iso-8859-1 +# this one is in IANA, but better use only windows-1252 +iso-8859-1-Windows-3.1-Latin-1 X windows-1252 |