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
dc0e712d
Commit
dc0e712d
authored
Apr 14, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Store more detailed information about characters direction.
parent
b9c30445
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
cpmap.pl
libs/wine/cpmap.pl
+8
-8
wctype.c
libs/wine/wctype.c
+0
-0
No files found.
libs/wine/cpmap.pl
View file @
dc0e712d
...
...
@@ -167,20 +167,20 @@ my %special_categories =
my
%
directions
=
(
"L"
=>
1
,
# Left-to-Right
"LRE"
=>
1
1
,
# Left-to-Right Embedding
"LRO"
=>
1
1
,
# Left-to-Right Override
"LRE"
=>
1
5
,
# Left-to-Right Embedding
"LRO"
=>
1
5
,
# Left-to-Right Override
"R"
=>
2
,
# Right-to-Left
"AL"
=>
2
,
# Right-to-Left Arabic
"RLE"
=>
1
1
,
# Right-to-Left Embedding
"RLO"
=>
1
1
,
# Right-to-Left Override
"PDF"
=>
1
1
,
# Pop Directional Format
"AL"
=>
12
,
# Right-to-Left Arabic
"RLE"
=>
1
5
,
# Right-to-Left Embedding
"RLO"
=>
1
5
,
# Right-to-Left Override
"PDF"
=>
1
5
,
# Pop Directional Format
"EN"
=>
3
,
# European Number
"ES"
=>
4
,
# European Number Separator
"ET"
=>
5
,
# European Number Terminator
"AN"
=>
6
,
# Arabic Number
"CS"
=>
7
,
# Common Number Separator
"NSM"
=>
0
,
# Non-Spacing Mark
"BN"
=>
0
,
# Boundary Neutral
"NSM"
=>
13
,
# Non-Spacing Mark
"BN"
=>
14
,
# Boundary Neutral
"B"
=>
8
,
# Paragraph Separator
"S"
=>
9
,
# Segment Separator
"WS"
=>
10
,
# Whitespace
...
...
libs/wine/wctype.c
View file @
dc0e712d
This diff is collapsed.
Click to expand it.
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