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
3d555fe3
Commit
3d555fe3
authored
Mar 29, 2002
by
bar@gw.udmsearch.izhnet.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EUC-JP conversion routines
parent
e42fe498
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8250 additions
and
26 deletions
+8250
-26
strings/ctype-ujis.c
strings/ctype-ujis.c
+8224
-0
strings/ctype.c
strings/ctype.c
+26
-26
No files found.
strings/ctype-ujis.c
View file @
3d555fe3
This diff is collapsed.
Click to expand it.
strings/ctype.c
View file @
3d555fe3
...
...
@@ -3582,24 +3582,24 @@ CHARSET_INFO compiled_charsets[] = {
#ifdef HAVE_CHARSET_ujis
{
12
,
/* number
*/
"ujis"
,
/* name
*/
12
,
/* number
*/
"ujis"
,
/* name
*/
ctype_ujis
,
to_lower_ujis
,
to_upper_ujis
,
sort_order_ujis
,
NULL
,
/* tab_to_uni */
NULL
,
/* tab_from_uni */
0
,
/* strxfrm_multiply */
NULL
,
/* strnncoll
*/
NULL
,
/* strnxfrm
*/
NULL
,
/* like_range
*/
3
,
/* mbmaxlen
*/
NULL
,
/* tab_to_uni */
NULL
,
/* tab_from_uni */
0
,
/* strxfrm_multiply */
NULL
,
/* strnncoll
*/
NULL
,
/* strnxfrm
*/
NULL
,
/* like_range
*/
3
,
/* mbmaxlen
*/
ismbchar_ujis
,
ismbhead_ujis
,
mbcharlen_ujis
,
NULL
,
/* mb_wc
*/
NULL
,
/* wc_mb
*/
my_mb_wc_euc_jp
,
/* mb_wc
*/
my_wc_mb_euc_jp
,
/* wc_mb
*/
my_caseup_str_mb
,
my_casedn_str_mb
,
my_caseup_mb
,
...
...
@@ -3612,24 +3612,24 @@ CHARSET_INFO compiled_charsets[] = {
#ifdef HAVE_CHARSET_utf8
{
33
,
/* number */
"utf8"
,
/* name */
ctype_utf8
,
/* ctype */
to_lower_utf8
,
/* to_lower */
to_upper_utf8
,
/* to_upper */
to_upper_utf8
,
/* sort_order */
33
,
/* number
*/
"utf8"
,
/* name
*/
ctype_utf8
,
/* ctype
*/
to_lower_utf8
,
/* to_lower
*/
to_upper_utf8
,
/* to_upper
*/
to_upper_utf8
,
/* sort_order
*/
NULL
,
/* tab_to_uni */
NULL
,
/* tab_from_uni */
1
,
/* strxfrm_multiply */
my_strnncoll_utf8
,
/* strnncoll */
my_strnxfrm_utf8
,
/* strnxfrm */
NULL
,
/* like_range */
6
,
/* mbmaxlen */
my_ismbchar_utf8
,
/* ismbchar */
my_ismbhead_utf8
,
/* ismbhead */
my_mbcharlen_utf8
,
/* mbcharlen */
my_utf8_uni
,
/* mb_wc */
my_uni_utf8
,
/* wc_mb */
my_strnncoll_utf8
,
/* strnncoll
*/
my_strnxfrm_utf8
,
/* strnxfrm
*/
NULL
,
/* like_range
*/
6
,
/* mbmaxlen
*/
my_ismbchar_utf8
,
/* ismbchar
*/
my_ismbhead_utf8
,
/* ismbhead
*/
my_mbcharlen_utf8
,
/* mbcharlen
*/
my_utf8_uni
,
/* mb_wc
*/
my_uni_utf8
,
/* wc_mb
*/
my_caseup_str_utf8
,
my_casedn_str_utf8
,
my_caseup_utf8
,
...
...
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