diff options
author | bar@mysql.com <> | 2004-08-11 18:06:20 +0500 |
---|---|---|
committer | bar@mysql.com <> | 2004-08-11 18:06:20 +0500 |
commit | a554f7756d12c2fa17b4dde1f8eeafe091cdfa8a (patch) | |
tree | 6eeb09bc9d13cadbf6d645eba3d519ce21deda21 /strings | |
parent | 127cf25c017505359bf17d43d1f431a47276619b (diff) | |
download | mariadb-git-a554f7756d12c2fa17b4dde1f8eeafe091cdfa8a.tar.gz |
ctype_uca.test, ctype_uca.result, ctype-uca.c:
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" |