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
52a55f3e
Commit
52a55f3e
authored
Mar 12, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Simplify LB22 rule according to Unicode 13.0 algorithm.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c3165b4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
analyzer.c
dlls/dwrite/analyzer.c
+1
-15
No files found.
dlls/dwrite/analyzer.c
View file @
52a55f3e
...
...
@@ -680,21 +680,7 @@ static HRESULT analyze_linebreaks(const WCHAR *text, UINT32 count, DWRITE_LINE_B
break
;
/* LB22 */
case
b_IN
:
if
(
i
>
0
)
{
switch
(
break_class
[
i
-
1
])
{
case
b_AL
:
case
b_HL
:
case
b_EX
:
case
b_ID
:
case
b_EB
:
case
b_EM
:
case
b_IN
:
case
b_NU
:
set_break_condition
(
i
,
BreakConditionBefore
,
DWRITE_BREAK_CONDITION_MAY_NOT_BREAK
,
&
state
);
}
}
set_break_condition
(
i
,
BreakConditionBefore
,
DWRITE_BREAK_CONDITION_MAY_NOT_BREAK
,
&
state
);
break
;
}
...
...
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