diff options
author | unknown <bar@mysql.com> | 2005-04-04 17:55:12 +0500 |
---|---|---|
committer | unknown <bar@mysql.com> | 2005-04-04 17:55:12 +0500 |
commit | 07182f5aca265bb9686209fd608e3ca136cd6f49 (patch) | |
tree | 506e12bf765afa5471f6756a972c1a998012d7c6 /strings | |
parent | 98e615ba35952f3999f26aaa567b4744a71fbfdc (diff) | |
download | mariadb-git-07182f5aca265bb9686209fd608e3ca136cd6f49.tar.gz |
ctype_uca.result:
fixing test results accordingly.
ctype-uca.c:
It appeared that in traditional Spanish collation
'RR' is not equal to 'R', as Unicode and Mimer state.
We'll go Oracle and IBM way instead:
No special rules to 'RR'.
strings/ctype-uca.c:
It appeared that in traditional Spanish collation
'RR' is not equal to 'R', as Unicode and Mimer state.
We'll go Oracle and IBM way instead:
No special rules to 'RR'.
mysql-test/r/ctype_uca.result:
fixing test results accordingly.
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-uca.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/ctype-uca.c b/strings/ctype-uca.c index 7678ee05120..53c4fabaf08 100644 --- a/strings/ctype-uca.c +++ b/strings/ctype-uca.c @@ -6651,8 +6651,7 @@ static const char slovak[]= static const char spanish2[]= /* Also good for Asturian and Galician */ "&C < ch <<< Ch <<< CH" "&L < ll <<< Ll <<< LL" - "&N < \\u00F1 <<< \\u00D1" - "&R << rr <<< Rr <<< RR"; + "&N < \\u00F1 <<< \\u00D1"; static const char roman[]= /* i.e. Classical Latin */ "& I << j <<< J " |