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

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: Created 4 years, 7 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: 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..3a2c69b0862233b5767b9230f47708e85f66f365 100644
--- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
+++ b/third_party/WebKit/Source/wtf/text/CharacterNames.h
@@ -87,6 +87,8 @@ const UChar leftToRightOverrideCharacter = 0x202D;
const UChar lineSeparator = 0x2028;
const UChar minusSignCharacter = 0x2212;
const UChar newlineCharacter = 0x000A;
+const UChar formFeedCharacter = 0x000C;
+const UChar carriageReturnCharacter = 0x000D;
const UChar nationalDigitShapesCharacter = 0x206E;
const UChar nominalDigitShapesCharacter = 0x206F;
const UChar noBreakSpaceCharacter = 0x00A0;

Powered by Google App Engine
This is Rietveld 408576698