+2006-05-09 Alexey Proskuryakov <ap@nypop.com>
+
+ Reviewed by Darin.
+
+ - http://bugzilla.opendarwin.org/show_bug.cgi?id=8769
+ TextEncoding::fromUnicode() - support non-BMP characters and convert to NFC
+
+ Fix the ICU code path, too (currently unused on the Mac).
+
+ * platform/TextEncoding.cpp:
+ (WebCore::TextEncoding::fromUnicode): Normalize the string.
+
2006-05-08 Maciej Stachowiak <mjs@apple.com>
Reviewed by Tim Hatcher.