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

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

Issue 2603343002: Emoji fixes: Two professions and digits with VS16 (Closed)
Patch Set: Created 3 years, 12 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 | « third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.h
diff --git a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.h b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.h
index c8c82c0f6cc61b2b2bf3489e500aaf66607bd9d8..7b1afbfbe629ea0feb9bc45ff04faa532d1cccbc 100644
--- a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.h
+++ b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.h
@@ -22,17 +22,20 @@ static const UChar32 isCJKIdeographOrSymbolArray[] = {
0x2113, 0x2116, 0x2121, 0x212B, 0x213B, 0x2150, 0x2151, 0x2152, 0x217F,
0x2189, 0x2307, 0x23F0, 0x23F3, 0x2312, 0x23CE, 0x2423, 0x25A0, 0x25A1,
0x25A2, 0x25AA, 0x25AB, 0x25B1, 0x25B2, 0x25B3, 0x25B6, 0x25B7, 0x25BC,
- 0x25BD, 0x25C0, 0x25C1, 0x25C6, 0x25C7, 0x25C9, 0x25CB, 0x25CC,
- // STAFF OF AESCULAPIUS included to form emoji sequences.
- 0x25EF, 0x2605, 0x2606, 0x260E, 0x2616, 0x2617, 0x261D, 0x2640, 0x2642,
- 0x267F, 0x2693, 0x2695, 0x26A0, 0x26A1, 0x26BD, 0x26BE, 0x26CE, 0x26D4,
- 0x26EA, 0x26F5, 0x26F9, 0x26FA, 0x26FD, 0x2705, 0x2713, 0x271A, 0x2728,
- 0x273F, 0x2740, 0x274C, 0x274E, 0x27B0, 0x27BF, 0x2B1A, 0x2B1B, 0x2B1C,
- 0x2B50, 0x2B55, 0xFE10, 0xFE11, 0xFE12, 0xFE19, 0xFF1D,
+ 0x25BD, 0x25C0, 0x25C1, 0x25C6, 0x25C7, 0x25C9, 0x25CB, 0x25CC, 0x25EF,
+ 0x2605, 0x2606, 0x260E, 0x2616, 0x2617, 0x261D, 0x2640, 0x2642, 0x267F,
+ 0x2693, 0x26A0, 0x26A1, 0x26BD, 0x26BE, 0x26CE, 0x26D4,
+ // AIRPLANE added for PILOT emoji sequences.
+ 0x26EA, 0x26F5, 0x26F9, 0x26FA, 0x26FD, 0x2705, 0x2708, 0x2713, 0x271A,
+ 0x2728, 0x273F, 0x2740, 0x274C, 0x274E, 0x27B0, 0x27BF, 0x2B1A, 0x2B1B,
+ 0x2B1C, 0x2B50, 0x2B55, 0xFE10, 0xFE11, 0xFE12, 0xFE19, 0xFF1D,
// Emoji.
0x1F100, 0x1F004, 0x1F0CF, 0x1F18E};
static const UChar32 isCJKIdeographOrSymbolRanges[] = {
+ // STAFF OF AESCULAPIUS..SCALES for emoji sequences for doctor and judge
+ // professions.
+ 0x2695, 0x2696,
// cjkIdeographRanges
// CJK Radicals Supplement and Kangxi Radicals.
0x2E80, 0x2FDF,
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698