Index: icu52/source/data/sprep/spreplocal.mk |
=================================================================== |
--- icu52/source/data/sprep/spreplocal.mk (revision 259715) |
+++ icu52/source/data/sprep/spreplocal.mk (working copy) |
@@ -10,8 +10,9 @@ |
# _____________________________________________________ |
# | SPREP_SOURCE = rfc4518.txt |
# |
-# Chromium: Drop all other stringprep files other than RFC 3491 for IDNA 2003. ICU 4.6 |
-# supports UTS 46 (IDNA2003, transition, and IDNA 2008). |
+# Chromium: Drop all other stringprep files including RFC 3491 for IDNA 2003. |
+# ICU 4.6 supports UTS 46 (IDNA2003, transition, and IDNA 2008), but Chromium |
+# does not use IDNA 2033 any more. |
# If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL), we have to add back |
# the corresponding prep files. |
# rfc3491 : stringprep profile for IDN 2003 |
@@ -24,4 +25,4 @@ |
# rfc4505 : Anonymous Simple Authentication and Security Layer (SASL) Mechanism |
# rfc4518 : LDAP Internationalized String Preparation |
# |
-SPREP_SOURCE = rfc3491.txt |
+SPREP_SOURCE = |