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

Unified Diff: third_party/WebKit/Source/wtf/text/CharacterNames.h

Issue 1964773002: Render Unicode control characters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: w/Test changes Created 4 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 | « third_party/WebKit/Source/platform/text/Character.h ('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/wtf/text/CharacterNames.h
diff --git a/third_party/WebKit/Source/wtf/text/CharacterNames.h b/third_party/WebKit/Source/wtf/text/CharacterNames.h
index 830d0eb1edd84e44b9970bf352a1c22ded8c1bcc..e90ad6b7b7970569e372a997c0de8ea1db282e3f 100644
--- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
+++ b/third_party/WebKit/Source/wtf/text/CharacterNames.h
@@ -87,6 +87,7 @@ const UChar leftToRightOverrideCharacter = 0x202D;
const UChar lineSeparator = 0x2028;
const UChar minusSignCharacter = 0x2212;
const UChar newlineCharacter = 0x000A;
+const UChar formFeedCharacter = 0x000C;
const UChar nationalDigitShapesCharacter = 0x206E;
const UChar nominalDigitShapesCharacter = 0x206F;
const UChar noBreakSpaceCharacter = 0x00A0;
@@ -144,6 +145,7 @@ using WTF::Unicode::eyeCharacter;
using WTF::Unicode::familyCharacter;
using WTF::Unicode::firstStrongIsolateCharacter;
using WTF::Unicode::fisheyeCharacter;
+using WTF::Unicode::formFeedCharacter;
using WTF::Unicode::fullstopCharacter;
using WTF::Unicode::hebrewPunctuationGereshCharacter;
using WTF::Unicode::hebrewPunctuationGershayimCharacter;
« no previous file with comments | « third_party/WebKit/Source/platform/text/Character.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698