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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/region/reslocal.mk ('k') | icu52/source/data/translit/css3transform.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # * Copyright (C) 2011, International Business Machines 1 # * Copyright (C) 2011, International Business Machines
2 # * Corporation and others. All Rights Reserved. 2 # * Corporation and others. All Rights Reserved.
3 # A list of txt's to build 3 # A list of txt's to build
4 # 4 #
5 # * To add an additional locale to the list: 5 # * To add an additional locale to the list:
6 # _____________________________________________________ 6 # _____________________________________________________
7 # | SPREP_SOURCE_LOCAL = myStringPrep.txt ... 7 # | SPREP_SOURCE_LOCAL = myStringPrep.txt ...
8 # 8 #
9 # * To REPLACE the default list and only build a subset of files: 9 # * To REPLACE the default list and only build a subset of files:
10 # _____________________________________________________ 10 # _____________________________________________________
11 # | SPREP_SOURCE = rfc4518.txt 11 # | SPREP_SOURCE = rfc4518.txt
12 # 12 #
13 # Chromium: Drop all other stringprep files other than RFC 3491 for IDNA 2003. I CU 4.6 13 # Chromium: Drop all the stringprep files including RFC 3491 for IDNA 2003.
14 # supports UTS 46 (IDNA2003, transition, and IDNA 2008). 14 # ICU supports UTS 46 (IDNA2003, transition, and IDNA 2008), but Chromium
15 # If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL), we have t o add back 15 # does not use IDNA 2003 any more and uses transitional/IDNA 2008 for which
16 # the corresponding prep files. 16 # a separate resource (uts46.nrm) is used. Therefore, we can drop rfc3491 as
17 # well.
18 # If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL),
19 # we have to add back the corresponding prep files.
17 # rfc3491 : stringprep profile for IDN 2003 20 # rfc3491 : stringprep profile for IDN 2003
18 # rfc3530 : NFS 21 # rfc3530 : NFS
19 # rfc3722 : String Profile for Internet Small Computer 22 # rfc3722 : String Profile for Internet Small Computer
20 # Systems Interface (iSCSI) Names 23 # Systems Interface (iSCSI) Names
21 # rfc3920 : XMPP (Extensible Messaging and Presence Protocol) 24 # rfc3920 : XMPP (Extensible Messaging and Presence Protocol)
22 # rfc4011 : Policy Based Management Information Base, SNMP 25 # rfc4011 : Policy Based Management Information Base, SNMP
23 # rfc4013 : SASLprep: Stringprep Profile for User Names and Passwords 26 # rfc4013 : SASLprep: Stringprep Profile for User Names and Passwords
24 # rfc4505 : Anonymous Simple Authentication and Security Layer (SASL) Mechanism 27 # rfc4505 : Anonymous Simple Authentication and Security Layer (SASL) Mechanism
25 # rfc4518 : LDAP Internationalized String Preparation 28 # rfc4518 : LDAP Internationalized String Preparation
26 # 29 #
27 SPREP_SOURCE = rfc3491.txt 30 SPREP_SOURCE =
OLDNEW
« 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