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

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

Issue 1135003004: Make small-caps work correctly with tr locale (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add back TestExpectations change Created 5 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
« no previous file with comments | « Source/wtf/text/StringImpl.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 3073eafbe14c9bdf5257f9111d7137ee6ca0ca05..aad3391e9ca5d0b8e5ecccfd24ba7646a0389ed3 100644
--- a/Source/wtf/unicode/CharacterNames.h
+++ b/Source/wtf/unicode/CharacterNames.h
@@ -63,6 +63,8 @@ const UChar ideographicFullStopCharacter = 0x3002;
const UChar ideographicSpaceCharacter = 0x3000;
const UChar inhibitArabicFormShapingCharacter = 0x206C;
const UChar inhibitSymmetricSwappingCharacter = 0x206A;
+const UChar latinCapitalLetterIWithDotAbove = 0x0130;
+const UChar latinSmallLetterDotlessI = 0x0131;
const UChar leftDoubleQuotationMarkCharacter = 0x201C;
const UChar leftSingleQuotationMarkCharacter = 0x2018;
const UChar leftToRightEmbedCharacter = 0x202A;
@@ -133,6 +135,8 @@ using WTF::Unicode::ideographicFullStopCharacter;
using WTF::Unicode::ideographicSpaceCharacter;
using WTF::Unicode::inhibitArabicFormShapingCharacter;
using WTF::Unicode::inhibitSymmetricSwappingCharacter;
+using WTF::Unicode::latinCapitalLetterIWithDotAbove;
+using WTF::Unicode::latinSmallLetterDotlessI;
using WTF::Unicode::leftDoubleQuotationMarkCharacter;
using WTF::Unicode::leftSingleQuotationMarkCharacter;
using WTF::Unicode::leftToRightEmbedCharacter;
« no previous file with comments | « Source/wtf/text/StringImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698