Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f9963095
Commit
f9963095
authored
Sep 13, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
Docs/manual.texi: Auto merged
parents
c96bf55b
4a04ce56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Docs/manual.texi
Docs/manual.texi
+4
-4
strings/ctype-latin1_de.c
strings/ctype-latin1_de.c
+3
-3
No files found.
Docs/manual.texi
View file @
f9963095
...
@@ -20484,13 +20484,13 @@ strings before doing the comparison:
...
@@ -20484,13 +20484,13 @@ strings before doing the comparison:
ß -> ss
ß -> ss
@end example
@end example
All accented characters,
except @code{'é'} and @code{É} are converted to
All accented characters,
are converted to their un-accented uppercase
their un-accented
counterpart. All letters are converted to uppercase.
counterpart. All letters are converted to uppercase.
When comparing strings with @code{LIKE} the one -> two character mapping
When comparing strings with @code{LIKE} the one -> two character mapping
is not done. All letters are converted to uppercase. Accent are removed
is not done. All letters are converted to uppercase. Accent are removed
from all letters except: @code{Ü}, @code{ü}, @code{
É}, @code{é}, @code{Ö
},
from all letters except: @code{Ü}, @code{ü}, @code{
Ö}, @code{ö
},
@code{
ö}, @code{
Ä} and @code{ä}.
@code{Ä} and @code{ä}.
@node Languages, Adding character set, Character sets, Localization
@node Languages, Adding character set, Character sets, Localization
strings/ctype-latin1_de.c
View file @
f9963095
...
@@ -100,7 +100,7 @@ uchar to_upper_latin1_de[] = {
...
@@ -100,7 +100,7 @@ uchar to_upper_latin1_de[] = {
* characters to their non-accented equivalents. Note: in this
* characters to their non-accented equivalents. Note: in this
* table, 'ä' is mapped to 'A', 'ÿ' is mapped to 'Y', etc. - all
* table, 'ä' is mapped to 'A', 'ÿ' is mapped to 'Y', etc. - all
* accented characters except the following are treated the same way.
* accented characters except the following are treated the same way.
* Ü, ü,
É, é,
Ö, ö, Ä, ä
* Ü, ü, Ö, ö, Ä, ä
*/
*/
uchar
sort_order_latin1_de
[]
=
{
uchar
sort_order_latin1_de
[]
=
{
...
@@ -116,9 +116,9 @@ 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
,
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
,
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
,
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
,
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
68
,
78
,
79
,
79
,
79
,
79
,
214
,
247
,
216
,
85
,
85
,
85
,
220
,
89
,
222
,
89
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment