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
b5d9fc32
Commit
b5d9fc32
authored
Oct 07, 2013
by
Aric Stewart
Committed by
Alexandre Julliard
Oct 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Add new Explicit Formatting types for Unicode 6.3.
parent
00c9c6fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
make_unicode
tools/make_unicode
+10
-6
No files found.
tools/make_unicode
View file @
b5d9fc32
...
...
@@ -279,13 +279,8 @@ my %special_categories =
my
%
directions
=
(
"L"
=>
1
,
# Left-to-Right
"LRE"
=>
15
,
# Left-to-Right Embedding
"LRO"
=>
15
,
# Left-to-Right Override
"R"
=>
2
,
# Right-to-Left
"AL"
=>
12
,
# Right-to-Left Arabic
"RLE"
=>
15
,
# Right-to-Left Embedding
"RLO"
=>
15
,
# Right-to-Left Override
"PDF"
=>
15
,
# Pop Directional Format
"EN"
=>
3
,
# European Number
"ES"
=>
4
,
# European Number Separator
"ET"
=>
5
,
# European Number Terminator
...
...
@@ -296,7 +291,16 @@ my %directions =
"B"
=>
8
,
# Paragraph Separator
"S"
=>
9
,
# Segment Separator
"WS"
=>
10
,
# Whitespace
"ON"
=>
11
# Other Neutrals
"ON"
=>
11
,
# Other Neutrals
"LRE"
=>
15
,
# Left-to-Right Embedding
"LRO"
=>
15
,
# Left-to-Right Override
"RLE"
=>
15
,
# Right-to-Left Embedding
"RLO"
=>
15
,
# Right-to-Left Override
"PDF"
=>
15
,
# Pop Directional Format
"LRI"
=>
15
,
# Left-to-Right Isolate
"RLI"
=>
15
,
# Right-to-Left Isolate
"FSI"
=>
15
,
# First Strong Isolate
"PDI"
=>
15
# Pop Directional Isolate
);
my
%
joining_types
=
...
...
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