diff options
-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 |