diff options
author | unknown <bar@mysql.com> | 2004-08-11 18:06:20 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2004-08-11 18:06:20 +0500 |
commit | f54f4b2c691b8d1f806a3add46ff2d896d842822 (patch) | |
tree | 6eeb09bc9d13cadbf6d645eba3d519ce21deda21 /strings | |
parent | cffa34d9fba41ca853e7f11c88e5962382b6219c (diff) | |
download | mariadb-git-f54f4b2c691b8d1f806a3add46ff2d896d842822.tar.gz |
ctype_uca.test, ctype_uca.result, ctype-uca.c:
Slovak collation didn't work: typo fix in the tailoring rules
strings/ctype-uca.c:
Slovak collation didn't work: typo fix in the tailoring rules
mysql-test/r/ctype_uca.result:
Slovak collation didn't work: typo fix in the tailoring rules
mysql-test/t/ctype_uca.test:
Slovak collation didn't work: typo fix in the tailoring rules
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-uca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-uca.c b/strings/ctype-uca.c index 1b49abd0fbb..cecc3be5045 100644 --- a/strings/ctype-uca.c +++ b/strings/ctype-uca.c @@ -6645,7 +6645,7 @@ static const char slovak[]= "& H < ch <<< Ch <<< CH" "& O < \\u00F4 <<< \\u00D4" "& S < \\u0161 <<< \\u0160" - "& Z < \\u017E <<< \\017D"; + "& Z < \\u017E <<< \\u017D"; static const char spanish2[]= /* Also good for Asturian and Galician */ "&C < ch <<< Ch <<< CH" |