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

Unified Diff: Source/wtf/text/TextEncoding.h

Issue 19845004: Do not normalize into NFC the values of form fields (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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/TextCodec.h ('k') | Source/wtf/text/TextEncoding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/TextEncoding.h
diff --git a/Source/wtf/text/TextEncoding.h b/Source/wtf/text/TextEncoding.h
index ed77021a59529f148472a28ffdba977852efd6e1..185a5e997175f0dd549a5ddbb244b5ccbe267955 100644
--- a/Source/wtf/text/TextEncoding.h
+++ b/Source/wtf/text/TextEncoding.h
@@ -74,6 +74,7 @@ public:
}
String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
CString encode(const String&, UnencodableHandling) const;
tkent 2013/07/22 23:38:09 IMO, we had better rename the existing encode() to
+ CString encode(const String&, NormalizationMode, UnencodableHandling) const;
UChar backslashAsCurrencySymbol() const;
« no previous file with comments | « Source/wtf/text/TextCodec.h ('k') | Source/wtf/text/TextEncoding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698