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
436d3a37
Commit
436d3a37
authored
Aug 31, 2006
by
cmiller@zippy.cornsilk.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bitkeeper's Tk interface uses UTF8 by default, so mixing charsets in a
single file is a bad practice.
parent
45460bd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
tests/mysql_client_test.c
tests/mysql_client_test.c
+3
-2
No files found.
tests/mysql_client_test.c
View file @
436d3a37
...
...
@@ -9952,8 +9952,9 @@ static void test_ps_i18n()
const
char
*
stmt_text
;
MYSQL_BIND
bind_array
[
2
];
const
char
*
koi8
=
", "
;
const
char
*
cp1251
=
", "
;
/* Represented as numbers to keep UTF8 tools from clobbering them. */
const
char
*
koi8
=
"
\xee\xd5\x2c\x20\xda\xc1\x20\xd2\xd9\xc2\xc1\xcc\xcb\xd5
"
;
const
char
*
cp1251
=
"
\xcd\xf3\x2c\x20\xe7\xe0\x20\xf0\xfb\xe1\xe0\xeb\xea\xf3
"
;
char
buf1
[
16
],
buf2
[
16
];
ulong
buf1_len
,
buf2_len
;
...
...
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