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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a47bba1f
Commit
a47bba1f
authored
Apr 03, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/bar/mysql-4.1.12076
parents
2574445e
3710ef16
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7701 additions
and
49 deletions
+7701
-49
sql/share/charsets/Index.xml
sql/share/charsets/Index.xml
+4
-1
sql/share/charsets/latin1.xml
sql/share/charsets/latin1.xml
+8
-8
strings/ctype-extra.c
strings/ctype-extra.c
+7689
-40
No files found.
sql/share/charsets/Index.xml
View file @
a47bba1f
...
...
@@ -115,7 +115,10 @@ To make maintaining easier please:
<alias>
l1
</alias>
<alias>
latin1
</alias>
<collation
name=
"latin1_german1_ci"
id=
"5"
order=
"German Duden"
/>
<collation
name=
"latin1_swedish_ci"
id=
"8"
order=
"Finnish, Swedish"
flag=
"primary"
/>
<collation
name=
"latin1_swedish_ci"
id=
"8"
order=
"Finnish, Swedish"
>
<flag>
primary
</flag>
<flag>
compiled
</flag>
</collation>
<collation
name=
"latin1_danish_ci"
id=
"15"
order=
"Danish"
/>
<collation
name=
"latin1_german2_ci"
id=
"31"
order=
"German Phonebook"
flag=
"compiled"
/>
<collation
name=
"latin1_spanish_ci"
id=
"94"
order=
"Spanish"
/>
...
...
sql/share/charsets/latin1.xml
View file @
a47bba1f
...
...
@@ -33,14 +33,14 @@
01 01 01 01 01 01 01 01 01 01 01 10 10 10 10 10
10 82 82 82 82 82 82 02 02 02 02 02 02 02 02 02
02 02 02 02 02 02 02 02 02 02 02 10 10 10 10 20
20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2
0
20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0
0
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0
0
10 00 10 02 10 10 10 10 10 10 01 10 01 00 01 0
0
00 10 10 10 10 10 10 10 10 10 02 10 02 00 02 01
48 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1
0
10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 1
0
01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
01 01 01 01 01 01 01
0
0 01 01 01 01 01 01 01 02
01 01 01 01 01 01 01
1
0 01 01 01 01 01 01 01 02
02 02 02 02 02 02 02 02 02 02 02 02 02 02 02 02
02 02 02 02 02 02 02
0
0 02 02 02 02 02 02 02 02
02 02 02 02 02 02 02
1
0 02 02 02 02 02 02 02 02
</map>
</ctype>
...
...
@@ -99,8 +99,8 @@
0050 0051 0052 0053 0054 0055 0056 0057 0058 0059 005A 005B 005C 005D 005E 005F
0060 0061 0062 0063 0064 0065 0066 0067 0068 0069 006A 006B 006C 006D 006E 006F
0070 0071 0072 0073 0074 0075 0076 0077 0078 0079 007A 007B 007C 007D 007E 007F
0080 0081 0082 0083 0084 0085 0086 0087 0088 0089 008A 008B 008C 008D 008E
008F
0090
0091 0092 0093 0094 0095 0096 0097 0098 0099 009A 009B 009C 009D 009E 009F
20AC 0081 201A 0192 201E 2026 2020 2021 02C6 2030 0160 2039 0152 008D 017D
008F
0090
2018 2019 201C 201D 2022 2013 2014 02DC 2122 0161 203A 0153 009D 017E 0178
00A0 00A1 00A2 00A3 00A4 00A5 00A6 00A7 00A8 00A9 00AA 00AB 00AC 00AD 00AE 00AF
00B0 00B1 00B2 00B3 00B4 00B5 00B6 00B7 00B8 00B9 00BA 00BB 00BC 00BD 00BE 00BF
00C0 00C1 00C2 00C3 00C4 00C5 00C6 00C7 00C8 00C9 00CA 00CB 00CC 00CD 00CE 00CF
...
...
strings/ctype-extra.c
View file @
a47bba1f
This diff is collapsed.
Click to expand it.
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