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

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

Issue 463713002: Revert 174133 "Ignorable characters were shown/rendered in Blink" (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2062/
Patch Set: Created 6 years, 4 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.html ('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
===================================================================
--- Source/platform/fonts/Character.cpp (revision 180008)
+++ Source/platform/fonts/Character.cpp (working copy)
@@ -112,12 +112,6 @@
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.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698