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

Unified Diff: Source/wtf/unicode/CharacterNames.h

Issue 781003003: Using fullstop Unicode if horizontal ellipsis not present (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@diff_font_render
Patch Set: Comment fixes Created 5 years, 11 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: Source/wtf/unicode/CharacterNames.h
diff --git a/Source/wtf/unicode/CharacterNames.h b/Source/wtf/unicode/CharacterNames.h
index eaaf979b650430fb66fb748d447e98ff8b7ac5a2..531c13adbf0d7a79c53a1b14e6ad9b5f85dbd04a 100644
--- a/Source/wtf/unicode/CharacterNames.h
+++ b/Source/wtf/unicode/CharacterNames.h
@@ -52,6 +52,7 @@ const UChar ethiopicPrefaceColon = 0x1366;
const UChar ethiopicWordspace = 0x1361;
const UChar firstStrongIsolate = 0x2068;
const UChar fisheye = 0x25C9;
+const UChar fullstopCharacter = 0x002E;
const UChar hebrewPunctuationGeresh = 0x05F3;
const UChar hebrewPunctuationGershayim = 0x05F4;
const UChar HiraganaLetterSmallA = 0x3041;
@@ -120,6 +121,7 @@ using WTF::Unicode::ethiopicPrefaceColon;
using WTF::Unicode::ethiopicWordspace;
using WTF::Unicode::firstStrongIsolate;
using WTF::Unicode::fisheye;
+using WTF::Unicode::fullstopCharacter;
using WTF::Unicode::hebrewPunctuationGeresh;
using WTF::Unicode::hebrewPunctuationGershayim;
using WTF::Unicode::HiraganaLetterSmallA;

Powered by Google App Engine
This is Rietveld 408576698