diff options
author | unknown <bar@mysql.com> | 2005-07-21 16:05:19 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2005-07-21 16:05:19 +0500 |
commit | e5c4a3e12ff6d169268856a394b0853ecbca4c2a (patch) | |
tree | 4fdf1326cbde0dcc060144daf1347e94032683e4 /sql/share | |
parent | e9687c1025b2bdb11790b333e56e9332272fcf31 (diff) | |
download | mariadb-git-e5c4a3e12ff6d169268856a394b0853ecbca4c2a.tar.gz |
Bug#11216: 'show character set' describes latin1 incorrectly
Index.xml:
Fixing latin1 comment:
it is actually cp1252, not iso-8859-1
ctype_latin1.result:
changeing test results accordingly.
ctype-latin1.c:
Fixed to- and from-Unicode conversion maps
for better Unicode round trip of undefined
characters.
strings/ctype-latin1.c:
Bug#11216: 'show character set' describes latin1 incorrectly
Fixed to- and from-Unicode conversion maps.
mysql-test/r/ctype_latin1.result:
changeing test results accordingly.
sql/share/charsets/Index.xml:
Fixing comment: iso-8859-1 -> cp1252
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/charsets/Index.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/charsets/Index.xml b/sql/share/charsets/Index.xml index a41ea80564a..ff74de9a02d 100644 --- a/sql/share/charsets/Index.xml +++ b/sql/share/charsets/Index.xml @@ -106,7 +106,7 @@ To make maintaining easier please: <charset name="latin1"> <family>Western</family> - <description>ISO 8859-1 West European</description> + <description>cp1252 West European</description> <alias>csisolatin1</alias> <alias>iso-8859-1</alias> <alias>iso-ir-100</alias> |