| 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
|
|
|