diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-13 11:04:36 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-13 11:04:36 +0300 |
commit | f9963095282551b24b6843d0d0df1ed69ad9d865 (patch) | |
tree | 6bf6c15bc8c069fe553a64e1910b52f94744d3fb /strings | |
parent | c96bf55b9c8641d4b1c2ece0c0314071bc1022df (diff) | |
parent | 4a04ce5619e582c77c254213c671683cc1fa9277 (diff) | |
download | mariadb-git-f9963095282551b24b6843d0d0df1ed69ad9d865.tar.gz |
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi:
Auto merged
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-latin1_de.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/strings/ctype-latin1_de.c b/strings/ctype-latin1_de.c index a0a9686e0c1..fa32c6d21f7 100644 --- a/strings/ctype-latin1_de.c +++ b/strings/ctype-latin1_de.c @@ -100,7 +100,7 @@ uchar to_upper_latin1_de[] = { * characters to their non-accented equivalents. Note: in this * table, 'ä' is mapped to 'A', 'ÿ' is mapped to 'Y', etc. - all * accented characters except the following are treated the same way. - * Ü, ü, É, é, Ö, ö, Ä, ä + * Ü, ü, Ö, ö, Ä, ä */ uchar sort_order_latin1_de[] = { @@ -116,9 +116,9 @@ uchar sort_order_latin1_de[] = { 144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159, 160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175, 176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191, - 65, 65, 65, 65,196, 65, 92, 67, 69,201, 69, 69, 73, 73, 73, 73, + 65, 65, 65, 65,196, 65, 92, 67, 69, 69, 69, 69, 73, 73, 73, 73, 68, 78, 79, 79, 79, 79,214,215,216, 85, 85, 85,220, 89,222,223, - 65, 65, 65, 65,196, 65, 92, 67, 69,201, 69, 69, 73, 73, 73, 73, + 65, 65, 65, 65,196, 65, 92, 67, 69, 69, 69, 69, 73, 73, 73, 73, 68, 78, 79, 79, 79, 79,214,247,216, 85, 85, 85,220, 89,222, 89 }; |