Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
4be0f88e
Commit
4be0f88e
authored
Jul 22, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Use the best fit data for codepage 1361.
parent
5fbb6876
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
string.c
dlls/msvcrt/tests/string.c
+1
-3
c_1361.c
libs/wine/c_1361.c
+0
-0
make_unicode
tools/make_unicode
+1
-1
No files found.
dlls/msvcrt/tests/string.c
View file @
4be0f88e
...
...
@@ -432,9 +432,7 @@ static void test_mbcp(void)
expect_eq
(
_ismbblead
(
0x84
),
1
,
int
,
"%d"
);
expect_eq
(
_ismbblead
(
0xd3
),
1
,
int
,
"%d"
);
expect_eq
(
_ismbblead
(
0xd7
),
0
,
int
,
"%d"
);
todo_wine
{
expect_eq
(
_ismbblead
(
0xd8
),
1
,
int
,
"%d"
);
}
expect_eq
(
_ismbblead
(
0xd8
),
1
,
int
,
"%d"
);
expect_eq
(
_ismbblead
(
0xd9
),
1
,
int
,
"%d"
);
expect_eq
(
_ismbbtrail
(
0x30
),
0
,
int
,
"%d"
);
...
...
libs/wine/c_1361.c
View file @
4be0f88e
This diff is collapsed.
Click to expand it.
tools/make_unicode
View file @
4be0f88e
...
...
@@ -78,7 +78,7 @@ my @allfiles =
[
1256
,
"VENDORS/MICSFT/WindowsBestFit/bestfit1256.txt"
,
0
,
"ANSI Arabic"
],
[
1257
,
"VENDORS/MICSFT/WindowsBestFit/bestfit1257.txt"
,
0
,
"ANSI Baltic"
],
[
1258
,
"VENDORS/MICSFT/WindowsBestFit/bestfit1258.txt"
,
0
,
"ANSI/OEM Viet Nam"
],
[
1361
,
"
OBSOLETE/EASTASIA/KSC/JOHAB.TXT"
,
0
,
"Korean Johab"
],
[
1361
,
"
VENDORS/MICSFT/WindowsBestFit/bestfit1361.txt"
,
0
,
"Korean Johab"
],
[
10000
,
"VENDORS/MICSFT/MAC/ROMAN.TXT"
,
0
,
"Mac Roman"
],
[
10001
,
"VENDORS/APPLE/JAPANESE.TXT"
,
0
,
"Mac Japanese"
],
[
10002
,
"VENDORS/APPLE/CHINTRAD.TXT"
,
0
,
"Mac Traditional Chinese"
],
...
...
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