From e5c4a3e12ff6d169268856a394b0853ecbca4c2a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 21 Jul 2005 16:05:19 +0500 Subject: 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 --- sql/share/charsets/Index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/share/charsets/Index.xml') 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: Western - ISO 8859-1 West European + cp1252 West European csisolatin1 iso-8859-1 iso-ir-100 -- cgit v1.2.1