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
9c11fc64
Commit
9c11fc64
authored
Jan 20, 2021
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jan 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_unicode: Make it explicit what other default joining type is.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
016eeb51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
make_unicode
tools/make_unicode
+8
-1
No files found.
tools/make_unicode
View file @
9c11fc64
...
@@ -643,7 +643,14 @@ sub load_data()
...
@@ -643,7 +643,14 @@ sub load_data()
$category_table
[
$src
]
=
$categories
{
$cat
};
$category_table
[
$src
]
=
$categories
{
$cat
};
$direction_table
[
$src
]
=
$bidi
;
$direction_table
[
$src
]
=
$bidi
;
$joining_table
[
$src
]
=
$joining_types
{
"T"
}
if
$cat
eq
"Mn"
||
$cat
eq
"Me"
||
$cat
eq
"Cf"
;
if
(
$cat
eq
"Mn"
||
$cat
eq
"Me"
||
$cat
eq
"Cf"
)
{
$joining_table
[
$src
]
=
$joining_types
{
"T"
};
}
else
{
$joining_table
[
$src
]
=
$joining_types
{
"U"
};
}
if
(
$lower
ne
""
)
if
(
$lower
ne
""
)
{
{
...
...
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