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
2db2303b
Commit
2db2303b
authored
Jun 26, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Add support for codepage 10082 (Mac Croatian).
parent
085eda4e
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_10082.c
libs/wine/c_10082.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 @
2db2303b
...
...
@@ -23,6 +23,7 @@ C_SRCS = \
c_1006.c
\
c_10079.c
\
c_10081.c
\
c_10082.c
\
c_1026.c
\
c_1250.c
\
c_1251.c
\
...
...
libs/wine/c_10082.c
0 → 100644
View file @
2db2303b
This diff is collapsed.
Click to expand it.
libs/wine/cptable.c
View file @
2db2303b
...
...
@@ -75,6 +75,7 @@ extern union cptable cptable_10021;
extern
union
cptable
cptable_10029
;
extern
union
cptable
cptable_10079
;
extern
union
cptable
cptable_10081
;
extern
union
cptable
cptable_10082
;
extern
union
cptable
cptable_20127
;
extern
union
cptable
cptable_20866
;
extern
union
cptable
cptable_20932
;
...
...
@@ -94,7 +95,7 @@ extern union cptable cptable_28604;
extern
union
cptable
cptable_28605
;
extern
union
cptable
cptable_28606
;
static
const
union
cptable
*
const
cptables
[
69
]
=
static
const
union
cptable
*
const
cptables
[
70
]
=
{
&
cptable_037
,
&
cptable_424
,
...
...
@@ -147,6 +148,7 @@ static const union cptable * const cptables[69] =
&
cptable_10029
,
&
cptable_10079
,
&
cptable_10081
,
&
cptable_10082
,
&
cptable_20127
,
&
cptable_20866
,
&
cptable_20932
,
...
...
tools/make_unicode
View file @
2db2303b
...
...
@@ -92,6 +92,7 @@ my @allfiles =
[
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"
],
[
10082
,
"VENDORS/APPLE/CROATIAN.TXT"
,
0
,
"Mac Croatian"
],
[
20127
,
undef
,
0
,
"US-ASCII (7bit)"
],
[
20866
,
"VENDORS/MISC/KOI8-R.TXT"
,
0
,
"Russian KOI8"
],
[
20932
,
"OBSOLETE/EASTASIA/JIS/JIS0208.TXT"
,
0
,
"EUC-JP"
],
...
...
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