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
18d410de
Commit
18d410de
authored
Jul 08, 2014
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Don't include wine/unicode.h if not necessary.
parent
149d6031
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
2 additions
and
19 deletions
+2
-19
vertical.c
dlls/gdi32/vertical.c
+0
-2
nameprep.c
dlls/kernel32/nameprep.c
+1
-3
indicsyllable.c
dlls/usp10/indicsyllable.c
+0
-2
linebreak.c
dlls/usp10/linebreak.c
+0
-2
shaping.c
dlls/usp10/shaping.c
+0
-2
vertical.c
dlls/wineps.drv/vertical.c
+0
-2
make_unicode
tools/make_unicode
+1
-6
No files found.
dlls/gdi32/vertical.c
View file @
18d410de
...
...
@@ -2,8 +2,6 @@
/* generated from http://www.unicode.org/Public/vertical/revision-11/VerticalOrientation-11.txt */
/* DO NOT EDIT!! */
#include "wine/unicode.h"
const
unsigned
short
vertical_orientation_table
[
1536
]
=
{
/* level 1 offsets */
...
...
dlls/kernel32/nameprep.c
View file @
18d410de
...
...
@@ -2,8 +2,6 @@
/* generated from http://www.rfc-editor.org/rfc/rfc3454.txt */
/* DO NOT EDIT!! */
#include "wine/unicode.h"
const
unsigned
short
nameprep_char_type
[
4432
]
=
{
/* level 1 offsets */
...
...
@@ -564,7 +562,7 @@ const unsigned short nameprep_char_type[4432] =
0x0001
,
0x0001
,
0x0001
,
0x0001
,
0x0001
,
0x0001
,
0x0001
,
0x0001
,
0x0001
,
0x0002
,
0x0002
,
0x0002
,
0x0002
,
0x0002
,
0x0002
,
0x0002
};
const
WCHAR
nameprep_mapping
[
5856
]
=
const
unsigned
short
nameprep_mapping
[
5856
]
=
{
/* index */
0x0110
,
0x0120
,
0x0130
,
0x0140
,
0x0150
,
0x0160
,
0x0100
,
0x0100
,
...
...
dlls/usp10/indicsyllable.c
View file @
18d410de
...
...
@@ -3,8 +3,6 @@
/* and from http://www.unicode.org/Public/7.0.0/ucd/IndicMatraCategory.txt */
/* DO NOT EDIT!! */
#include "wine/unicode.h"
const
unsigned
short
indic_syllabic_table
[
2864
]
=
{
/* level 1 offsets */
...
...
dlls/usp10/linebreak.c
View file @
18d410de
...
...
@@ -2,8 +2,6 @@
/* generated from http://www.unicode.org/Public/7.0.0/ucd/LineBreak.txt */
/* DO NOT EDIT!! */
#include "wine/unicode.h"
const
unsigned
short
wine_linebreak_table
[
7232
]
=
{
/* level 1 offsets */
...
...
dlls/usp10/shaping.c
View file @
18d410de
...
...
@@ -2,8 +2,6 @@
/* generated from http://www.unicode.org/Public/7.0.0/ucd/ArabicShaping.txt */
/* DO NOT EDIT!! */
#include "wine/unicode.h"
const
unsigned
short
wine_shaping_table
[
2864
]
=
{
/* level 1 offsets */
...
...
dlls/wineps.drv/vertical.c
View file @
18d410de
...
...
@@ -2,8 +2,6 @@
/* generated from http://www.unicode.org/Public/vertical/revision-11/VerticalOrientation-11.txt */
/* DO NOT EDIT!! */
#include "wine/unicode.h"
const
unsigned
short
vertical_orientation_table
[
1536
]
=
{
/* level 1 offsets */
...
...
tools/make_unicode
View file @
18d410de
...
...
@@ -1234,7 +1234,6 @@ sub dump_indic($)
print
OUTPUT
"/* generated from $UNIDATA/IndicSyllabicCategory.txt */\n"
;
print
OUTPUT
"/* and from $UNIDATA/IndicMatraCategory.txt */\n"
;
print
OUTPUT
"/* DO NOT EDIT!! */\n\n"
;
print
OUTPUT
"#include \"wine/unicode.h\"\n\n"
;
dump_two_level_mapping
(
"indic_syllabic_table"
,
@indic_table
);
...
...
@@ -1282,7 +1281,6 @@ sub dump_linebreak($)
print
OUTPUT
"/* Unicode Line Break Properties */\n"
;
print
OUTPUT
"/* generated from $UNIDATA/LineBreak.txt */\n"
;
print
OUTPUT
"/* DO NOT EDIT!! */\n\n"
;
print
OUTPUT
"#include \"wine/unicode.h\"\n\n"
;
dump_two_level_mapping
(
"wine_linebreak_table"
,
@break_table
);
...
...
@@ -1358,7 +1356,6 @@ sub dump_shaping($)
print
OUTPUT
"/* Unicode Arabic shaping */\n"
;
print
OUTPUT
"/* generated from $UNIDATA/ArabicShaping.txt */\n"
;
print
OUTPUT
"/* DO NOT EDIT!! */\n\n"
;
print
OUTPUT
"#include \"wine/unicode.h\"\n\n"
;
dump_two_level_mapping
(
"wine_shaping_table"
,
@joining_table
);
...
...
@@ -1419,7 +1416,6 @@ sub dump_vertical($)
print
OUTPUT
"/* Unicode Vertical Orientation */\n"
;
print
OUTPUT
"/* generated from $VERTICALDATA/VerticalOrientation-11.txt */\n"
;
print
OUTPUT
"/* DO NOT EDIT!! */\n\n"
;
print
OUTPUT
"#include \"wine/unicode.h\"\n\n"
;
dump_two_level_mapping
(
"vertical_orientation_table"
,
@vertical_table
);
...
...
@@ -1755,7 +1751,6 @@ sub dump_nameprep($)
print
OUTPUT
"/* Nameprep algorithm related data */\n"
;
print
OUTPUT
"/* generated from $RFCS/$STRINGPREP */\n"
;
print
OUTPUT
"/* DO NOT EDIT!! */\n\n"
;
print
OUTPUT
"#include \"wine/unicode.h\"\n\n"
;
dump_two_level_mapping
(
"nameprep_char_type"
,
@flags_table
);
...
...
@@ -1793,7 +1788,7 @@ sub dump_nameprep($)
}
# dump the main index
printf
OUTPUT
"const
WCHAR
nameprep_mapping[%d] =\n"
,
$total
;
printf
OUTPUT
"const
unsigned short
nameprep_mapping[%d] =\n"
,
$total
;
printf
OUTPUT
"{\n /* index */\n"
;
printf
OUTPUT
"%s"
,
DUMP_ARRAY
(
"0x%04x"
,
0
,
@filled_idx
);
printf
OUTPUT
",\n /* null sub-index */\n%s"
,
DUMP_ARRAY
(
"0x%04x"
,
0
,
(
$null_offset
)
x
16
);
...
...
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