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

Unified Diff: icu52/source/data/sprep/spreplocal.mk

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed Created 6 years, 8 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 | « icu52/source/data/region/reslocal.mk ('k') | icu52/source/data/translit/css3transform.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/source/data/sprep/spreplocal.mk
===================================================================
--- icu52/source/data/sprep/spreplocal.mk (revision 259715)
+++ icu52/source/data/sprep/spreplocal.mk (working copy)
@@ -10,10 +10,13 @@
# _____________________________________________________
# | 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).
-# If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL), we have to add back
-# the corresponding prep files.
+# Chromium: Drop all the stringprep files including RFC 3491 for IDNA 2003.
+# ICU supports UTS 46 (IDNA2003, transition, and IDNA 2008), but Chromium
+# does not use IDNA 2003 any more and uses transitional/IDNA 2008 for which
+# a separate resource (uts46.nrm) is used. Therefore, we can drop rfc3491 as
+# well.
+# 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
# rfc3530 : NFS
# rfc3722 : String Profile for Internet Small Computer
@@ -24,4 +27,4 @@
# rfc4505 : Anonymous Simple Authentication and Security Layer (SASL) Mechanism
# rfc4518 : LDAP Internationalized String Preparation
#
-SPREP_SOURCE = rfc3491.txt
+SPREP_SOURCE =
« no previous file with comments | « icu52/source/data/region/reslocal.mk ('k') | icu52/source/data/translit/css3transform.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698