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

Unified Diff: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h

Issue 1805673004: Include U+FE50-FE6F in isCJKIdeographOrSymbol() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 4 years, 9 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
Index: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
diff --git a/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
index 07c1950600ba36274b2629b98001fccf718f62ec..9f20428d35ad1784869328da56fe09153c2f63b0 100644
--- a/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
+++ b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.h
@@ -84,7 +84,8 @@ static const UChar32 isCJKIdeographOrSymbolRanges[] = {
0x3200, 0x33FF,
0xF860, 0xF862,
// CJK Compatibility Forms.
- 0xFE30, 0xFE4F,
+ // Small Form Variants (for CNS 11643).
+ 0xFE30, 0xFE6F,
// Halfwidth and Fullwidth Forms
// Usually only used in CJK
0xFF00, 0xFF0C,

Powered by Google App Engine
This is Rietveld 408576698