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

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: Rebase patch Created 5 years, 6 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 | « Source/core/layout/LayoutBlockFlowLine.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/unicode/CharacterNames.h
diff --git a/Source/wtf/unicode/CharacterNames.h b/Source/wtf/unicode/CharacterNames.h
index 3eae9b67ca5757a1aec49cb912ac1ff347504fd4..6f587ba5a7a881e167c41c6cb03b2a4aba117e1f 100644
--- a/Source/wtf/unicode/CharacterNames.h
+++ b/Source/wtf/unicode/CharacterNames.h
@@ -52,6 +52,7 @@ const UChar ethiopicPrefaceColonCharacter = 0x1366;
const UChar ethiopicWordspaceCharacter = 0x1361;
const UChar firstStrongIsolateCharacter = 0x2068;
const UChar fisheyeCharacter = 0x25C9;
+const UChar fullstopCharacter = 0x002E;
const UChar hebrewPunctuationGereshCharacter = 0x05F3;
const UChar hebrewPunctuationGershayimCharacter = 0x05F4;
const UChar hiraganaLetterSmallACharacter = 0x3041;
@@ -126,6 +127,7 @@ using WTF::Unicode::ethiopicPrefaceColonCharacter;
using WTF::Unicode::ethiopicWordspaceCharacter;
using WTF::Unicode::firstStrongIsolateCharacter;
using WTF::Unicode::fisheyeCharacter;
+using WTF::Unicode::fullstopCharacter;
using WTF::Unicode::hebrewPunctuationGereshCharacter;
using WTF::Unicode::hebrewPunctuationGershayimCharacter;
using WTF::Unicode::hiraganaLetterSmallACharacter;
« no previous file with comments | « Source/core/layout/LayoutBlockFlowLine.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698