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

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

Issue 1155543007: Revert 196325 "Make small-caps work correctly with tr locale" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | « trunk/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: trunk/Source/wtf/unicode/CharacterNames.h
===================================================================
--- trunk/Source/wtf/unicode/CharacterNames.h (revision 196343)
+++ trunk/Source/wtf/unicode/CharacterNames.h (working copy)
@@ -63,8 +63,6 @@
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;
@@ -135,8 +133,6 @@
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 | « trunk/Source/wtf/text/StringImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698