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; |