Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
84561d76
Commit
84561d76
authored
Jul 19, 2010
by
Aric Stewart
Committed by
Alexandre Julliard
Jul 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Remove some previous c1 cntrl exceptions that are no longer valid.
parent
f2b8873b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cpmap.pl
libs/wine/cpmap.pl
+1
-1
wctype.c
libs/wine/wctype.c
+1
-1
No files found.
libs/wine/cpmap.pl
View file @
84561d76
...
...
@@ -156,7 +156,7 @@ my %special_categories =
0xff10
..
0xff19
,
0xff21
..
0xff26
,
0xff41
..
0xff46
],
"space"
=>
[
0x09
..
0x0d
,
0x85
],
"blank"
=>
[
0x09
,
0x20
,
0xa0
,
0x3000
,
0xfeff
],
"cntrl"
=>
[
0x070f
,
0x
180b
,
0x180c
,
0x180d
,
0x180e
,
0x
200c
,
0x200d
,
"cntrl"
=>
[
0x070f
,
0x200c
,
0x200d
,
0x200e
,
0x200f
,
0x202a
,
0x202b
,
0x202c
,
0x202d
,
0x202e
,
0x206a
,
0x206b
,
0x206c
,
0x206d
,
0x206e
,
0x206f
,
0xfeff
,
0xfff9
,
0xfffa
,
0xfffb
]
...
...
libs/wine/wctype.c
View file @
84561d76
...
...
@@ -776,7 +776,7 @@ const unsigned short wine_wctype_table[17152] =
0xb200
,
0xb200
,
0xb200
,
0xb200
,
0xb200
,
0xb200
,
0xb200
,
0xb200
,
0xb200
,
0xb200
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0xb210
,
0xb210
,
0xb210
,
0xb210
,
0xb210
,
0xb210
,
0xb210
,
0xb210
,
0xb210
,
0xb210
,
0xb210
,
0xd2
20
,
0xd220
,
0xd220
,
0xa22
8
,
0x0000
,
0xb210
,
0xb210
,
0xb210
,
0xd2
00
,
0xd200
,
0xd200
,
0xa20
8
,
0x0000
,
0x1204
,
0x1204
,
0x1204
,
0x1204
,
0x1204
,
0x1204
,
0x1204
,
0x1204
,
0x1204
,
0x1204
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x0000
,
0x1300
,
0x1300
,
0x1300
,
0x1300
,
0x1300
,
0x1300
,
0x1300
,
0x1300
,
...
...
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