mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
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.
This commit is contained in:
parent
98e615ba35
commit
07182f5aca
2 changed files with 3 additions and 4 deletions
|
|
@ -1759,8 +1759,8 @@ P,p
|
|||
Ƥ,ƥ
|
||||
Q,q
|
||||
ĸ
|
||||
R,RR,Rr,r,rr,Ŕ,ŕ,Ŗ,ŗ,Ř,ř
|
||||
rR
|
||||
R,r,Ŕ,ŕ,Ŗ,ŗ,Ř,ř
|
||||
RR,Rr,rR,rr
|
||||
Ʀ
|
||||
S,s,Ś,ś,Ŝ,ŝ,Ş,ş,Š,š,ſ
|
||||
SS,Ss,sS,ss,ß
|
||||
|
|
|
|||
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue