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
085eda4e
Commit
085eda4e
authored
Jun 26, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Add support for codepage 10021 (Mac Thai).
parent
09280122
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
Makefile.in
libs/wine/Makefile.in
+1
-0
c_10021.c
libs/wine/c_10021.c
+0
-0
cptable.c
libs/wine/cptable.c
+3
-1
make_unicode
tools/make_unicode
+1
-0
No files found.
libs/wine/Makefile.in
View file @
085eda4e
...
...
@@ -18,6 +18,7 @@ C_SRCS = \
c_10008.c
\
c_10010.c
\
c_10017.c
\
c_10021.c
\
c_10029.c
\
c_1006.c
\
c_10079.c
\
...
...
libs/wine/c_10021.c
0 → 100644
View file @
085eda4e
This diff is collapsed.
Click to expand it.
libs/wine/cptable.c
View file @
085eda4e
...
...
@@ -71,6 +71,7 @@ extern union cptable cptable_10007;
extern
union
cptable
cptable_10008
;
extern
union
cptable
cptable_10010
;
extern
union
cptable
cptable_10017
;
extern
union
cptable
cptable_10021
;
extern
union
cptable
cptable_10029
;
extern
union
cptable
cptable_10079
;
extern
union
cptable
cptable_10081
;
...
...
@@ -93,7 +94,7 @@ extern union cptable cptable_28604;
extern
union
cptable
cptable_28605
;
extern
union
cptable
cptable_28606
;
static
const
union
cptable
*
const
cptables
[
6
8
]
=
static
const
union
cptable
*
const
cptables
[
6
9
]
=
{
&
cptable_037
,
&
cptable_424
,
...
...
@@ -142,6 +143,7 @@ static const union cptable * const cptables[68] =
&
cptable_10008
,
&
cptable_10010
,
&
cptable_10017
,
&
cptable_10021
,
&
cptable_10029
,
&
cptable_10079
,
&
cptable_10081
,
...
...
tools/make_unicode
View file @
085eda4e
...
...
@@ -88,6 +88,7 @@ my @allfiles =
[
10008
,
"VENDORS/APPLE/CHINSIMP.TXT"
,
0
,
"Mac Simplified Chinese"
],
[
10010
,
"VENDORS/APPLE/ROMANIAN.TXT"
,
0
,
"Mac Romanian"
],
[
10017
,
"VENDORS/APPLE/CYRILLIC.TXT"
,
0
,
"Mac Ukrainian"
],
[
10021
,
"VENDORS/APPLE/THAI.TXT"
,
0
,
"Mac Thai"
],
[
10029
,
"VENDORS/MICSFT/MAC/LATIN2.TXT"
,
0
,
"Mac Latin 2"
],
[
10079
,
"VENDORS/MICSFT/MAC/ICELAND.TXT"
,
0
,
"Mac Icelandic"
],
[
10081
,
"VENDORS/MICSFT/MAC/TURKISH.TXT"
,
0
,
"Mac Turkish"
],
...
...
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