Alexey Proskuryakov wrote:
on 25.11.2007 02:32, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:

-#if USE(ICU_UNICODE)
+// FIXME: <rdar://5611712> Remove the PLATFORM(WIN) check once ICU on Windows
has collation support.
+#if USE(ICU_UNICODE) && !PLATFORM(WIN)

  I'm wondering what the problem with ICU on Windows is - it seems that it's
newer than one shipped with Tiger (3.6 vs. 3.2).

The problem is that it was compiled with UCONFIG_NO_COLLATION=1, which means that collation-related functions don't exist in the DLLs that ship with Safari.

-Adam

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to