Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1884)

Unified Diff: Source/platform/fonts/Character.cpp

Issue 276883002: Ignorable characters were shown/rendered in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating Test Expectation for Windows/mac platform Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/text/bidi-ignorable-unicode-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/Character.cpp
diff --git a/Source/platform/fonts/Character.cpp b/Source/platform/fonts/Character.cpp
index 40ccd3ee22fecd4196832e4db6ffed5b7cd1903f..a9898c953b1c2a8a432747833586e88609b76ab8 100644
--- a/Source/platform/fonts/Character.cpp
+++ b/Source/platform/fonts/Character.cpp
@@ -112,6 +112,12 @@ CodePath Character::characterRangeCodePath(const UChar* characters, unsigned len
0x1A00, 0x1CFF,
// U+1DC0 through U+1DFF Comining diacritical mark supplement
0x1DC0, 0x1DFF,
+ // RIGHT-TO-LEFT MARK
+ 0x200B, 0x200F,
+ // RIGHT-TO-LEFT OVERRIDE
+ 0x202A, 0x202E,
+ // Nominal Digit Shape
+ 0x2060, 0x206F,
// U+20D0 through U+20FF Combining marks for symbols
0x20D0, 0x20FF,
// U+2CEF through U+2CF1 Combining marks for Coptic
« no previous file with comments | « LayoutTests/fast/text/bidi-ignorable-unicode-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698