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

Unified Diff: source/data/icu-rbnf-deprecates.xml

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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 | « source/data/icu-locale-deprecates.xml ('k') | source/data/icu4j-readme.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/icu-rbnf-deprecates.xml
diff --git a/source/data/icu-rbnf-deprecates.xml b/source/data/icu-rbnf-deprecates.xml
index 7f77296a484572f673e8539fb0f2fd5e22503c6b..084219f4e5c992fa6cb18f29dcbcbd818f2ee854 100644
--- a/source/data/icu-rbnf-deprecates.xml
+++ b/source/data/icu-rbnf-deprecates.xml
@@ -1,26 +1,29 @@
<!--
/*
+* Copyright (C) 2016 and later: Unicode, Inc. and others.
+* License & terms of use: http://www.unicode.org/copyright.html
*******************************************************************************
-* Copyright (C) 2015, International Business Machines Corporation and *
+* Copyright (C) 2015-2016, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
-->
<deprecates>
- <alias from="es_DO" to="es_003" />
- <alias from="es_GT" to="es_003" />
- <alias from="es_HN" to="es_003" />
- <alias from="es_MX" to="es_003" />
- <alias from="es_NI" to="es_003" />
- <alias from="es_PA" to="es_003" />
- <alias from="es_PR" to="es_003" />
- <alias from="es_SV" to="es_003" />
- <alias from="es_US" to="es_003" />
+ <alias from="es_DO" to="es_419" />
+ <alias from="es_GT" to="es_419" />
+ <alias from="es_HN" to="es_419" />
+ <alias from="es_MX" to="es_419" />
+ <alias from="es_NI" to="es_419" />
+ <alias from="es_PA" to="es_419" />
+ <alias from="es_PR" to="es_419" />
+ <alias from="es_SV" to="es_419" />
+ <alias from="es_US" to="es_419" />
<alias from="in" to="id" />
<alias from="iw" to="he" />
<alias from="no" to="nb" />
<alias from="sh" to="sr_Latn" />
- <alias from="zh_HK" to="zh_Hant_HK" />
- <alias from="zh_MO" to="zh_Hant_HK" />
+ <alias from="zh_Hant_HK" to="yue" />
+ <alias from="zh_HK" to="yue" />
+ <alias from="zh_MO" to="yue" />
<alias from="zh_TW" to="zh_Hant" />
</deprecates>
« no previous file with comments | « source/data/icu-locale-deprecates.xml ('k') | source/data/icu4j-readme.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698