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