Copy ICU4C 55 RC from icu-project.org to aosp/icu55.
These files were exported from the ICU Subversion repository by running
the following command:
svn export \
http://source.icu-project.org/repos/icu/icu/tags/release-55-rc/ icu4c
Only the subdirectory "source" and the files in the root directory were
added in this commit. The other subdirectories only contain files that
are not relevant (as_is, packaging) when using ICU4C in Android.
Change-Id: Ic489af9174250da4cb3dbb02f71954334dab203a
diff --git a/icu4c/source/data/Makefile.in b/icu4c/source/data/Makefile.in
index 8bfea90..9bc96cc 100644
--- a/icu4c/source/data/Makefile.in
+++ b/icu4c/source/data/Makefile.in
@@ -1,5 +1,5 @@
## Makefile.in for ICU data
-## Copyright (c) 1999-2014, International Business Machines Corporation and
+## Copyright (c) 1999-2015, International Business Machines Corporation and
## others. All Rights Reserved.
## Source directory information
@@ -152,7 +152,7 @@
cleanpackage:
$(RMV) $(OUTDIR)
- $(RMV) $(LIBDIR)/$(LIB_ICUDATA_NAME)*.$(SO)* $(LIBDIR)/$(LIB_STATIC_ICUDATA_NAME).$(A)
+ $(RMV) $(LIBDIR)/*$(LIB_ICUDATA_NAME)*.$(SO)* $(LIBDIR)/$(LIB_STATIC_ICUDATA_NAME).$(A)
check-local:
@@ -583,10 +583,9 @@
# CNV FILES
$(CNV_FILES_SPECIAL) : $(UCM_FILES_SPECIAL) $(TOOLBINDIR)/makeconv$(TOOLEXEEXT)
$(INVOKE) $(TOOLBINDIR)/makeconv --ignore-siso-check -c -d $(BUILDDIR) $(UCMSRCDIR)/$(@F:%.cnv=%.ucm)
-# BEGIN android-changed
$(BUILDDIR)/%.cnv: $(UCMSRCDIR)/%.ucm $(TOOLBINDIR)/makeconv$(TOOLEXEEXT)
- $(INVOKE) $(TOOLBINDIR)/makeconv -c --small -d $(BUILDDIR) $(UCMSRCDIR)/$(<F)
-#END android-changed
+ $(INVOKE) $(TOOLBINDIR)/makeconv -c -d $(BUILDDIR) $(UCMSRCDIR)/$(<F)
+
#################################################### RES
# RES FILES
@@ -711,13 +710,11 @@
echo "}" >> $@;
### collation res
-# BEGIN android-changed.
$(COLBLDDIR)/%.res: $(COLSRCDIR)/%.txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT) $(DAT_FILES)
- $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(COLSRCDIR) -d $(COLBLDDIR) --omitCollationRules $(<F)
+ $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(COLSRCDIR) -d $(COLBLDDIR) $(<F)
$(COLBLDDIR)/$(INDEX_NAME).res: $(OUTTMPDIR)/$(COLLATION_TREE)/$(INDEX_NAME).txt $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
- $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(COLLATION_TREE) -d $(COLBLDDIR) --omitCollationRules $(INDEX_NAME).txt
-#END android-changed
+ $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -i $(BUILDDIR) -s $(OUTTMPDIR)/$(COLLATION_TREE) -d $(COLBLDDIR) $(INDEX_NAME).txt
$(COLLATION_INDEX_FILE): $(SRCLISTDEPS)
@echo "generating $@ (list of installed collation locales)"; \
diff --git a/icu4c/source/data/brkitr/brkfiles.mk b/icu4c/source/data/brkitr/brkfiles.mk
index 1a2e7e0..3aed6dd 100644
--- a/icu4c/source/data/brkitr/brkfiles.mk
+++ b/icu4c/source/data/brkitr/brkfiles.mk
@@ -1,4 +1,4 @@
-# * Copyright (C) 1998-2014, International Business Machines
+# * Copyright (C) 1998-2015, International Business Machines
# * Corporation and others. All Rights Reserved.
BRK_RES_CLDR_VERSION = %version%
# A list of txt's to build
@@ -39,12 +39,13 @@
# List of break iterator files (brk).
-BRK_SOURCE = char.txt line.txt line_fi.txt line_ja.txt\
+BRK_SOURCE = char.txt line.txt line_fi.txt line_loose.txt\
+ line_loose_cj.txt line_loose_fi.txt line_normal.txt line_normal_cj.txt line_normal_fi.txt\
sent.txt sent_el.txt title.txt word.txt word_POSIX.txt
# Ordinary resources
BRK_RES_SOURCE = de.txt el.txt en.txt en_US.txt\
en_US_POSIX.txt es.txt fi.txt fr.txt it.txt\
- ja.txt pt.txt ru.txt
+ ja.txt pt.txt ru.txt zh.txt zh_Hant.txt
diff --git a/icu4c/source/data/brkitr/de.txt b/icu4c/source/data/brkitr/de.txt
index 0b6d167..9e367a7 100755
--- a/icu4c/source/data/brkitr/de.txt
+++ b/icu4c/source/data/brkitr/de.txt
@@ -1,13 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/de.xml ../../xml/brkitr/de.xml
// *
// ***************************************************************************
de{
- Version{"2.1.7.45"}
+ Version{"2.1.11.67"}
exceptions{
SentenceBreak:array{
"Port.",
@@ -69,7 +69,8 @@
"Op.",
"Mrd.",
"e.h.",
- "Hr./Hrn.",
+ "Hr.",
+ "Hrn.",
"Ztr.",
"k. u. k.",
"Bibl.",
@@ -107,7 +108,8 @@
"u.v.a.",
"Adr.",
"App.",
- "ggf./ggfs.",
+ "ggf.",
+ "ggfs.",
"Jan.",
"O.",
"Rel.",
diff --git a/icu4c/source/data/brkitr/el.txt b/icu4c/source/data/brkitr/el.txt
index 33a62dd..07b8ec9 100644
--- a/icu4c/source/data/brkitr/el.txt
+++ b/icu4c/source/data/brkitr/el.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/el.xml ../../xml/brkitr/el.xml
diff --git a/icu4c/source/data/brkitr/en.txt b/icu4c/source/data/brkitr/en.txt
index 95879d5..f57ff20 100644
--- a/icu4c/source/data/brkitr/en.txt
+++ b/icu4c/source/data/brkitr/en.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/en.xml ../../xml/brkitr/en.xml
diff --git a/icu4c/source/data/brkitr/en_US.txt b/icu4c/source/data/brkitr/en_US.txt
index a5ab726..67ef18d 100644
--- a/icu4c/source/data/brkitr/en_US.txt
+++ b/icu4c/source/data/brkitr/en_US.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/en_US.xml ../../xml/brkitr/en_US.xml
diff --git a/icu4c/source/data/brkitr/en_US_POSIX.txt b/icu4c/source/data/brkitr/en_US_POSIX.txt
index 86c3b68..ca3edbb 100644
--- a/icu4c/source/data/brkitr/en_US_POSIX.txt
+++ b/icu4c/source/data/brkitr/en_US_POSIX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/en_US_POSIX.xml ../../xml/brkitr/en_US_POSIX.xml
diff --git a/icu4c/source/data/brkitr/es.txt b/icu4c/source/data/brkitr/es.txt
index eb206b2..0352b39 100755
--- a/icu4c/source/data/brkitr/es.txt
+++ b/icu4c/source/data/brkitr/es.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/es.xml ../../xml/brkitr/es.xml
diff --git a/icu4c/source/data/brkitr/fi.txt b/icu4c/source/data/brkitr/fi.txt
index 4287a89..dbb978d 100644
--- a/icu4c/source/data/brkitr/fi.txt
+++ b/icu4c/source/data/brkitr/fi.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/fi.xml ../../xml/brkitr/fi.xml
@@ -10,5 +10,8 @@
Version{"2.0.82.42"}
boundaries{
line:process(dependency){"line_fi.brk"}
+ line_loose:process(dependency){"line_loose_fi.brk"}
+ line_normal:process(dependency){"line_normal_fi.brk"}
+ line_strict:process(dependency){"line_fi.brk"}
}
}
diff --git a/icu4c/source/data/brkitr/fr.txt b/icu4c/source/data/brkitr/fr.txt
index fc98597..ce87cf7 100755
--- a/icu4c/source/data/brkitr/fr.txt
+++ b/icu4c/source/data/brkitr/fr.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/fr.xml ../../xml/brkitr/fr.xml
diff --git a/icu4c/source/data/brkitr/it.txt b/icu4c/source/data/brkitr/it.txt
index 7653d55..12c7941 100755
--- a/icu4c/source/data/brkitr/it.txt
+++ b/icu4c/source/data/brkitr/it.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/it.xml ../../xml/brkitr/it.xml
diff --git a/icu4c/source/data/brkitr/ja.txt b/icu4c/source/data/brkitr/ja.txt
index 3eb81d0..4d6287e 100644
--- a/icu4c/source/data/brkitr/ja.txt
+++ b/icu4c/source/data/brkitr/ja.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/ja.xml ../../xml/brkitr/ja.xml
@@ -9,6 +9,9 @@
ja{
Version{"2.0.82.42"}
boundaries{
- line:process(dependency){"line_ja.brk"}
+ line:process(dependency){"line_normal.brk"}
+ line_loose:process(dependency){"line_loose_cj.brk"}
+ line_normal:process(dependency){"line_normal_cj.brk"}
+ line_strict:process(dependency){"line.brk"}
}
}
diff --git a/icu4c/source/data/brkitr/line.txt b/icu4c/source/data/brkitr/line.txt
index 74560af..8ba2719 100644
--- a/icu4c/source/data/brkitr/line.txt
+++ b/icu4c/source/data/brkitr/line.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2002-2013 International Business Machines Corporation and
+# Copyright (c) 2002-2015 International Business Machines Corporation and
# others. All Rights Reserved.
#
# file: line.txt
@@ -11,6 +11,9 @@
# TODO: Rule LB 8 remains as it was in Unicode 5.2
# This is only because of a limitation of ICU break engine implementation,
# not because the older behavior is desirable.
+#
+# This corresponds to CSS line-break=strict (BCP47 -u-lb-strict).
+# It sets characters of class CJ to behave like NS.
#
# Character Classes defined by TR 14.
diff --git a/icu4c/source/data/brkitr/line_fi.txt b/icu4c/source/data/brkitr/line_fi.txt
index adf78bd..9821f1a 100644
--- a/icu4c/source/data/brkitr/line_fi.txt
+++ b/icu4c/source/data/brkitr/line_fi.txt
@@ -1,4 +1,4 @@
-# Copyright (c) 2002-2013 International Business Machines Corporation and
+# Copyright (c) 2002-2015 International Business Machines Corporation and
# others. All Rights Reserved.
#
# file: line_fi.txt
@@ -7,10 +7,15 @@
# Implement default line breaking as defined by
# Unicode Standard Annex #14 Revision 29 for Unicode 6.2
# http://www.unicode.org/reports/tr14/
+# tailored as noted in 2nd paragraph below..
#
# TODO: Rule LB 8 remains as it was in Unicode 5.2
# This is only because of a limitation of ICU break engine implementation,
# not because the older behavior is desirable.
+#
+# This tailors the line break behavior for Finnish, while otherwise behaving
+# per UAX 14 which corresponds to CSS line-break=strict (BCP47 -u-lb-strict).
+# It sets characters of class CJ to behave like NS.
#
# Character Classes defined by TR 14.
diff --git a/icu4c/source/data/brkitr/line_loose.txt b/icu4c/source/data/brkitr/line_loose.txt
new file mode 100644
index 0000000..68f15c8
--- /dev/null
+++ b/icu4c/source/data/brkitr/line_loose.txt
@@ -0,0 +1,692 @@
+# Copyright (c) 2002-2015 International Business Machines Corporation and
+# others. All Rights Reserved.
+#
+# file: line_loose.txt
+#
+# Line Breaking Rules
+# Implement default line breaking as defined by
+# Unicode Standard Annex #14 Revision 29 for Unicode 6.2
+# http://www.unicode.org/reports/tr14/
+# tailored as noted in 2nd paragraph below..
+#
+# TODO: Rule LB 8 remains as it was in Unicode 5.2
+# This is only because of a limitation of ICU break engine implementation,
+# not because the older behavior is desirable.
+#
+# This tailors the line break behavior to correspond to CSS
+# line-break=loose (BCP47 -u-lb-loose) as defined for languages other than
+# Chinese & Japanese.
+# It sets characters of class CJ to behave like ID.
+# In addition, it allows breaks:
+# * before iteration marks 3005, 303B, 309D, 309E, 30FD, 30FE (all NS)
+# * between characters of LineBreak class IN
+
+#
+# Character Classes defined by TR 14.
+#
+
+!!chain;
+!!LBCMNoChain;
+
+
+!!lookAheadHardBreak;
+#
+# !!lookAheadHardBreak Described here because it is (as yet) undocumented elsewhere
+# and only used for the line break rules.
+#
+# It is used in the implementation of rule LB 10
+# which says to treat any combining mark that is not attached to a base
+# character as if it were of class AL (alphabetic).
+#
+# The problem occurs in the reverse rules.
+#
+# Consider a sequence like, with correct breaks as shown
+# LF ID CM AL AL
+# ^ ^ ^
+# Then consider the sequence without the initial ID (ideographic)
+# LF CM AL AL
+# ^ ^
+# Our CM, which in the first example was attached to the ideograph,
+# is now unattached, becomes an alpha, and joins in with the other
+# alphas.
+#
+# When iterating forwards, these sequences do not present any problems
+# When iterating backwards, we need to look ahead when encountering
+# a CM to see whether it attaches to something further on or not.
+# (Look-ahead in a reverse rule is looking towards the start)
+#
+# If the CM is unattached, we need to force a break.
+#
+# !!lookAheadHardBreak forces the run time state machine to
+# stop immediately when a look ahead rule ( '/' operator) matches,
+# and set the match position to that of the look-ahead operator,
+# no matter what other rules may be in play at the time.
+#
+# See rule LB 19 for an example.
+#
+
+$AI = [:LineBreak = Ambiguous:];
+$AL = [:LineBreak = Alphabetic:];
+$BA = [:LineBreak = Break_After:];
+$BB = [:LineBreak = Break_Before:];
+$BK = [:LineBreak = Mandatory_Break:];
+$B2 = [:LineBreak = Break_Both:];
+$CB = [:LineBreak = Contingent_Break:];
+$CJ = [:LineBreak = Conditional_Japanese_Starter:];
+$CL = [:LineBreak = Close_Punctuation:];
+$CM = [:LineBreak = Combining_Mark:];
+$CP = [:LineBreak = Close_Parenthesis:];
+$CR = [:LineBreak = Carriage_Return:];
+$EX = [:LineBreak = Exclamation:];
+$GL = [:LineBreak = Glue:];
+$HL = [:LineBreak = Hebrew_Letter:];
+$HY = [:LineBreak = Hyphen:];
+$H2 = [:LineBreak = H2:];
+$H3 = [:LineBreak = H3:];
+$ID = [[:LineBreak = Ideographic:] $CJ];
+$IN = [:LineBreak = Inseperable:];
+$IS = [:LineBreak = Infix_Numeric:];
+$JL = [:LineBreak = JL:];
+$JV = [:LineBreak = JV:];
+$JT = [:LineBreak = JT:];
+$LF = [:LineBreak = Line_Feed:];
+$NL = [:LineBreak = Next_Line:];
+$NSX = [\u3005 \u303B \u309D \u309E \u30FD \u30FE];
+$NS = [[:LineBreak = Nonstarter:] - $NSX];
+$NU = [:LineBreak = Numeric:];
+$OP = [:LineBreak = Open_Punctuation:];
+$PO = [:LineBreak = Postfix_Numeric:];
+$PR = [:LineBreak = Prefix_Numeric:];
+$QU = [:LineBreak = Quotation:];
+$RI = [:LineBreak = Regional_Indicator:];
+$SA = [:LineBreak = Complex_Context:];
+$SG = [:LineBreak = Surrogate:];
+$SP = [:LineBreak = Space:];
+$SY = [:LineBreak = Break_Symbols:];
+$WJ = [:LineBreak = Word_Joiner:];
+$XX = [:LineBreak = Unknown:];
+$ZW = [:LineBreak = ZWSpace:];
+
+# Dictionary character set, for triggering language-based break engines. Currently
+# limited to LineBreak=Complex_Context. Note that this set only works in Unicode
+# 5.0 or later as the definition of Complex_Context was corrected to include all
+# characters requiring dictionary break.
+
+$dictionary = [:LineBreak = Complex_Context:];
+
+#
+# Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
+# SA (South East Asian: Thai, Lao, Khmer)
+# SG (Unpaired Surrogates)
+# XX (Unknown, unassigned)
+# as $AL (Alphabetic)
+#
+$ALPlus = [$AL $AI $SA $SG $XX];
+
+#
+# Combining Marks. X $CM* behaves as if it were X. Rule LB6.
+#
+$ALcm = $ALPlus $CM*;
+$BAcm = $BA $CM*;
+$BBcm = $BB $CM*;
+$B2cm = $B2 $CM*;
+$CLcm = $CL $CM*;
+$CPcm = $CP $CM*;
+$EXcm = $EX $CM*;
+$GLcm = $GL $CM*;
+$HLcm = $HL $CM*;
+$HYcm = $HY $CM*;
+$H2cm = $H2 $CM*;
+$H3cm = $H3 $CM*;
+$IDcm = $ID $CM*;
+$INcm = $IN $CM*;
+$IScm = $IS $CM*;
+$JLcm = $JL $CM*;
+$JVcm = $JV $CM*;
+$JTcm = $JT $CM*;
+$NScm = $NS $CM*;
+$NSXcm = $NSX $CM*;
+$NUcm = $NU $CM*;
+$OPcm = $OP $CM*;
+$POcm = $PO $CM*;
+$PRcm = $PR $CM*;
+$QUcm = $QU $CM*;
+$RIcm = $RI $CM*;
+$SYcm = $SY $CM*;
+$WJcm = $WJ $CM*;
+
+## -------------------------------------------------
+
+!!forward;
+
+#
+# Each class of character can stand by itself as an unbroken token, with trailing combining stuff
+#
+$ALPlus $CM+;
+$BA $CM+;
+$BB $CM+;
+$B2 $CM+;
+$CL $CM+;
+$CP $CM+;
+$EX $CM+;
+$GL $CM+;
+$HL $CM+;
+$HY $CM+;
+$H2 $CM+;
+$H3 $CM+;
+$ID $CM+;
+$IN $CM+;
+$IS $CM+;
+$JL $CM+;
+$JV $CM+;
+$JT $CM+;
+$NS $CM+;
+$NSX $CM+;
+$NU $CM+;
+$OP $CM+;
+$PO $CM+;
+$PR $CM+;
+$QU $CM+;
+$RI $CM+;
+$SY $CM+;
+$WJ $CM+;
+
+#
+# CAN_CM is the set of characters that may combine with CM combining chars.
+# Note that Linebreak UAX 14's concept of a combining char and the rules
+# for what they can combine with are _very_ different from the rest of Unicode.
+#
+# Note that $CM itself is left out of this set. If CM is needed as a base
+# it must be listed separately in the rule.
+#
+$CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
+$CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
+
+#
+# AL_FOLLOW set of chars that can unconditionally follow an AL
+# Needed in rules where stand-alone $CM s are treated as AL.
+# Chaining is disabled with CM because it causes other failures,
+# so for this one case we need to manually list out longer sequences.
+#
+$AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
+$AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $NSX $IN $NU $ALPlus];
+$AL_FOLLOW = [$AL_FOLLOW_NOCM $AL_FOLLOW_CM];
+
+
+#
+# Rule LB 4, 5 Mandatory (Hard) breaks.
+#
+$LB4Breaks = [$BK $CR $LF $NL];
+$LB4NonBreaks = [^$BK $CR $LF $NL];
+$CR $LF {100};
+
+#
+# LB 6 Do not break before hard line breaks.
+#
+$LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
+$CAN_CM $CM* $LB4Breaks {100};
+$CM+ $LB4Breaks {100};
+
+# LB 7 x SP
+# x ZW
+$LB4NonBreaks [$SP $ZW];
+$CAN_CM $CM* [$SP $ZW];
+$CM+ [$SP $ZW];
+
+#
+# LB 8 Break after zero width space
+# TODO: ZW SP* <break>
+# An engine change is required to write the reverse rule for this.
+# For now, leave the Unicode 5.2 rule, ZW <break>
+#
+$LB8Breaks = [$LB4Breaks $ZW];
+$LB8NonBreaks = [[$LB4NonBreaks] - [$ZW]];
+
+
+# LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
+# $CM not covered by the above needs to behave like $AL
+# See definition of $CAN_CM.
+
+$CAN_CM $CM+; # Stick together any combining sequences that don't match other rules.
+$CM+;
+
+#
+# LB 11 Do not break before or after WORD JOINER & related characters.
+#
+$CAN_CM $CM* $WJcm;
+$LB8NonBreaks $WJcm;
+$CM+ $WJcm;
+
+$WJcm $CANT_CM;
+$WJcm $CAN_CM $CM*;
+
+#
+# LB 12 Do not break after NBSP and related characters.
+# GL x
+#
+$GLcm $CAN_CM $CM*;
+$GLcm $CANT_CM;
+
+#
+# LB 12a Do not break before NBSP and related characters ...
+# [^SP BA HY] x GL
+#
+[[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GLcm;
+$CM+ GLcm;
+
+
+
+#
+# LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
+#
+$LB8NonBreaks $CL;
+$CAN_CM $CM* $CL;
+$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $CP;
+$CAN_CM $CM* $CP;
+$CM+ $CP; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $EX;
+$CAN_CM $CM* $EX;
+$CM+ $EX; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $IS;
+$CAN_CM $CM* $IS;
+$CM+ $IS; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $SY;
+$CAN_CM $CM* $SY;
+$CM+ $SY; # by rule 10, stand-alone CM behaves as AL
+
+
+#
+# LB 14 Do not break after OP, even after spaces
+#
+$OPcm $SP* $CAN_CM $CM*;
+$OPcm $SP* $CANT_CM;
+
+$OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL
+
+# LB 15
+$QUcm $SP* $OPcm;
+
+# LB 16
+# Do not break between closing punctuation and $NS, even with intervening spaces
+# But DO allow a break between closing punctuation and $NSX, don't include it here
+($CLcm | $CPcm) $SP* $NScm;
+
+# LB 17
+$B2cm $SP* $B2cm;
+
+#
+# LB 18 Break after spaces.
+#
+$LB18NonBreaks = [$LB8NonBreaks - [$SP]];
+$LB18Breaks = [$LB8Breaks $SP];
+
+
+# LB 19
+# x QU
+$LB18NonBreaks $CM* $QUcm;
+$CM+ $QUcm;
+
+# QU x
+$QUcm .?;
+$QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
+ # TODO: I don't think this rule is needed.
+
+
+# LB 20
+# <break> $CB
+# $CB <break>
+
+$LB20NonBreaks = [$LB18NonBreaks - $CB];
+
+# LB 21 x (BA | HY | NS)
+# BB x
+#
+# DO allow breaks here before NSXcm, so don't include it
+$LB20NonBreaks $CM* ($BAcm | $HYcm | $NScm);
+
+$BBcm [^$CB]; # $BB x
+$BBcm $LB20NonBreaks $CM*;
+
+# LB 21a Don't break after Hebrew + Hyphen
+# HL (HY | BA) x
+#
+$HLcm ($HYcm | $BAcm) [^$CB]?;
+
+# LB 21b (forward) Don't break between SY and HL
+# (break between HL and SY already disallowed by LB 13 above)
+$SYcm $HLcm;
+
+# LB 22
+($ALcm | $HLcm) $INcm;
+$CM+ $INcm; # by rule 10, any otherwise unattached CM behaves as AL
+$IDcm $INcm;
+# $INcm $INcm; # delete this rule for CSS loose
+$NUcm $INcm;
+
+
+# $LB 23
+$IDcm $POcm;
+$ALcm $NUcm; # includes $LB19
+$HLcm $NUcm;
+$CM+ $NUcm; # Rule 10, any otherwise unattached CM behaves as AL
+$NUcm $ALcm;
+$NUcm $HLcm;
+
+#
+# LB 24
+#
+$PRcm $IDcm;
+$PRcm ($ALcm | $HLcm);
+$POcm ($ALcm | $HLcm);
+
+#
+# LB 25 Numbers.
+#
+($PRcm | $POcm)? ($OPcm | $HYcm)? $NUcm ($NUcm | $SYcm | $IScm)* ($CLcm | $CPcm)? ($PRcm | $POcm)?;
+
+# LB 26 Do not break a Korean syllable
+#
+$JLcm ($JLcm | $JVcm | $H2cm | $H3cm);
+($JVcm | $H2cm) ($JVcm | $JTcm);
+($JTcm | $H3cm) $JTcm;
+
+# LB 27 Treat korean Syllable Block the same as ID (don't break it)
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $INcm;
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $POcm;
+$PRcm ($JLcm | $JVcm | $JTcm | $H2cm | $H3cm);
+
+
+# LB 28 Do not break between alphabetics
+#
+($ALcm | $HLcm) ($ALcm | $HLcm);
+$CM+ ($ALcm | $HLcm); # The $CM+ is from rule 10, an unattached CM is treated as AL
+
+# LB 29
+$IScm ($ALcm | $HLcm);
+
+# LB 30
+($ALcm | $HLcm | $NUcm) $OPcm;
+$CM+ $OPcm; # The $CM+ is from rule 10, an unattached CM is treated as AL.
+$CPcm ($ALcm | $HLcm | $NUcm);
+
+# LB 30a Do not break between regional indicators.
+$RIcm $RIcm;
+
+#
+# Reverse Rules.
+#
+## -------------------------------------------------
+
+!!reverse;
+
+$CM+ $ALPlus;
+$CM+ $BA;
+$CM+ $BB;
+$CM+ $B2;
+$CM+ $CL;
+$CM+ $CP;
+$CM+ $EX;
+$CM+ $GL;
+$CM+ $HL;
+$CM+ $HY;
+$CM+ $H2;
+$CM+ $H3;
+$CM+ $ID;
+$CM+ $IN;
+$CM+ $IS;
+$CM+ $JL;
+$CM+ $JV;
+$CM+ $JT;
+$CM+ $NS;
+$CM+ $NSX;
+$CM+ $NU;
+$CM+ $OP;
+$CM+ $PO;
+$CM+ $PR;
+$CM+ $QU;
+$CM+ $RI;
+$CM+ $SY;
+$CM+ $WJ;
+$CM+;
+
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] [whatever]
+# The CM needs to behave as an AL
+#
+$AL_FOLLOW $CM+ / (
+ [$BK $CR $LF $NL $ZW {eof}] |
+ $SP+ $CM+ $SP |
+ $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
+ # LB14 says OP SP* x .
+ # becomes OP SP* x AL
+ # becomes OP SP* x CM+ AL_FOLLOW
+ #
+ # Further note: the $AL in [$AL {eof}] is only to work around
+ # a rule compiler bug which complains about
+ # empty sets otherwise.
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] <break> [PR]
+# The CM needs to behave as an AL
+# This rule is concerned about getting the second of the two <breaks> in place.
+#
+
+[$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
+
+
+
+# LB 4, 5, 5
+
+$LB4Breaks [$LB4NonBreaks-$CM];
+$LB4Breaks $CM+ $CAN_CM;
+$LF $CR;
+
+
+# LB 7 x SP
+# x ZW
+[$SP $ZW] [$LB4NonBreaks-$CM];
+[$SP $ZW] $CM+ $CAN_CM;
+
+# LB 8 ZW SP* <break>
+# TODO: to implement this, we need more than one look-ahead hard break in play at a time.
+# Requires an engine enhancement.
+# / $SP* $ZW
+
+# LB 9,10 Combining marks.
+# X $CM needs to behave like X, where X is not $SP or controls.
+# $CM not covered by the above needs to behave like $AL
+# Stick together any combining sequences that don't match other rules.
+$CM+ $CAN_CM;
+
+
+# LB 11
+$CM* $WJ $CM* $CAN_CM;
+$CM* $WJ [$LB8NonBreaks-$CM];
+
+ $CANT_CM $CM* $WJ;
+$CM* $CAN_CM $CM* $WJ;
+
+# LB 12a
+# [^SP BA HY] x GL
+#
+$CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $HY]];
+
+# LB 12
+# GL x
+#
+$CANT_CM $CM* $GL;
+$CM* $CAN_CM $CM* $GL;
+
+
+# LB 13
+$CL $CM+ $CAN_CM;
+$CP $CM+ $CAN_CM;
+$EX $CM+ $CAN_CM;
+$IS $CM+ $CAN_CM;
+$SY $CM+ $CAN_CM;
+
+$CL [$LB8NonBreaks-$CM];
+$CP [$LB8NonBreaks-$CM];
+$EX [$LB8NonBreaks-$CM];
+$IS [$LB8NonBreaks-$CM];
+$SY [$LB8NonBreaks-$CM];
+
+# Rule 13 & 14 taken together for an edge case.
+# Match this, shown forward
+# OP SP+ ($CM+ behaving as $AL) (CL | CP | EX | IS | IY)
+# This really wants to chain at the $CM+ (which is acting as an $AL)
+# except for $CM chaining being disabled.
+[$CL $CP $EX $IS $SY] $CM+ $SP+ $CM* $OP;
+
+# LB 14 OP SP* x
+#
+$CM* $CAN_CM $SP* $CM* $OP;
+ $CANT_CM $SP* $CM* $OP;
+$AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
+
+ $AL_FOLLOW_NOCM $CM+ $SP+ $CM* $OP;
+$CM* $AL_FOLLOW_CM $CM+ $SP+ $CM* $OP;
+$SY $CM $SP+ $OP; # TODO: Experiment. Remove.
+
+
+
+# LB 15
+$CM* $OP $SP* $CM* $QU;
+
+# LB 16
+# Don't include $NSX here
+$CM* $NS $SP* $CM* ($CL | $CP);
+
+# LB 17
+$CM* $B2 $SP* $CM* $B2;
+
+# LB 18 break after spaces
+# Nothing explicit needed here.
+
+
+#
+# LB 19
+#
+$CM* $QU $CM* $CAN_CM; # . x QU
+$CM* $QU $LB18NonBreaks;
+
+
+$CM* $CAN_CM $CM* $QU; # QU x .
+ $CANT_CM $CM* $QU;
+
+#
+# LB 20 Break before and after CB.
+# nothing needed here.
+#
+
+# LB 21
+# Don't include $NSX here
+$CM* ($BA | $HY | $NS) $CM* [$LB20NonBreaks-$CM]; # . x (BA | HY | NS)
+
+$CM* [$LB20NonBreaks-$CM] $CM* $BB; # BB x .
+[^$CB] $CM* $BB; #
+
+# LB21a
+[^$CB] $CM* ($HY | $BA) $CM* $HL;
+
+# LB21b (reverse)
+$CM* $HL $CM* $SY;
+
+# LB 22
+$CM* $IN $CM* ($ALPlus | $HL);
+$CM* $IN $CM* $ID;
+# $CM* $IN $CM* $IN; # delete this rule for CSS loose
+$CM* $IN $CM* $NU;
+
+# LB 23
+$CM* $PO $CM* $ID;
+$CM* $NU $CM* ($ALPlus | $HL);
+$CM* ($ALPlus | $HL) $CM* $NU;
+
+# LB 24
+$CM* $ID $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PO;
+
+
+# LB 25
+($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM* ($PR | $PO))?;
+
+# LB 26
+$CM* ($H3 | $H2 | $JV | $JL) $CM* $JL;
+$CM* ($JT | $JV) $CM* ($H2 | $JV);
+$CM* $JT $CM* ($H3 | $JT);
+
+# LB 27
+$CM* $IN $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* $PO $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
+
+# LB 28
+$CM* ($ALPlus | $HL) $CM* ($ALPlus | $HL);
+
+
+# LB 29
+$CM* ($ALPlus | $HL) $CM* $IS;
+
+# LB 30
+$CM* $OP $CM* ($ALPlus | $HL | $NU);
+$CM* ($ALPlus | $HL | $NU) $CM* $CP;
+
+# LB 30a
+$CM* $RI $CM* $RI;
+
+## -------------------------------------------------
+
+!!safe_reverse;
+
+# LB 9
+$CM+ [^$CM $BK $CR $LF $NL $ZW $SP];
+$CM+ $SP / .;
+
+# LB 14
+$SP+ $CM* $OP;
+
+# LB 15
+$SP+ $CM* $QU;
+
+# LB 16
+$SP+ $CM* ($CL | $CP);
+
+# LB 17
+$SP+ $CM* $B2;
+
+# LB 21
+$CM* ($HY | $BA) $CM* $HL;
+
+# LB 25
+($CM* ($IS | $SY))+ $CM* $NU;
+($CL | $CP) $CM* ($NU | $IS | $SY);
+
+# For dictionary-based break
+$dictionary $dictionary;
+
+## -------------------------------------------------
+
+!!safe_forward;
+
+# Skip forward over all character classes that are involved in
+# rules containing patterns with possibly more than one char
+# of context.
+#
+# It might be slightly more efficient to have specific rules
+# instead of one generic one, but only if we could
+# turn off rule chaining. We don't want to move more
+# than necessary.
+#
+[$CM $OP $QU $CL $CP $B2 $PR $HY $BA $SP $dictionary]+ [^$CM $OP $QU $CL $CP $B2 $PR $HY $BA $dictionary];
+$dictionary $dictionary;
+
diff --git a/icu4c/source/data/brkitr/line_loose_cj.txt b/icu4c/source/data/brkitr/line_loose_cj.txt
new file mode 100644
index 0000000..f14866d
--- /dev/null
+++ b/icu4c/source/data/brkitr/line_loose_cj.txt
@@ -0,0 +1,725 @@
+# Copyright (c) 2002-2015 International Business Machines Corporation and
+# others. All Rights Reserved.
+#
+# file: line_loose_cj.txt
+#
+# Line Breaking Rules
+# Implement default line breaking as defined by
+# Unicode Standard Annex #14 Revision 29 for Unicode 6.2
+# http://www.unicode.org/reports/tr14/
+# tailored as noted in 2nd paragraph below..
+#
+# TODO: Rule LB 8 remains as it was in Unicode 5.2
+# This is only because of a limitation of ICU break engine implementation,
+# not because the older behavior is desirable.
+#
+# This tailors the line break behavior to correspond to CSS
+# line-break=loose (BCP47 -u-lb-loose) as defined for Chinese & Japanese.
+# It sets characters of class CJ to behave like ID.
+# In addition, it allows breaks:
+# * before hyphens 2010 & 2013 (both BA) and 301C, 30A0 (both NS)
+# * before iteration marks 3005, 303B, 309D, 309E, 30FD, 30FE (all NS)
+# * between characters of LineBreak class IN such as 2026
+# * before some centered punct 203C, 2047, 2048, 2049, 30FB, FF1A, FF1B,
+# FF65 (all NS) and FF01, FF1F (both EX).
+# * before suffix characters with LineBreak class PO and EastAsianWidth A,F,W;
+# this includes: 00B0 2030 2032 2033 2035 2103 2109 FE6A FF05 FFE0
+# * after prefix characters with LineBreak class PR and EastAsianWidth A,F,W;
+# this includes: 00A4 00B1 20AC 2116 FE69 FF04 FFE1 FFE5 FFE6
+
+
+#
+# Character Classes defined by TR 14.
+#
+
+!!chain;
+!!LBCMNoChain;
+
+
+!!lookAheadHardBreak;
+#
+# !!lookAheadHardBreak Described here because it is (as yet) undocumented elsewhere
+# and only used for the line break rules.
+#
+# It is used in the implementation of rule LB 10
+# which says to treat any combining mark that is not attached to a base
+# character as if it were of class AL (alphabetic).
+#
+# The problem occurs in the reverse rules.
+#
+# Consider a sequence like, with correct breaks as shown
+# LF ID CM AL AL
+# ^ ^ ^
+# Then consider the sequence without the initial ID (ideographic)
+# LF CM AL AL
+# ^ ^
+# Our CM, which in the first example was attached to the ideograph,
+# is now unattached, becomes an alpha, and joins in with the other
+# alphas.
+#
+# When iterating forwards, these sequences do not present any problems
+# When iterating backwards, we need to look ahead when encountering
+# a CM to see whether it attaches to something further on or not.
+# (Look-ahead in a reverse rule is looking towards the start)
+#
+# If the CM is unattached, we need to force a break.
+#
+# !!lookAheadHardBreak forces the run time state machine to
+# stop immediately when a look ahead rule ( '/' operator) matches,
+# and set the match position to that of the look-ahead operator,
+# no matter what other rules may be in play at the time.
+#
+# See rule LB 19 for an example.
+#
+
+$AI = [:LineBreak = Ambiguous:];
+$AL = [:LineBreak = Alphabetic:];
+$BAX = [\u2010 \u2013];
+$BA = [[:LineBreak = Break_After:] - $BAX];
+$BB = [:LineBreak = Break_Before:];
+$BK = [:LineBreak = Mandatory_Break:];
+$B2 = [:LineBreak = Break_Both:];
+$CB = [:LineBreak = Contingent_Break:];
+$CJ = [:LineBreak = Conditional_Japanese_Starter:];
+$CL = [:LineBreak = Close_Punctuation:];
+$CM = [:LineBreak = Combining_Mark:];
+$CP = [:LineBreak = Close_Parenthesis:];
+$CR = [:LineBreak = Carriage_Return:];
+$EXX = [\uFF01 \uFF1F];
+$EX = [[:LineBreak = Exclamation:] - $EXX];
+$GL = [:LineBreak = Glue:];
+$HL = [:LineBreak = Hebrew_Letter:];
+$HY = [:LineBreak = Hyphen:];
+$H2 = [:LineBreak = H2:];
+$H3 = [:LineBreak = H3:];
+$ID = [[:LineBreak = Ideographic:] $CJ];
+$IN = [:LineBreak = Inseperable:];
+$IS = [:LineBreak = Infix_Numeric:];
+$JL = [:LineBreak = JL:];
+$JV = [:LineBreak = JV:];
+$JT = [:LineBreak = JT:];
+$LF = [:LineBreak = Line_Feed:];
+$NL = [:LineBreak = Next_Line:];
+$NSX = [\u301C \u30A0 \u3005 \u303B \u309D \u309E \u30FD \u30FE \u203C \u2047 \u2048 \u2049 \u30FB \uFF1A \uFF1B \uFF65];
+$NS = [[:LineBreak = Nonstarter:] - $NSX];
+$NU = [:LineBreak = Numeric:];
+$OP = [:LineBreak = Open_Punctuation:];
+$POX = [\u00B0 \u2030 \u2032 \u2033 \u2035 \u2103 \u2109 \uFE6A \uFF05 \uFFE0];
+$PO = [[:LineBreak = Postfix_Numeric:] - $POX];
+$PRX = [\u00A4 \u00B1 \u20AC \u2116 \uFE69 \uFF04 \uFFE1 \uFFE5 \uFFE6];
+$PR = [[:LineBreak = Prefix_Numeric:] - $PRX];
+$QU = [:LineBreak = Quotation:];
+$RI = [:LineBreak = Regional_Indicator:];
+$SA = [:LineBreak = Complex_Context:];
+$SG = [:LineBreak = Surrogate:];
+$SP = [:LineBreak = Space:];
+$SY = [:LineBreak = Break_Symbols:];
+$WJ = [:LineBreak = Word_Joiner:];
+$XX = [:LineBreak = Unknown:];
+$ZW = [:LineBreak = ZWSpace:];
+
+# Dictionary character set, for triggering language-based break engines. Currently
+# limited to LineBreak=Complex_Context. Note that this set only works in Unicode
+# 5.0 or later as the definition of Complex_Context was corrected to include all
+# characters requiring dictionary break.
+
+$dictionary = [:LineBreak = Complex_Context:];
+
+#
+# Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
+# SA (South East Asian: Thai, Lao, Khmer)
+# SG (Unpaired Surrogates)
+# XX (Unknown, unassigned)
+# as $AL (Alphabetic)
+#
+$ALPlus = [$AL $AI $SA $SG $XX];
+
+#
+# Combining Marks. X $CM* behaves as if it were X. Rule LB6.
+#
+$ALcm = $ALPlus $CM*;
+$BAcm = $BA $CM*;
+$BAXcm = $BAX $CM*;
+$BBcm = $BB $CM*;
+$B2cm = $B2 $CM*;
+$CLcm = $CL $CM*;
+$CPcm = $CP $CM*;
+$EXcm = $EX $CM*;
+$EXXcm = $EXX $CM*;
+$GLcm = $GL $CM*;
+$HLcm = $HL $CM*;
+$HYcm = $HY $CM*;
+$H2cm = $H2 $CM*;
+$H3cm = $H3 $CM*;
+$IDcm = $ID $CM*;
+$INcm = $IN $CM*;
+$IScm = $IS $CM*;
+$JLcm = $JL $CM*;
+$JVcm = $JV $CM*;
+$JTcm = $JT $CM*;
+$NScm = $NS $CM*;
+$NSXcm = $NSX $CM*;
+$NUcm = $NU $CM*;
+$OPcm = $OP $CM*;
+$POcm = $PO $CM*;
+$POXcm = $POX $CM*;
+$PRcm = $PR $CM*;
+$PRXcm = $PRX $CM*;
+$QUcm = $QU $CM*;
+$RIcm = $RI $CM*;
+$SYcm = $SY $CM*;
+$WJcm = $WJ $CM*;
+
+## -------------------------------------------------
+
+!!forward;
+
+#
+# Each class of character can stand by itself as an unbroken token, with trailing combining stuff
+#
+$ALPlus $CM+;
+$BA $CM+;
+$BAX $CM+;
+$BB $CM+;
+$B2 $CM+;
+$CL $CM+;
+$CP $CM+;
+$EX $CM+;
+$EXX $CM+;
+$GL $CM+;
+$HL $CM+;
+$HY $CM+;
+$H2 $CM+;
+$H3 $CM+;
+$ID $CM+;
+$IN $CM+;
+$IS $CM+;
+$JL $CM+;
+$JV $CM+;
+$JT $CM+;
+$NS $CM+;
+$NSX $CM+;
+$NU $CM+;
+$OP $CM+;
+$PO $CM+;
+$POX $CM+;
+$PR $CM+;
+$PRX $CM+;
+$QU $CM+;
+$RI $CM+;
+$SY $CM+;
+$WJ $CM+;
+
+#
+# CAN_CM is the set of characters that may combine with CM combining chars.
+# Note that Linebreak UAX 14's concept of a combining char and the rules
+# for what they can combine with are _very_ different from the rest of Unicode.
+#
+# Note that $CM itself is left out of this set. If CM is needed as a base
+# it must be listed separately in the rule.
+#
+$CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
+$CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
+
+#
+# AL_FOLLOW set of chars that can unconditionally follow an AL
+# Needed in rules where stand-alone $CM s are treated as AL.
+# Chaining is disabled with CM because it causes other failures,
+# so for this one case we need to manually list out longer sequences.
+#
+$AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
+$AL_FOLLOW_CM = [$CL $CP $EX $EXX $HL $IS $SY $WJ $GL $OP $QU $BA $BAX $HY $NS $NSX $IN $NU $ALPlus];
+$AL_FOLLOW = [$AL_FOLLOW_NOCM $AL_FOLLOW_CM];
+
+
+#
+# Rule LB 4, 5 Mandatory (Hard) breaks.
+#
+$LB4Breaks = [$BK $CR $LF $NL];
+$LB4NonBreaks = [^$BK $CR $LF $NL];
+$CR $LF {100};
+
+#
+# LB 6 Do not break before hard line breaks.
+#
+$LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
+$CAN_CM $CM* $LB4Breaks {100};
+$CM+ $LB4Breaks {100};
+
+# LB 7 x SP
+# x ZW
+$LB4NonBreaks [$SP $ZW];
+$CAN_CM $CM* [$SP $ZW];
+$CM+ [$SP $ZW];
+
+#
+# LB 8 Break after zero width space
+# TODO: ZW SP* <break>
+# An engine change is required to write the reverse rule for this.
+# For now, leave the Unicode 5.2 rule, ZW <break>
+#
+$LB8Breaks = [$LB4Breaks $ZW];
+$LB8NonBreaks = [[$LB4NonBreaks] - [$ZW]];
+
+
+# LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
+# $CM not covered by the above needs to behave like $AL
+# See definition of $CAN_CM.
+
+$CAN_CM $CM+; # Stick together any combining sequences that don't match other rules.
+$CM+;
+
+#
+# LB 11 Do not break before or after WORD JOINER & related characters.
+#
+$CAN_CM $CM* $WJcm;
+$LB8NonBreaks $WJcm;
+$CM+ $WJcm;
+
+$WJcm $CANT_CM;
+$WJcm $CAN_CM $CM*;
+
+#
+# LB 12 Do not break after NBSP and related characters.
+# GL x
+#
+$GLcm $CAN_CM $CM*;
+$GLcm $CANT_CM;
+
+#
+# LB 12a Do not break before NBSP and related characters ...
+# [^SP BA HY] x GL
+#
+[[$LB8NonBreaks] - [$SP $BA $BAX $HY]] $CM* $GLcm;
+$CM+ GLcm;
+
+
+
+#
+# LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
+#
+# Do not include $EXX here
+$LB8NonBreaks $CL;
+$CAN_CM $CM* $CL;
+$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $CP;
+$CAN_CM $CM* $CP;
+$CM+ $CP; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $EX;
+$CAN_CM $CM* $EX;
+$CM+ $EX; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $IS;
+$CAN_CM $CM* $IS;
+$CM+ $IS; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $SY;
+$CAN_CM $CM* $SY;
+$CM+ $SY; # by rule 10, stand-alone CM behaves as AL
+
+
+#
+# LB 14 Do not break after OP, even after spaces
+#
+$OPcm $SP* $CAN_CM $CM*;
+$OPcm $SP* $CANT_CM;
+
+$OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL
+
+# LB 15
+$QUcm $SP* $OPcm;
+
+# LB 16
+# Do not break between closing punctuation and $NS, even with intervening spaces
+# But DO allow a break between closing punctuation and $NSX, don't include it here
+($CLcm | $CPcm) $SP* $NScm;
+
+# LB 17
+$B2cm $SP* $B2cm;
+
+#
+# LB 18 Break after spaces.
+#
+$LB18NonBreaks = [$LB8NonBreaks - [$SP]];
+$LB18Breaks = [$LB8Breaks $SP];
+
+
+# LB 19
+# x QU
+$LB18NonBreaks $CM* $QUcm;
+$CM+ $QUcm;
+
+# QU x
+$QUcm .?;
+$QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
+ # TODO: I don't think this rule is needed.
+
+
+# LB 20
+# <break> $CB
+# $CB <break>
+
+$LB20NonBreaks = [$LB18NonBreaks - $CB];
+
+# LB 21 x (BA | HY | NS)
+# BB x
+#
+# DO allow breaks here before $BAXcm and $NSXcm, so don't include them
+$LB20NonBreaks $CM* ($BAcm | $HYcm | $NScm);
+
+$BBcm [^$CB]; # $BB x
+$BBcm $LB20NonBreaks $CM*;
+
+# LB 21a Don't break after Hebrew + Hyphen
+# HL (HY | BA) x
+#
+$HLcm ($HYcm | $BAcm | $BAXcm) [^$CB]?;
+
+# LB 21b (forward) Don't break between SY and HL
+# (break between HL and SY already disallowed by LB 13 above)
+$SYcm $HLcm;
+
+# LB 22
+($ALcm | $HLcm) $INcm;
+$CM+ $INcm; # by rule 10, any otherwise unattached CM behaves as AL
+$IDcm $INcm;
+# $INcm $INcm; # delete this rule for CSS loose
+$NUcm $INcm;
+
+
+# LB 23
+# Do not include $POX here
+$IDcm $POcm;
+$ALcm $NUcm; # includes $LB19
+$HLcm $NUcm;
+$CM+ $NUcm; # Rule 10, any otherwise unattached CM behaves as AL
+$NUcm $ALcm;
+$NUcm $HLcm;
+
+#
+# LB 24
+#
+# Do not include $PRX here
+$PRcm $IDcm;
+$PRcm ($ALcm | $HLcm);
+($POcm | $POXcm) ($ALcm | $HLcm);
+
+#
+# LB 25 Numbers.
+#
+# Here do not include $PRX at the beginning or $POX at the end
+($PRcm | $POcm | $POXcm)? ($OPcm | $HYcm)? $NUcm ($NUcm | $SYcm | $IScm)* ($CLcm | $CPcm)? ($PRcm | $PRXcm | $POcm)?;
+
+# LB 26 Do not break a Korean syllable
+#
+$JLcm ($JLcm | $JVcm | $H2cm | $H3cm);
+($JVcm | $H2cm) ($JVcm | $JTcm);
+($JTcm | $H3cm) $JTcm;
+
+# LB 27 Treat korean Syllable Block the same as ID (don't break it)
+# Do not include $POX or $PRX here
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $INcm;
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $POcm;
+$PRcm ($JLcm | $JVcm | $JTcm | $H2cm | $H3cm);
+
+
+# LB 28 Do not break between alphabetics
+#
+($ALcm | $HLcm) ($ALcm | $HLcm);
+$CM+ ($ALcm | $HLcm); # The $CM+ is from rule 10, an unattached CM is treated as AL
+
+# LB 29
+$IScm ($ALcm | $HLcm);
+
+# LB 30
+($ALcm | $HLcm | $NUcm) $OPcm;
+$CM+ $OPcm; # The $CM+ is from rule 10, an unattached CM is treated as AL.
+$CPcm ($ALcm | $HLcm | $NUcm);
+
+# LB 30a Do not break between regional indicators.
+$RIcm $RIcm;
+
+#
+# Reverse Rules.
+#
+## -------------------------------------------------
+
+!!reverse;
+
+$CM+ $ALPlus;
+$CM+ $BA;
+$CM+ $BAX;
+$CM+ $BB;
+$CM+ $B2;
+$CM+ $CL;
+$CM+ $CP;
+$CM+ $EX;
+$CM+ $EXX;
+$CM+ $GL;
+$CM+ $HL;
+$CM+ $HY;
+$CM+ $H2;
+$CM+ $H3;
+$CM+ $ID;
+$CM+ $IN;
+$CM+ $IS;
+$CM+ $JL;
+$CM+ $JV;
+$CM+ $JT;
+$CM+ $NS;
+$CM+ $NSX;
+$CM+ $NU;
+$CM+ $OP;
+$CM+ $PO;
+$CM+ $POX;
+$CM+ $PR;
+$CM+ $PRX;
+$CM+ $QU;
+$CM+ $RI;
+$CM+ $SY;
+$CM+ $WJ;
+$CM+;
+
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] [whatever]
+# The CM needs to behave as an AL
+#
+$AL_FOLLOW $CM+ / (
+ [$BK $CR $LF $NL $ZW {eof}] |
+ $SP+ $CM+ $SP |
+ $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
+ # LB14 says OP SP* x .
+ # becomes OP SP* x AL
+ # becomes OP SP* x CM+ AL_FOLLOW
+ #
+ # Further note: the $AL in [$AL {eof}] is only to work around
+ # a rule compiler bug which complains about
+ # empty sets otherwise.
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] <break> [PR]
+# The CM needs to behave as an AL
+# This rule is concerned about getting the second of the two <breaks> in place.
+#
+
+[$PR $PRX ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
+
+
+
+# LB 4, 5, 5
+
+$LB4Breaks [$LB4NonBreaks-$CM];
+$LB4Breaks $CM+ $CAN_CM;
+$LF $CR;
+
+
+# LB 7 x SP
+# x ZW
+[$SP $ZW] [$LB4NonBreaks-$CM];
+[$SP $ZW] $CM+ $CAN_CM;
+
+# LB 8 ZW SP* <break>
+# TODO: to implement this, we need more than one look-ahead hard break in play at a time.
+# Requires an engine enhancement.
+# / $SP* $ZW
+
+# LB 9,10 Combining marks.
+# X $CM needs to behave like X, where X is not $SP or controls.
+# $CM not covered by the above needs to behave like $AL
+# Stick together any combining sequences that don't match other rules.
+$CM+ $CAN_CM;
+
+
+# LB 11
+$CM* $WJ $CM* $CAN_CM;
+$CM* $WJ [$LB8NonBreaks-$CM];
+
+ $CANT_CM $CM* $WJ;
+$CM* $CAN_CM $CM* $WJ;
+
+# LB 12a
+# [^SP BA HY] x GL
+#
+$CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $BAX $HY]];
+
+# LB 12
+# GL x
+#
+$CANT_CM $CM* $GL;
+$CM* $CAN_CM $CM* $GL;
+
+
+# LB 13
+# Do not include $EXX here
+$CL $CM+ $CAN_CM;
+$CP $CM+ $CAN_CM;
+$EX $CM+ $CAN_CM;
+$IS $CM+ $CAN_CM;
+$SY $CM+ $CAN_CM;
+
+$CL [$LB8NonBreaks-$CM];
+$CP [$LB8NonBreaks-$CM];
+$EX [$LB8NonBreaks-$CM];
+$IS [$LB8NonBreaks-$CM];
+$SY [$LB8NonBreaks-$CM];
+
+# Rule 13 & 14 taken together for an edge case.
+# Match this, shown forward
+# OP SP+ ($CM+ behaving as $AL) (CL | CP | EX | IS | IY)
+# This really wants to chain at the $CM+ (which is acting as an $AL)
+# except for $CM chaining being disabled.
+[$CL $CP $EX $IS $SY] $CM+ $SP+ $CM* $OP;
+
+# LB 14 OP SP* x
+#
+$CM* $CAN_CM $SP* $CM* $OP;
+ $CANT_CM $SP* $CM* $OP;
+$AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
+
+ $AL_FOLLOW_NOCM $CM+ $SP+ $CM* $OP;
+$CM* $AL_FOLLOW_CM $CM+ $SP+ $CM* $OP;
+$SY $CM $SP+ $OP; # TODO: Experiment. Remove.
+
+
+
+# LB 15
+$CM* $OP $SP* $CM* $QU;
+
+# LB 16
+# Don't include $NSX here
+$CM* $NS $SP* $CM* ($CL | $CP);
+
+# LB 17
+$CM* $B2 $SP* $CM* $B2;
+
+# LB 18 break after spaces
+# Nothing explicit needed here.
+
+
+#
+# LB 19
+#
+$CM* $QU $CM* $CAN_CM; # . x QU
+$CM* $QU $LB18NonBreaks;
+
+
+$CM* $CAN_CM $CM* $QU; # QU x .
+ $CANT_CM $CM* $QU;
+
+#
+# LB 20 Break before and after CB.
+# nothing needed here.
+#
+
+# LB 21
+# Don't include $BAX or $NSX here
+$CM* ($BA | $HY | $NS) $CM* [$LB20NonBreaks-$CM]; # . x (BA | HY | NS)
+
+$CM* [$LB20NonBreaks-$CM] $CM* $BB; # BB x .
+[^$CB] $CM* $BB; #
+
+# LB21a
+[^$CB] $CM* ($HY | $BA | $BAX) $CM* $HL;
+
+# LB21b (reverse)
+$CM* $HL $CM* $SY;
+
+# LB 22
+$CM* $IN $CM* ($ALPlus | $HL);
+$CM* $IN $CM* $ID;
+# $CM* $IN $CM* $IN; # delete this rule for CSS loose
+$CM* $IN $CM* $NU;
+
+# LB 23
+# Do not include $POX here
+$CM* $PO $CM* $ID;
+$CM* $NU $CM* ($ALPlus | $HL);
+$CM* ($ALPlus | $HL) $CM* $NU;
+
+# LB 24
+# Do not include $PRX here
+$CM* $ID $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* ($PO | $POX);
+
+
+# LB 25
+# Here do not include $POX at the beginning or $PRX at the end
+($CM* ($PR | $PRX | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM* ($PR | $PO | $POX))?;
+
+# LB 26
+$CM* ($H3 | $H2 | $JV | $JL) $CM* $JL;
+$CM* ($JT | $JV) $CM* ($H2 | $JV);
+$CM* $JT $CM* ($H3 | $JT);
+
+# LB 27
+# Do not include $POX or $PRX here
+$CM* $IN $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* $PO $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
+
+# LB 28
+$CM* ($ALPlus | $HL) $CM* ($ALPlus | $HL);
+
+
+# LB 29
+$CM* ($ALPlus | $HL) $CM* $IS;
+
+# LB 30
+$CM* $OP $CM* ($ALPlus | $HL | $NU);
+$CM* ($ALPlus | $HL | $NU) $CM* $CP;
+
+# LB 30a
+$CM* $RI $CM* $RI;
+
+## -------------------------------------------------
+
+!!safe_reverse;
+
+# LB 9
+$CM+ [^$CM $BK $CR $LF $NL $ZW $SP];
+$CM+ $SP / .;
+
+# LB 14
+$SP+ $CM* $OP;
+
+# LB 15
+$SP+ $CM* $QU;
+
+# LB 16
+$SP+ $CM* ($CL | $CP);
+
+# LB 17
+$SP+ $CM* $B2;
+
+# LB 21
+$CM* ($HY | $BA) $CM* $HL;
+
+# LB 25
+($CM* ($IS | $SY))+ $CM* $NU;
+($CL | $CP) $CM* ($NU | $IS | $SY);
+
+# For dictionary-based break
+$dictionary $dictionary;
+
+## -------------------------------------------------
+
+!!safe_forward;
+
+# Skip forward over all character classes that are involved in
+# rules containing patterns with possibly more than one char
+# of context.
+#
+# It might be slightly more efficient to have specific rules
+# instead of one generic one, but only if we could
+# turn off rule chaining. We don't want to move more
+# than necessary.
+#
+[$CM $OP $QU $CL $CP $B2 $PR $PRX $HY $BA $SP $dictionary]+ [^$CM $OP $QU $CL $CP $B2 $PR $PRX $HY $BA $dictionary];
+$dictionary $dictionary;
+
diff --git a/icu4c/source/data/brkitr/line_loose_fi.txt b/icu4c/source/data/brkitr/line_loose_fi.txt
new file mode 100644
index 0000000..502c3f1
--- /dev/null
+++ b/icu4c/source/data/brkitr/line_loose_fi.txt
@@ -0,0 +1,700 @@
+# Copyright (c) 2002-2015 International Business Machines Corporation and
+# others. All Rights Reserved.
+#
+# file: line_loose_fi.txt
+#
+# Line Breaking Rules
+# Implement default line breaking as defined by
+# Unicode Standard Annex #14 Revision 29 for Unicode 6.2
+# http://www.unicode.org/reports/tr14/
+# tailored as noted in 2nd paragraph below..
+#
+# TODO: Rule LB 8 remains as it was in Unicode 5.2
+# This is only because of a limitation of ICU break engine implementation,
+# not because the older behavior is desirable.
+#
+# This tailors the line break behavior both for Finnish and to correpond to CSS
+# line-break=loose (BCP47 -u-lb-loose) as defined for languages other than
+# Chinese & Japanese.
+# It sets characters of class CJ to behave like ID.
+# In addition, it allows breaks before 3005, 303B, 309D, 309E, 30FD, 30FE (all NS).
+
+#
+# Character Classes defined by TR 14.
+#
+
+!!chain;
+!!LBCMNoChain;
+
+
+!!lookAheadHardBreak;
+#
+# !!lookAheadHardBreak Described here because it is (as yet) undocumented elsewhere
+# and only used for the line break rules.
+#
+# It is used in the implementation of rule LB 10
+# which says to treat any combining mark that is not attached to a base
+# character as if it were of class AL (alphabetic).
+#
+# The problem occurs in the reverse rules.
+#
+# Consider a sequence like, with correct breaks as shown
+# LF ID CM AL AL
+# ^ ^ ^
+# Then consider the sequence without the initial ID (ideographic)
+# LF CM AL AL
+# ^ ^
+# Our CM, which in the first example was attached to the ideograph,
+# is now unattached, becomes an alpha, and joins in with the other
+# alphas.
+#
+# When iterating forwards, these sequences do not present any problems
+# When iterating backwards, we need to look ahead when encountering
+# a CM to see whether it attaches to something further on or not.
+# (Look-ahead in a reverse rule is looking towards the start)
+#
+# If the CM is unattached, we need to force a break.
+#
+# !!lookAheadHardBreak forces the run time state machine to
+# stop immediately when a look ahead rule ( '/' operator) matches,
+# and set the match position to that of the look-ahead operator,
+# no matter what other rules may be in play at the time.
+#
+# See rule LB 19 for an example.
+#
+
+$AI = [:LineBreak = Ambiguous:];
+$AL = [:LineBreak = Alphabetic:];
+$BA = [[:LineBreak = Break_After:] - [\u2010]];
+$HH = [\u2010];
+$BB = [:LineBreak = Break_Before:];
+$BK = [:LineBreak = Mandatory_Break:];
+$B2 = [:LineBreak = Break_Both:];
+$CB = [:LineBreak = Contingent_Break:];
+$CJ = [:LineBreak = Conditional_Japanese_Starter:];
+$CL = [:LineBreak = Close_Punctuation:];
+$CM = [:LineBreak = Combining_Mark:];
+$CP = [:LineBreak = Close_Parenthesis:];
+$CR = [:LineBreak = Carriage_Return:];
+$EX = [:LineBreak = Exclamation:];
+$GL = [:LineBreak = Glue:];
+$HL = [:LineBreak = Hebrew_Letter:];
+$HY = [:LineBreak = Hyphen:];
+$H2 = [:LineBreak = H2:];
+$H3 = [:LineBreak = H3:];
+$ID = [[:LineBreak = Ideographic:] $CJ];
+$IN = [:LineBreak = Inseperable:];
+$IS = [:LineBreak = Infix_Numeric:];
+$JL = [:LineBreak = JL:];
+$JV = [:LineBreak = JV:];
+$JT = [:LineBreak = JT:];
+$LF = [:LineBreak = Line_Feed:];
+$NL = [:LineBreak = Next_Line:];
+$NSX = [\u3005 \u303B \u309D \u309E \u30FD \u30FE];
+$NS = [[:LineBreak = Nonstarter:] - $NSX];
+$NU = [:LineBreak = Numeric:];
+$OP = [:LineBreak = Open_Punctuation:];
+$PO = [:LineBreak = Postfix_Numeric:];
+$PR = [:LineBreak = Prefix_Numeric:];
+$QU = [:LineBreak = Quotation:];
+$RI = [:LineBreak = Regional_Indicator:];
+$SA = [:LineBreak = Complex_Context:];
+$SG = [:LineBreak = Surrogate:];
+$SP = [:LineBreak = Space:];
+$SY = [:LineBreak = Break_Symbols:];
+$WJ = [:LineBreak = Word_Joiner:];
+$XX = [:LineBreak = Unknown:];
+$ZW = [:LineBreak = ZWSpace:];
+
+# Dictionary character set, for triggering language-based break engines. Currently
+# limited to LineBreak=Complex_Context. Note that this set only works in Unicode
+# 5.0 or later as the definition of Complex_Context was corrected to include all
+# characters requiring dictionary break.
+
+$dictionary = [:LineBreak = Complex_Context:];
+
+#
+# Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
+# SA (South East Asian: Thai, Lao, Khmer)
+# SG (Unpaired Surrogates)
+# XX (Unknown, unassigned)
+# as $AL (Alphabetic)
+#
+$ALPlus = [$AL $AI $SA $SG $XX];
+
+#
+# Combining Marks. X $CM* behaves as if it were X. Rule LB6.
+#
+$ALcm = $ALPlus $CM*;
+$BAcm = $BA $CM*;
+$HHcm = $HH $CM*;
+$BBcm = $BB $CM*;
+$B2cm = $B2 $CM*;
+$CLcm = $CL $CM*;
+$CPcm = $CP $CM*;
+$EXcm = $EX $CM*;
+$GLcm = $GL $CM*;
+$HLcm = $HL $CM*;
+$HYcm = $HY $CM*;
+$H2cm = $H2 $CM*;
+$H3cm = $H3 $CM*;
+$IDcm = $ID $CM*;
+$INcm = $IN $CM*;
+$IScm = $IS $CM*;
+$JLcm = $JL $CM*;
+$JVcm = $JV $CM*;
+$JTcm = $JT $CM*;
+$NScm = $NS $CM*;
+$NSXcm = $NSX $CM*;
+$NUcm = $NU $CM*;
+$OPcm = $OP $CM*;
+$POcm = $PO $CM*;
+$PRcm = $PR $CM*;
+$QUcm = $QU $CM*;
+$RIcm = $RI $CM*;
+$SYcm = $SY $CM*;
+$WJcm = $WJ $CM*;
+
+## -------------------------------------------------
+
+!!forward;
+
+#
+# Each class of character can stand by itself as an unbroken token, with trailing combining stuff
+#
+$ALPlus $CM+;
+$BA $CM+;
+$HH $CM+;
+$BB $CM+;
+$B2 $CM+;
+$CL $CM+;
+$CP $CM+;
+$EX $CM+;
+$GL $CM+;
+$HL $CM+;
+$HY $CM+;
+$H2 $CM+;
+$H3 $CM+;
+$ID $CM+;
+$IN $CM+;
+$IS $CM+;
+$JL $CM+;
+$JV $CM+;
+$JT $CM+;
+$NS $CM+;
+$NSX $CM+;
+$NU $CM+;
+$OP $CM+;
+$PO $CM+;
+$PR $CM+;
+$QU $CM+;
+$RI $CM+;
+$SY $CM+;
+$WJ $CM+;
+
+#
+# CAN_CM is the set of characters that may combine with CM combining chars.
+# Note that Linebreak UAX 14's concept of a combining char and the rules
+# for what they can combine with are _very_ different from the rest of Unicode.
+#
+# Note that $CM itself is left out of this set. If CM is needed as a base
+# it must be listed separately in the rule.
+#
+$CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
+$CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
+
+#
+# AL_FOLLOW set of chars that can unconditionally follow an AL
+# Needed in rules where stand-alone $CM s are treated as AL.
+# Chaining is disabled with CM because it causes other failures,
+# so for this one case we need to manually list out longer sequences.
+#
+$AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
+$AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $NSX $IN $NU $ALPlus];
+$AL_FOLLOW = [$AL_FOLLOW_NOCM $AL_FOLLOW_CM];
+
+
+#
+# Rule LB 4, 5 Mandatory (Hard) breaks.
+#
+$LB4Breaks = [$BK $CR $LF $NL];
+$LB4NonBreaks = [^$BK $CR $LF $NL];
+$CR $LF {100};
+
+#
+# LB 6 Do not break before hard line breaks.
+#
+$LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
+$CAN_CM $CM* $LB4Breaks {100};
+$CM+ $LB4Breaks {100};
+
+# LB 7 x SP
+# x ZW
+$LB4NonBreaks [$SP $ZW];
+$CAN_CM $CM* [$SP $ZW];
+$CM+ [$SP $ZW];
+
+#
+# LB 8 Break after zero width space
+# TODO: ZW SP* <break>
+# An engine change is required to write the reverse rule for this.
+# For now, leave the Unicode 5.2 rule, ZW <break>
+#
+$LB8Breaks = [$LB4Breaks $ZW];
+$LB8NonBreaks = [[$LB4NonBreaks] - [$ZW]];
+
+
+# LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
+# $CM not covered by the above needs to behave like $AL
+# See definition of $CAN_CM.
+
+$CAN_CM $CM+; # Stick together any combining sequences that don't match other rules.
+$CM+;
+
+#
+# LB 11 Do not break before or after WORD JOINER & related characters.
+#
+$CAN_CM $CM* $WJcm;
+$LB8NonBreaks $WJcm;
+$CM+ $WJcm;
+
+$WJcm $CANT_CM;
+$WJcm $CAN_CM $CM*;
+
+#
+# LB 12 Do not break after NBSP and related characters.
+# GL x
+#
+$GLcm $CAN_CM $CM*;
+$GLcm $CANT_CM;
+
+#
+# LB 12a Do not break before NBSP and related characters ...
+# [^SP BA HY] x GL
+#
+[[$LB8NonBreaks] - [$SP $BA $HH $HY]] $CM* $GLcm;
+$CM+ GLcm;
+
+
+
+#
+# LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
+#
+$LB8NonBreaks $CL;
+$CAN_CM $CM* $CL;
+$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $CP;
+$CAN_CM $CM* $CP;
+$CM+ $CP; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $EX;
+$CAN_CM $CM* $EX;
+$CM+ $EX; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $IS;
+$CAN_CM $CM* $IS;
+$CM+ $IS; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $SY;
+$CAN_CM $CM* $SY;
+$CM+ $SY; # by rule 10, stand-alone CM behaves as AL
+
+
+#
+# LB 14 Do not break after OP, even after spaces
+#
+$OPcm $SP* $CAN_CM $CM*;
+$OPcm $SP* $CANT_CM;
+
+$OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL
+
+# LB 15
+$QUcm $SP* $OPcm;
+
+# LB 16
+# Do not break between closing punctuation and $NS, even with intervening spaces
+# But DO allow a break between closing punctuation and $NSX, don't include it here
+($CLcm | $CPcm) $SP* $NScm;
+
+# LB 17
+$B2cm $SP* $B2cm;
+
+#
+# LB 18 Break after spaces.
+#
+$LB18NonBreaks = [$LB8NonBreaks - [$SP]];
+$LB18Breaks = [$LB8Breaks $SP];
+
+
+# LB 19
+# x QU
+$LB18NonBreaks $CM* $QUcm;
+$CM+ $QUcm;
+
+# QU x
+$QUcm .?;
+$QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
+ # TODO: I don't think this rule is needed.
+
+
+# LB 20
+# <break> $CB
+# $CB <break>
+
+$LB20NonBreaks = [$LB18NonBreaks - $CB];
+
+# LB 20.09 added rule for Finnish tailoring
+# LB 21 x (BA | HY | NS)
+# BB x
+#
+# DO allow breaks here before NSXcm, so don't include it
+$LB20NonBreaks $CM* ($BAcm | $HHcm | $HYcm | $NScm) / $AL;
+$LB20NonBreaks $CM* ($BAcm | $HHcm | $HYcm | $NScm);
+($HY | $HH) $AL;
+
+$BBcm [^$CB]; # $BB x
+$BBcm $LB20NonBreaks $CM*;
+
+# LB 21a Don't break after Hebrew + Hyphen
+# HL (HY | BA) x
+#
+$HLcm ($HYcm | $BAcm | $HHcm) [^$CB]?;
+
+# LB 21b (forward) Don't break between SY and HL
+# (break between HL and SY already disallowed by LB 13 above)
+$SYcm $HLcm;
+
+# LB 22
+($ALcm | $HLcm) $INcm;
+$CM+ $INcm; # by rule 10, any otherwise unattached CM behaves as AL
+$IDcm $INcm;
+$INcm $INcm;
+$NUcm $INcm;
+
+
+# $LB 23
+$IDcm $POcm;
+$ALcm $NUcm; # includes $LB19
+$HLcm $NUcm;
+$CM+ $NUcm; # Rule 10, any otherwise unattached CM behaves as AL
+$NUcm $ALcm;
+$NUcm $HLcm;
+
+#
+# LB 24
+#
+$PRcm $IDcm;
+$PRcm ($ALcm | $HLcm);
+$POcm ($ALcm | $HLcm);
+
+#
+# LB 25 Numbers.
+#
+($PRcm | $POcm)? ($OPcm | $HYcm)? $NUcm ($NUcm | $SYcm | $IScm)* ($CLcm | $CPcm)? ($PRcm | $POcm)?;
+
+# LB 26 Do not break a Korean syllable
+#
+$JLcm ($JLcm | $JVcm | $H2cm | $H3cm);
+($JVcm | $H2cm) ($JVcm | $JTcm);
+($JTcm | $H3cm) $JTcm;
+
+# LB 27 Treat korean Syllable Block the same as ID (don't break it)
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $INcm;
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $POcm;
+$PRcm ($JLcm | $JVcm | $JTcm | $H2cm | $H3cm);
+
+
+# LB 28 Do not break between alphabetics
+#
+($ALcm | $HLcm) ($ALcm | $HLcm);
+$CM+ ($ALcm | $HLcm); # The $CM+ is from rule 10, an unattached CM is treated as AL
+
+# LB 29
+$IScm ($ALcm | $HLcm);
+
+# LB 30
+($ALcm | $HLcm | $NUcm) $OPcm;
+$CM+ $OPcm; # The $CM+ is from rule 10, an unattached CM is treated as AL.
+$CPcm ($ALcm | $HLcm | $NUcm);
+
+# LB 30a Do not break between regional indicators.
+$RIcm $RIcm;
+
+#
+# Reverse Rules.
+#
+## -------------------------------------------------
+
+!!reverse;
+
+$CM+ $ALPlus;
+$CM+ $BA;
+$CM+ $HH;
+$CM+ $BB;
+$CM+ $B2;
+$CM+ $CL;
+$CM+ $CP;
+$CM+ $EX;
+$CM+ $GL;
+$CM+ $HL;
+$CM+ $HY;
+$CM+ $H2;
+$CM+ $H3;
+$CM+ $ID;
+$CM+ $IN;
+$CM+ $IS;
+$CM+ $JL;
+$CM+ $JV;
+$CM+ $JT;
+$CM+ $NS;
+$CM+ $NSX;
+$CM+ $NU;
+$CM+ $OP;
+$CM+ $PO;
+$CM+ $PR;
+$CM+ $QU;
+$CM+ $RI;
+$CM+ $SY;
+$CM+ $WJ;
+$CM+;
+
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] [whatever]
+# The CM needs to behave as an AL
+#
+$AL_FOLLOW $CM+ / (
+ [$BK $CR $LF $NL $ZW {eof}] |
+ $SP+ $CM+ $SP |
+ $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
+ # LB14 says OP SP* x .
+ # becomes OP SP* x AL
+ # becomes OP SP* x CM+ AL_FOLLOW
+ #
+ # Further note: the $AL in [$AL {eof}] is only to work around
+ # a rule compiler bug which complains about
+ # empty sets otherwise.
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] <break> [PR]
+# The CM needs to behave as an AL
+# This rule is concerned about getting the second of the two <breaks> in place.
+#
+
+[$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
+
+
+
+# LB 4, 5, 5
+
+$LB4Breaks [$LB4NonBreaks-$CM];
+$LB4Breaks $CM+ $CAN_CM;
+$LF $CR;
+
+
+# LB 7 x SP
+# x ZW
+[$SP $ZW] [$LB4NonBreaks-$CM];
+[$SP $ZW] $CM+ $CAN_CM;
+
+# LB 8 ZW SP* <break>
+# TODO: to implement this, we need more than one look-ahead hard break in play at a time.
+# Requires an engine enhancement.
+# / $SP* $ZW
+
+# LB 9,10 Combining marks.
+# X $CM needs to behave like X, where X is not $SP or controls.
+# $CM not covered by the above needs to behave like $AL
+# Stick together any combining sequences that don't match other rules.
+$CM+ $CAN_CM;
+
+
+# LB 11
+$CM* $WJ $CM* $CAN_CM;
+$CM* $WJ [$LB8NonBreaks-$CM];
+
+ $CANT_CM $CM* $WJ;
+$CM* $CAN_CM $CM* $WJ;
+
+# LB 12a
+# [^SP BA HY] x GL
+#
+$CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $HH $HY]];
+
+# LB 12
+# GL x
+#
+$CANT_CM $CM* $GL;
+$CM* $CAN_CM $CM* $GL;
+
+
+# LB 13
+$CL $CM+ $CAN_CM;
+$CP $CM+ $CAN_CM;
+$EX $CM+ $CAN_CM;
+$IS $CM+ $CAN_CM;
+$SY $CM+ $CAN_CM;
+
+$CL [$LB8NonBreaks-$CM];
+$CP [$LB8NonBreaks-$CM];
+$EX [$LB8NonBreaks-$CM];
+$IS [$LB8NonBreaks-$CM];
+$SY [$LB8NonBreaks-$CM];
+
+# Rule 13 & 14 taken together for an edge case.
+# Match this, shown forward
+# OP SP+ ($CM+ behaving as $AL) (CL | CP | EX | IS | IY)
+# This really wants to chain at the $CM+ (which is acting as an $AL)
+# except for $CM chaining being disabled.
+[$CL $CP $EX $IS $SY] $CM+ $SP+ $CM* $OP;
+
+# LB 14 OP SP* x
+#
+$CM* $CAN_CM $SP* $CM* $OP;
+ $CANT_CM $SP* $CM* $OP;
+$AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
+
+ $AL_FOLLOW_NOCM $CM+ $SP+ $CM* $OP;
+$CM* $AL_FOLLOW_CM $CM+ $SP+ $CM* $OP;
+$SY $CM $SP+ $OP; # TODO: Experiment. Remove.
+
+
+
+# LB 15
+$CM* $OP $SP* $CM* $QU;
+
+# LB 16
+# Don't include $NSX here
+$CM* $NS $SP* $CM* ($CL | $CP);
+
+# LB 17
+$CM* $B2 $SP* $CM* $B2;
+
+# LB 18 break after spaces
+# Nothing explicit needed here.
+
+
+#
+# LB 19
+#
+$CM* $QU $CM* $CAN_CM; # . x QU
+$CM* $QU $LB18NonBreaks;
+
+
+$CM* $CAN_CM $CM* $QU; # QU x .
+ $CANT_CM $CM* $QU;
+
+#
+# LB 20 Break before and after CB.
+# nothing needed here.
+#
+
+# LB 20.09 added rule for Finnish tailoring
+$AL ($HY | $HH) / $SP;
+
+# LB 21
+# Don't include $NSX here
+$CM* ($BA | $HH | $HY | $NS) $CM* [$LB20NonBreaks-$CM]; # . x (BA | HY | NS)
+
+$CM* [$LB20NonBreaks-$CM] $CM* $BB; # BB x .
+[^$CB] $CM* $BB; #
+
+# LB21a
+[^$CB] $CM* ($HY | $BA | $HH) $CM* $HL;
+
+# LB21b (reverse)
+$CM* $HL $CM* $SY;
+
+# LB 22
+$CM* $IN $CM* ($ALPlus | $HL);
+$CM* $IN $CM* $ID;
+$CM* $IN $CM* $IN;
+$CM* $IN $CM* $NU;
+
+# LB 23
+$CM* $PO $CM* $ID;
+$CM* $NU $CM* ($ALPlus | $HL);
+$CM* ($ALPlus | $HL) $CM* $NU;
+
+# LB 24
+$CM* $ID $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PO;
+
+
+# LB 25
+($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM* ($PR | $PO))?;
+
+# LB 26
+$CM* ($H3 | $H2 | $JV | $JL) $CM* $JL;
+$CM* ($JT | $JV) $CM* ($H2 | $JV);
+$CM* $JT $CM* ($H3 | $JT);
+
+# LB 27
+$CM* $IN $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* $PO $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
+
+# LB 28
+$CM* ($ALPlus | $HL) $CM* ($ALPlus | $HL);
+
+
+# LB 29
+$CM* ($ALPlus | $HL) $CM* $IS;
+
+# LB 30
+$CM* $OP $CM* ($ALPlus | $HL | $NU);
+$CM* ($ALPlus | $HL | $NU) $CM* $CP;
+
+# LB 30a
+$CM* $RI $CM* $RI;
+
+## -------------------------------------------------
+
+!!safe_reverse;
+
+# LB 9
+$CM+ [^$CM $BK $CR $LF $NL $ZW $SP];
+$CM+ $SP / .;
+
+# LB 14
+$SP+ $CM* $OP;
+
+# LB 15
+$SP+ $CM* $QU;
+
+# LB 16
+$SP+ $CM* ($CL | $CP);
+
+# LB 17
+$SP+ $CM* $B2;
+
+# LB 21
+$CM* ($HY | $BA | $HH) $CM* $HL;
+
+# LB 25
+($CM* ($IS | $SY))+ $CM* $NU;
+($CL | $CP) $CM* ($NU | $IS | $SY);
+
+# For dictionary-based break
+$dictionary $dictionary;
+
+## -------------------------------------------------
+
+!!safe_forward;
+
+# Skip forward over all character classes that are involved in
+# rules containing patterns with possibly more than one char
+# of context.
+#
+# It might be slightly more efficient to have specific rules
+# instead of one generic one, but only if we could
+# turn off rule chaining. We don't want to move more
+# than necessary.
+#
+[$CM $OP $QU $CL $CP $B2 $PR $HY $BA $SP $dictionary]+ [^$CM $OP $QU $CL $CP $B2 $PR $HY $BA $dictionary];
+$dictionary $dictionary;
+
diff --git a/icu4c/source/data/brkitr/line_normal.txt b/icu4c/source/data/brkitr/line_normal.txt
new file mode 100644
index 0000000..6fe5db4
--- /dev/null
+++ b/icu4c/source/data/brkitr/line_normal.txt
@@ -0,0 +1,680 @@
+# Copyright (c) 2002-2015 International Business Machines Corporation and
+# others. All Rights Reserved.
+#
+# file: line_normal.txt
+#
+# Line Breaking Rules
+# Implement default line breaking as defined by
+# Unicode Standard Annex #14 Revision 29 for Unicode 6.2
+# http://www.unicode.org/reports/tr14/
+# tailored as noted in 2nd paragraph below..
+#
+# TODO: Rule LB 8 remains as it was in Unicode 5.2
+# This is only because of a limitation of ICU break engine implementation,
+# not because the older behavior is desirable.
+#
+# This tailors the line break behavior to correspond to CSS
+# line-break=normal (BCP47 -u-lb-normal) as defined for languages other than
+# Chinese & Japanese.
+# It sets characters of class CJ to behave like ID.
+
+#
+# Character Classes defined by TR 14.
+#
+
+!!chain;
+!!LBCMNoChain;
+
+
+!!lookAheadHardBreak;
+#
+# !!lookAheadHardBreak Described here because it is (as yet) undocumented elsewhere
+# and only used for the line break rules.
+#
+# It is used in the implementation of rule LB 10
+# which says to treat any combining mark that is not attached to a base
+# character as if it were of class AL (alphabetic).
+#
+# The problem occurs in the reverse rules.
+#
+# Consider a sequence like, with correct breaks as shown
+# LF ID CM AL AL
+# ^ ^ ^
+# Then consider the sequence without the initial ID (ideographic)
+# LF CM AL AL
+# ^ ^
+# Our CM, which in the first example was attached to the ideograph,
+# is now unattached, becomes an alpha, and joins in with the other
+# alphas.
+#
+# When iterating forwards, these sequences do not present any problems
+# When iterating backwards, we need to look ahead when encountering
+# a CM to see whether it attaches to something further on or not.
+# (Look-ahead in a reverse rule is looking towards the start)
+#
+# If the CM is unattached, we need to force a break.
+#
+# !!lookAheadHardBreak forces the run time state machine to
+# stop immediately when a look ahead rule ( '/' operator) matches,
+# and set the match position to that of the look-ahead operator,
+# no matter what other rules may be in play at the time.
+#
+# See rule LB 19 for an example.
+#
+
+$AI = [:LineBreak = Ambiguous:];
+$AL = [:LineBreak = Alphabetic:];
+$BA = [:LineBreak = Break_After:];
+$BB = [:LineBreak = Break_Before:];
+$BK = [:LineBreak = Mandatory_Break:];
+$B2 = [:LineBreak = Break_Both:];
+$CB = [:LineBreak = Contingent_Break:];
+$CJ = [:LineBreak = Conditional_Japanese_Starter:];
+$CL = [:LineBreak = Close_Punctuation:];
+$CM = [:LineBreak = Combining_Mark:];
+$CP = [:LineBreak = Close_Parenthesis:];
+$CR = [:LineBreak = Carriage_Return:];
+$EX = [:LineBreak = Exclamation:];
+$GL = [:LineBreak = Glue:];
+$HL = [:LineBreak = Hebrew_Letter:];
+$HY = [:LineBreak = Hyphen:];
+$H2 = [:LineBreak = H2:];
+$H3 = [:LineBreak = H3:];
+$ID = [[:LineBreak = Ideographic:] $CJ];
+$IN = [:LineBreak = Inseperable:];
+$IS = [:LineBreak = Infix_Numeric:];
+$JL = [:LineBreak = JL:];
+$JV = [:LineBreak = JV:];
+$JT = [:LineBreak = JT:];
+$LF = [:LineBreak = Line_Feed:];
+$NL = [:LineBreak = Next_Line:];
+$NS = [:LineBreak = Nonstarter:];
+$NU = [:LineBreak = Numeric:];
+$OP = [:LineBreak = Open_Punctuation:];
+$PO = [:LineBreak = Postfix_Numeric:];
+$PR = [:LineBreak = Prefix_Numeric:];
+$QU = [:LineBreak = Quotation:];
+$RI = [:LineBreak = Regional_Indicator:];
+$SA = [:LineBreak = Complex_Context:];
+$SG = [:LineBreak = Surrogate:];
+$SP = [:LineBreak = Space:];
+$SY = [:LineBreak = Break_Symbols:];
+$WJ = [:LineBreak = Word_Joiner:];
+$XX = [:LineBreak = Unknown:];
+$ZW = [:LineBreak = ZWSpace:];
+
+# Dictionary character set, for triggering language-based break engines. Currently
+# limited to LineBreak=Complex_Context. Note that this set only works in Unicode
+# 5.0 or later as the definition of Complex_Context was corrected to include all
+# characters requiring dictionary break.
+
+$dictionary = [:LineBreak = Complex_Context:];
+
+#
+# Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
+# SA (South East Asian: Thai, Lao, Khmer)
+# SG (Unpaired Surrogates)
+# XX (Unknown, unassigned)
+# as $AL (Alphabetic)
+#
+$ALPlus = [$AL $AI $SA $SG $XX];
+
+#
+# Combining Marks. X $CM* behaves as if it were X. Rule LB6.
+#
+$ALcm = $ALPlus $CM*;
+$BAcm = $BA $CM*;
+$BBcm = $BB $CM*;
+$B2cm = $B2 $CM*;
+$CLcm = $CL $CM*;
+$CPcm = $CP $CM*;
+$EXcm = $EX $CM*;
+$GLcm = $GL $CM*;
+$HLcm = $HL $CM*;
+$HYcm = $HY $CM*;
+$H2cm = $H2 $CM*;
+$H3cm = $H3 $CM*;
+$IDcm = $ID $CM*;
+$INcm = $IN $CM*;
+$IScm = $IS $CM*;
+$JLcm = $JL $CM*;
+$JVcm = $JV $CM*;
+$JTcm = $JT $CM*;
+$NScm = $NS $CM*;
+$NUcm = $NU $CM*;
+$OPcm = $OP $CM*;
+$POcm = $PO $CM*;
+$PRcm = $PR $CM*;
+$QUcm = $QU $CM*;
+$RIcm = $RI $CM*;
+$SYcm = $SY $CM*;
+$WJcm = $WJ $CM*;
+
+## -------------------------------------------------
+
+!!forward;
+
+#
+# Each class of character can stand by itself as an unbroken token, with trailing combining stuff
+#
+$ALPlus $CM+;
+$BA $CM+;
+$BB $CM+;
+$B2 $CM+;
+$CL $CM+;
+$CP $CM+;
+$EX $CM+;
+$GL $CM+;
+$HL $CM+;
+$HY $CM+;
+$H2 $CM+;
+$H3 $CM+;
+$ID $CM+;
+$IN $CM+;
+$IS $CM+;
+$JL $CM+;
+$JV $CM+;
+$JT $CM+;
+$NS $CM+;
+$NU $CM+;
+$OP $CM+;
+$PO $CM+;
+$PR $CM+;
+$QU $CM+;
+$RI $CM+;
+$SY $CM+;
+$WJ $CM+;
+
+#
+# CAN_CM is the set of characters that may combine with CM combining chars.
+# Note that Linebreak UAX 14's concept of a combining char and the rules
+# for what they can combine with are _very_ different from the rest of Unicode.
+#
+# Note that $CM itself is left out of this set. If CM is needed as a base
+# it must be listed separately in the rule.
+#
+$CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
+$CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
+
+#
+# AL_FOLLOW set of chars that can unconditionally follow an AL
+# Needed in rules where stand-alone $CM s are treated as AL.
+# Chaining is disabled with CM because it causes other failures,
+# so for this one case we need to manually list out longer sequences.
+#
+$AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
+$AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN $NU $ALPlus];
+$AL_FOLLOW = [$AL_FOLLOW_NOCM $AL_FOLLOW_CM];
+
+
+#
+# Rule LB 4, 5 Mandatory (Hard) breaks.
+#
+$LB4Breaks = [$BK $CR $LF $NL];
+$LB4NonBreaks = [^$BK $CR $LF $NL];
+$CR $LF {100};
+
+#
+# LB 6 Do not break before hard line breaks.
+#
+$LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
+$CAN_CM $CM* $LB4Breaks {100};
+$CM+ $LB4Breaks {100};
+
+# LB 7 x SP
+# x ZW
+$LB4NonBreaks [$SP $ZW];
+$CAN_CM $CM* [$SP $ZW];
+$CM+ [$SP $ZW];
+
+#
+# LB 8 Break after zero width space
+# TODO: ZW SP* <break>
+# An engine change is required to write the reverse rule for this.
+# For now, leave the Unicode 5.2 rule, ZW <break>
+#
+$LB8Breaks = [$LB4Breaks $ZW];
+$LB8NonBreaks = [[$LB4NonBreaks] - [$ZW]];
+
+
+# LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
+# $CM not covered by the above needs to behave like $AL
+# See definition of $CAN_CM.
+
+$CAN_CM $CM+; # Stick together any combining sequences that don't match other rules.
+$CM+;
+
+#
+# LB 11 Do not break before or after WORD JOINER & related characters.
+#
+$CAN_CM $CM* $WJcm;
+$LB8NonBreaks $WJcm;
+$CM+ $WJcm;
+
+$WJcm $CANT_CM;
+$WJcm $CAN_CM $CM*;
+
+#
+# LB 12 Do not break after NBSP and related characters.
+# GL x
+#
+$GLcm $CAN_CM $CM*;
+$GLcm $CANT_CM;
+
+#
+# LB 12a Do not break before NBSP and related characters ...
+# [^SP BA HY] x GL
+#
+[[$LB8NonBreaks] - [$SP $BA $HY]] $CM* $GLcm;
+$CM+ GLcm;
+
+
+
+#
+# LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
+#
+$LB8NonBreaks $CL;
+$CAN_CM $CM* $CL;
+$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $CP;
+$CAN_CM $CM* $CP;
+$CM+ $CP; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $EX;
+$CAN_CM $CM* $EX;
+$CM+ $EX; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $IS;
+$CAN_CM $CM* $IS;
+$CM+ $IS; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $SY;
+$CAN_CM $CM* $SY;
+$CM+ $SY; # by rule 10, stand-alone CM behaves as AL
+
+
+#
+# LB 14 Do not break after OP, even after spaces
+#
+$OPcm $SP* $CAN_CM $CM*;
+$OPcm $SP* $CANT_CM;
+
+$OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL
+
+# LB 15
+$QUcm $SP* $OPcm;
+
+# LB 16
+($CLcm | $CPcm) $SP* $NScm;
+
+# LB 17
+$B2cm $SP* $B2cm;
+
+#
+# LB 18 Break after spaces.
+#
+$LB18NonBreaks = [$LB8NonBreaks - [$SP]];
+$LB18Breaks = [$LB8Breaks $SP];
+
+
+# LB 19
+# x QU
+$LB18NonBreaks $CM* $QUcm;
+$CM+ $QUcm;
+
+# QU x
+$QUcm .?;
+$QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
+ # TODO: I don't think this rule is needed.
+
+
+# LB 20
+# <break> $CB
+# $CB <break>
+
+$LB20NonBreaks = [$LB18NonBreaks - $CB];
+
+# LB 21 x (BA | HY | NS)
+# BB x
+#
+$LB20NonBreaks $CM* ($BAcm | $HYcm | $NScm);
+
+$BBcm [^$CB]; # $BB x
+$BBcm $LB20NonBreaks $CM*;
+
+# LB 21a Don't break after Hebrew + Hyphen
+# HL (HY | BA) x
+#
+$HLcm ($HYcm | $BAcm) [^$CB]?;
+
+# LB 21b (forward) Don't break between SY and HL
+# (break between HL and SY already disallowed by LB 13 above)
+$SYcm $HLcm;
+
+# LB 22
+($ALcm | $HLcm) $INcm;
+$CM+ $INcm; # by rule 10, any otherwise unattached CM behaves as AL
+$IDcm $INcm;
+$INcm $INcm;
+$NUcm $INcm;
+
+
+# $LB 23
+$IDcm $POcm;
+$ALcm $NUcm; # includes $LB19
+$HLcm $NUcm;
+$CM+ $NUcm; # Rule 10, any otherwise unattached CM behaves as AL
+$NUcm $ALcm;
+$NUcm $HLcm;
+
+#
+# LB 24
+#
+$PRcm $IDcm;
+$PRcm ($ALcm | $HLcm);
+$POcm ($ALcm | $HLcm);
+
+#
+# LB 25 Numbers.
+#
+($PRcm | $POcm)? ($OPcm | $HYcm)? $NUcm ($NUcm | $SYcm | $IScm)* ($CLcm | $CPcm)? ($PRcm | $POcm)?;
+
+# LB 26 Do not break a Korean syllable
+#
+$JLcm ($JLcm | $JVcm | $H2cm | $H3cm);
+($JVcm | $H2cm) ($JVcm | $JTcm);
+($JTcm | $H3cm) $JTcm;
+
+# LB 27 Treat korean Syllable Block the same as ID (don't break it)
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $INcm;
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $POcm;
+$PRcm ($JLcm | $JVcm | $JTcm | $H2cm | $H3cm);
+
+
+# LB 28 Do not break between alphabetics
+#
+($ALcm | $HLcm) ($ALcm | $HLcm);
+$CM+ ($ALcm | $HLcm); # The $CM+ is from rule 10, an unattached CM is treated as AL
+
+# LB 29
+$IScm ($ALcm | $HLcm);
+
+# LB 30
+($ALcm | $HLcm | $NUcm) $OPcm;
+$CM+ $OPcm; # The $CM+ is from rule 10, an unattached CM is treated as AL.
+$CPcm ($ALcm | $HLcm | $NUcm);
+
+# LB 30a Do not break between regional indicators.
+$RIcm $RIcm;
+
+#
+# Reverse Rules.
+#
+## -------------------------------------------------
+
+!!reverse;
+
+$CM+ $ALPlus;
+$CM+ $BA;
+$CM+ $BB;
+$CM+ $B2;
+$CM+ $CL;
+$CM+ $CP;
+$CM+ $EX;
+$CM+ $GL;
+$CM+ $HL;
+$CM+ $HY;
+$CM+ $H2;
+$CM+ $H3;
+$CM+ $ID;
+$CM+ $IN;
+$CM+ $IS;
+$CM+ $JL;
+$CM+ $JV;
+$CM+ $JT;
+$CM+ $NS;
+$CM+ $NU;
+$CM+ $OP;
+$CM+ $PO;
+$CM+ $PR;
+$CM+ $QU;
+$CM+ $RI;
+$CM+ $SY;
+$CM+ $WJ;
+$CM+;
+
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] [whatever]
+# The CM needs to behave as an AL
+#
+$AL_FOLLOW $CM+ / (
+ [$BK $CR $LF $NL $ZW {eof}] |
+ $SP+ $CM+ $SP |
+ $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
+ # LB14 says OP SP* x .
+ # becomes OP SP* x AL
+ # becomes OP SP* x CM+ AL_FOLLOW
+ #
+ # Further note: the $AL in [$AL {eof}] is only to work around
+ # a rule compiler bug which complains about
+ # empty sets otherwise.
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] <break> [PR]
+# The CM needs to behave as an AL
+# This rule is concerned about getting the second of the two <breaks> in place.
+#
+
+[$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
+
+
+
+# LB 4, 5, 5
+
+$LB4Breaks [$LB4NonBreaks-$CM];
+$LB4Breaks $CM+ $CAN_CM;
+$LF $CR;
+
+
+# LB 7 x SP
+# x ZW
+[$SP $ZW] [$LB4NonBreaks-$CM];
+[$SP $ZW] $CM+ $CAN_CM;
+
+# LB 8 ZW SP* <break>
+# TODO: to implement this, we need more than one look-ahead hard break in play at a time.
+# Requires an engine enhancement.
+# / $SP* $ZW
+
+# LB 9,10 Combining marks.
+# X $CM needs to behave like X, where X is not $SP or controls.
+# $CM not covered by the above needs to behave like $AL
+# Stick together any combining sequences that don't match other rules.
+$CM+ $CAN_CM;
+
+
+# LB 11
+$CM* $WJ $CM* $CAN_CM;
+$CM* $WJ [$LB8NonBreaks-$CM];
+
+ $CANT_CM $CM* $WJ;
+$CM* $CAN_CM $CM* $WJ;
+
+# LB 12a
+# [^SP BA HY] x GL
+#
+$CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $HY]];
+
+# LB 12
+# GL x
+#
+$CANT_CM $CM* $GL;
+$CM* $CAN_CM $CM* $GL;
+
+
+# LB 13
+$CL $CM+ $CAN_CM;
+$CP $CM+ $CAN_CM;
+$EX $CM+ $CAN_CM;
+$IS $CM+ $CAN_CM;
+$SY $CM+ $CAN_CM;
+
+$CL [$LB8NonBreaks-$CM];
+$CP [$LB8NonBreaks-$CM];
+$EX [$LB8NonBreaks-$CM];
+$IS [$LB8NonBreaks-$CM];
+$SY [$LB8NonBreaks-$CM];
+
+# Rule 13 & 14 taken together for an edge case.
+# Match this, shown forward
+# OP SP+ ($CM+ behaving as $AL) (CL | CP | EX | IS | IY)
+# This really wants to chain at the $CM+ (which is acting as an $AL)
+# except for $CM chaining being disabled.
+[$CL $CP $EX $IS $SY] $CM+ $SP+ $CM* $OP;
+
+# LB 14 OP SP* x
+#
+$CM* $CAN_CM $SP* $CM* $OP;
+ $CANT_CM $SP* $CM* $OP;
+$AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
+
+ $AL_FOLLOW_NOCM $CM+ $SP+ $CM* $OP;
+$CM* $AL_FOLLOW_CM $CM+ $SP+ $CM* $OP;
+$SY $CM $SP+ $OP; # TODO: Experiment. Remove.
+
+
+
+# LB 15
+$CM* $OP $SP* $CM* $QU;
+
+# LB 16
+$CM* $NS $SP* $CM* ($CL | $CP);
+
+# LB 17
+$CM* $B2 $SP* $CM* $B2;
+
+# LB 18 break after spaces
+# Nothing explicit needed here.
+
+
+#
+# LB 19
+#
+$CM* $QU $CM* $CAN_CM; # . x QU
+$CM* $QU $LB18NonBreaks;
+
+
+$CM* $CAN_CM $CM* $QU; # QU x .
+ $CANT_CM $CM* $QU;
+
+#
+# LB 20 Break before and after CB.
+# nothing needed here.
+#
+
+# LB 21
+$CM* ($BA | $HY | $NS) $CM* [$LB20NonBreaks-$CM]; # . x (BA | HY | NS)
+
+$CM* [$LB20NonBreaks-$CM] $CM* $BB; # BB x .
+[^$CB] $CM* $BB; #
+
+# LB21a
+[^$CB] $CM* ($HY | $BA) $CM* $HL;
+
+# LB21b (reverse)
+$CM* $HL $CM* $SY;
+
+# LB 22
+$CM* $IN $CM* ($ALPlus | $HL);
+$CM* $IN $CM* $ID;
+$CM* $IN $CM* $IN;
+$CM* $IN $CM* $NU;
+
+# LB 23
+$CM* $PO $CM* $ID;
+$CM* $NU $CM* ($ALPlus | $HL);
+$CM* ($ALPlus | $HL) $CM* $NU;
+
+# LB 24
+$CM* $ID $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PO;
+
+
+# LB 25
+($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM* ($PR | $PO))?;
+
+# LB 26
+$CM* ($H3 | $H2 | $JV | $JL) $CM* $JL;
+$CM* ($JT | $JV) $CM* ($H2 | $JV);
+$CM* $JT $CM* ($H3 | $JT);
+
+# LB 27
+$CM* $IN $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* $PO $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
+
+# LB 28
+$CM* ($ALPlus | $HL) $CM* ($ALPlus | $HL);
+
+
+# LB 29
+$CM* ($ALPlus | $HL) $CM* $IS;
+
+# LB 30
+$CM* $OP $CM* ($ALPlus | $HL | $NU);
+$CM* ($ALPlus | $HL | $NU) $CM* $CP;
+
+# LB 30a
+$CM* $RI $CM* $RI;
+
+## -------------------------------------------------
+
+!!safe_reverse;
+
+# LB 9
+$CM+ [^$CM $BK $CR $LF $NL $ZW $SP];
+$CM+ $SP / .;
+
+# LB 14
+$SP+ $CM* $OP;
+
+# LB 15
+$SP+ $CM* $QU;
+
+# LB 16
+$SP+ $CM* ($CL | $CP);
+
+# LB 17
+$SP+ $CM* $B2;
+
+# LB 21
+$CM* ($HY | $BA) $CM* $HL;
+
+# LB 25
+($CM* ($IS | $SY))+ $CM* $NU;
+($CL | $CP) $CM* ($NU | $IS | $SY);
+
+# For dictionary-based break
+$dictionary $dictionary;
+
+## -------------------------------------------------
+
+!!safe_forward;
+
+# Skip forward over all character classes that are involved in
+# rules containing patterns with possibly more than one char
+# of context.
+#
+# It might be slightly more efficient to have specific rules
+# instead of one generic one, but only if we could
+# turn off rule chaining. We don't want to move more
+# than necessary.
+#
+[$CM $OP $QU $CL $CP $B2 $PR $HY $BA $SP $dictionary]+ [^$CM $OP $QU $CL $CP $B2 $PR $HY $BA $dictionary];
+$dictionary $dictionary;
+
diff --git a/icu4c/source/data/brkitr/line_normal_cj.txt b/icu4c/source/data/brkitr/line_normal_cj.txt
new file mode 100644
index 0000000..c58c8ab
--- /dev/null
+++ b/icu4c/source/data/brkitr/line_normal_cj.txt
@@ -0,0 +1,694 @@
+# Copyright (c) 2002-2015 International Business Machines Corporation and
+# others. All Rights Reserved.
+#
+# file: line_normal_cj.txt
+#
+# Line Breaking Rules
+# Implement default line breaking as defined by
+# Unicode Standard Annex #14 Revision 29 for Unicode 6.2
+# http://www.unicode.org/reports/tr14/
+# tailored as noted in 2nd paragraph below..
+#
+# TODO: Rule LB 8 remains as it was in Unicode 5.2
+# This is only because of a limitation of ICU break engine implementation,
+# not because the older behavior is desirable.
+#
+# This tailors the line break behavior to correspond to CSS
+# line-break=normal (BCP47 -u-lb-normal) as defined for Chinese & Japanese.
+# It sets characters of class CJ to behave like ID.
+# In addition, it allows breaks:
+# * before hyphens 2010 & 2013 (both BA) and 301C, 30A0 (both NS)
+
+#
+# Character Classes defined by TR 14.
+#
+
+!!chain;
+!!LBCMNoChain;
+
+
+!!lookAheadHardBreak;
+#
+# !!lookAheadHardBreak Described here because it is (as yet) undocumented elsewhere
+# and only used for the line break rules.
+#
+# It is used in the implementation of rule LB 10
+# which says to treat any combining mark that is not attached to a base
+# character as if it were of class AL (alphabetic).
+#
+# The problem occurs in the reverse rules.
+#
+# Consider a sequence like, with correct breaks as shown
+# LF ID CM AL AL
+# ^ ^ ^
+# Then consider the sequence without the initial ID (ideographic)
+# LF CM AL AL
+# ^ ^
+# Our CM, which in the first example was attached to the ideograph,
+# is now unattached, becomes an alpha, and joins in with the other
+# alphas.
+#
+# When iterating forwards, these sequences do not present any problems
+# When iterating backwards, we need to look ahead when encountering
+# a CM to see whether it attaches to something further on or not.
+# (Look-ahead in a reverse rule is looking towards the start)
+#
+# If the CM is unattached, we need to force a break.
+#
+# !!lookAheadHardBreak forces the run time state machine to
+# stop immediately when a look ahead rule ( '/' operator) matches,
+# and set the match position to that of the look-ahead operator,
+# no matter what other rules may be in play at the time.
+#
+# See rule LB 19 for an example.
+#
+
+$AI = [:LineBreak = Ambiguous:];
+$AL = [:LineBreak = Alphabetic:];
+$BAX = [\u2010 \u2013];
+$BA = [[:LineBreak = Break_After:] - $BAX];
+$BB = [:LineBreak = Break_Before:];
+$BK = [:LineBreak = Mandatory_Break:];
+$B2 = [:LineBreak = Break_Both:];
+$CB = [:LineBreak = Contingent_Break:];
+$CJ = [:LineBreak = Conditional_Japanese_Starter:];
+$CL = [:LineBreak = Close_Punctuation:];
+$CM = [:LineBreak = Combining_Mark:];
+$CP = [:LineBreak = Close_Parenthesis:];
+$CR = [:LineBreak = Carriage_Return:];
+$EX = [:LineBreak = Exclamation:];
+$GL = [:LineBreak = Glue:];
+$HL = [:LineBreak = Hebrew_Letter:];
+$HY = [:LineBreak = Hyphen:];
+$H2 = [:LineBreak = H2:];
+$H3 = [:LineBreak = H3:];
+$ID = [[:LineBreak = Ideographic:] $CJ];
+$IN = [:LineBreak = Inseperable:];
+$IS = [:LineBreak = Infix_Numeric:];
+$JL = [:LineBreak = JL:];
+$JV = [:LineBreak = JV:];
+$JT = [:LineBreak = JT:];
+$LF = [:LineBreak = Line_Feed:];
+$NL = [:LineBreak = Next_Line:];
+$NSX = [\u301C \u30A0];
+$NS = [[:LineBreak = Nonstarter:] - $NSX];
+$NU = [:LineBreak = Numeric:];
+$OP = [:LineBreak = Open_Punctuation:];
+$PO = [:LineBreak = Postfix_Numeric:];
+$PR = [:LineBreak = Prefix_Numeric:];
+$QU = [:LineBreak = Quotation:];
+$RI = [:LineBreak = Regional_Indicator:];
+$SA = [:LineBreak = Complex_Context:];
+$SG = [:LineBreak = Surrogate:];
+$SP = [:LineBreak = Space:];
+$SY = [:LineBreak = Break_Symbols:];
+$WJ = [:LineBreak = Word_Joiner:];
+$XX = [:LineBreak = Unknown:];
+$ZW = [:LineBreak = ZWSpace:];
+
+# Dictionary character set, for triggering language-based break engines. Currently
+# limited to LineBreak=Complex_Context. Note that this set only works in Unicode
+# 5.0 or later as the definition of Complex_Context was corrected to include all
+# characters requiring dictionary break.
+
+$dictionary = [:LineBreak = Complex_Context:];
+
+#
+# Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
+# SA (South East Asian: Thai, Lao, Khmer)
+# SG (Unpaired Surrogates)
+# XX (Unknown, unassigned)
+# as $AL (Alphabetic)
+#
+$ALPlus = [$AL $AI $SA $SG $XX];
+
+#
+# Combining Marks. X $CM* behaves as if it were X. Rule LB6.
+#
+$ALcm = $ALPlus $CM*;
+$BAcm = $BA $CM*;
+$BAXcm = $BAX $CM*;
+$BBcm = $BB $CM*;
+$B2cm = $B2 $CM*;
+$CLcm = $CL $CM*;
+$CPcm = $CP $CM*;
+$EXcm = $EX $CM*;
+$GLcm = $GL $CM*;
+$HLcm = $HL $CM*;
+$HYcm = $HY $CM*;
+$H2cm = $H2 $CM*;
+$H3cm = $H3 $CM*;
+$IDcm = $ID $CM*;
+$INcm = $IN $CM*;
+$IScm = $IS $CM*;
+$JLcm = $JL $CM*;
+$JVcm = $JV $CM*;
+$JTcm = $JT $CM*;
+$NScm = $NS $CM*;
+$NSXcm = $NSX $CM*;
+$NUcm = $NU $CM*;
+$OPcm = $OP $CM*;
+$POcm = $PO $CM*;
+$PRcm = $PR $CM*;
+$QUcm = $QU $CM*;
+$RIcm = $RI $CM*;
+$SYcm = $SY $CM*;
+$WJcm = $WJ $CM*;
+
+## -------------------------------------------------
+
+!!forward;
+
+#
+# Each class of character can stand by itself as an unbroken token, with trailing combining stuff
+#
+$ALPlus $CM+;
+$BA $CM+;
+$BAX $CM+;
+$BB $CM+;
+$B2 $CM+;
+$CL $CM+;
+$CP $CM+;
+$EX $CM+;
+$GL $CM+;
+$HL $CM+;
+$HY $CM+;
+$H2 $CM+;
+$H3 $CM+;
+$ID $CM+;
+$IN $CM+;
+$IS $CM+;
+$JL $CM+;
+$JV $CM+;
+$JT $CM+;
+$NS $CM+;
+$NSX $CM+;
+$NU $CM+;
+$OP $CM+;
+$PO $CM+;
+$PR $CM+;
+$QU $CM+;
+$RI $CM+;
+$SY $CM+;
+$WJ $CM+;
+
+#
+# CAN_CM is the set of characters that may combine with CM combining chars.
+# Note that Linebreak UAX 14's concept of a combining char and the rules
+# for what they can combine with are _very_ different from the rest of Unicode.
+#
+# Note that $CM itself is left out of this set. If CM is needed as a base
+# it must be listed separately in the rule.
+#
+$CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
+$CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
+
+#
+# AL_FOLLOW set of chars that can unconditionally follow an AL
+# Needed in rules where stand-alone $CM s are treated as AL.
+# Chaining is disabled with CM because it causes other failures,
+# so for this one case we need to manually list out longer sequences.
+#
+$AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
+$AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $BAX $HY $NS $NSX $IN $NU $ALPlus];
+$AL_FOLLOW = [$AL_FOLLOW_NOCM $AL_FOLLOW_CM];
+
+
+#
+# Rule LB 4, 5 Mandatory (Hard) breaks.
+#
+$LB4Breaks = [$BK $CR $LF $NL];
+$LB4NonBreaks = [^$BK $CR $LF $NL];
+$CR $LF {100};
+
+#
+# LB 6 Do not break before hard line breaks.
+#
+$LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
+$CAN_CM $CM* $LB4Breaks {100};
+$CM+ $LB4Breaks {100};
+
+# LB 7 x SP
+# x ZW
+$LB4NonBreaks [$SP $ZW];
+$CAN_CM $CM* [$SP $ZW];
+$CM+ [$SP $ZW];
+
+#
+# LB 8 Break after zero width space
+# TODO: ZW SP* <break>
+# An engine change is required to write the reverse rule for this.
+# For now, leave the Unicode 5.2 rule, ZW <break>
+#
+$LB8Breaks = [$LB4Breaks $ZW];
+$LB8NonBreaks = [[$LB4NonBreaks] - [$ZW]];
+
+
+# LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
+# $CM not covered by the above needs to behave like $AL
+# See definition of $CAN_CM.
+
+$CAN_CM $CM+; # Stick together any combining sequences that don't match other rules.
+$CM+;
+
+#
+# LB 11 Do not break before or after WORD JOINER & related characters.
+#
+$CAN_CM $CM* $WJcm;
+$LB8NonBreaks $WJcm;
+$CM+ $WJcm;
+
+$WJcm $CANT_CM;
+$WJcm $CAN_CM $CM*;
+
+#
+# LB 12 Do not break after NBSP and related characters.
+# GL x
+#
+$GLcm $CAN_CM $CM*;
+$GLcm $CANT_CM;
+
+#
+# LB 12a Do not break before NBSP and related characters ...
+# [^SP BA HY] x GL
+#
+[[$LB8NonBreaks] - [$SP $BA $BAX $HY]] $CM* $GLcm;
+$CM+ GLcm;
+
+
+
+#
+# LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
+#
+$LB8NonBreaks $CL;
+$CAN_CM $CM* $CL;
+$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $CP;
+$CAN_CM $CM* $CP;
+$CM+ $CP; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $EX;
+$CAN_CM $CM* $EX;
+$CM+ $EX; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $IS;
+$CAN_CM $CM* $IS;
+$CM+ $IS; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $SY;
+$CAN_CM $CM* $SY;
+$CM+ $SY; # by rule 10, stand-alone CM behaves as AL
+
+
+#
+# LB 14 Do not break after OP, even after spaces
+#
+$OPcm $SP* $CAN_CM $CM*;
+$OPcm $SP* $CANT_CM;
+
+$OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL
+
+# LB 15
+$QUcm $SP* $OPcm;
+
+# LB 16
+# Do not break between closing punctuation and $NS, even with intervening spaces
+# But DO allow a break between closing punctuation and $NSX, don't include it here
+($CLcm | $CPcm) $SP* $NScm;
+
+# LB 17
+$B2cm $SP* $B2cm;
+
+#
+# LB 18 Break after spaces.
+#
+$LB18NonBreaks = [$LB8NonBreaks - [$SP]];
+$LB18Breaks = [$LB8Breaks $SP];
+
+
+# LB 19
+# x QU
+$LB18NonBreaks $CM* $QUcm;
+$CM+ $QUcm;
+
+# QU x
+$QUcm .?;
+$QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
+ # TODO: I don't think this rule is needed.
+
+
+# LB 20
+# <break> $CB
+# $CB <break>
+
+$LB20NonBreaks = [$LB18NonBreaks - $CB];
+
+# LB 21 x (BA | HY | NS)
+# BB x
+#
+# DO allow breaks here before $BAXcm and $NSXcm, so don't include them
+$LB20NonBreaks $CM* ($BAcm | $HYcm | $NScm);
+
+$BBcm [^$CB]; # $BB x
+$BBcm $LB20NonBreaks $CM*;
+
+# LB 21a Don't break after Hebrew + Hyphen
+# HL (HY | BA) x
+#
+$HLcm ($HYcm | $BAcm | $BAXcm) [^$CB]?;
+
+# LB 21b (forward) Don't break between SY and HL
+# (break between HL and SY already disallowed by LB 13 above)
+$SYcm $HLcm;
+
+# LB 22
+($ALcm | $HLcm) $INcm;
+$CM+ $INcm; # by rule 10, any otherwise unattached CM behaves as AL
+$IDcm $INcm;
+$INcm $INcm;
+$NUcm $INcm;
+
+
+# $LB 23
+$IDcm $POcm;
+$ALcm $NUcm; # includes $LB19
+$HLcm $NUcm;
+$CM+ $NUcm; # Rule 10, any otherwise unattached CM behaves as AL
+$NUcm $ALcm;
+$NUcm $HLcm;
+
+#
+# LB 24
+#
+$PRcm $IDcm;
+$PRcm ($ALcm | $HLcm);
+$POcm ($ALcm | $HLcm);
+
+#
+# LB 25 Numbers.
+#
+($PRcm | $POcm)? ($OPcm | $HYcm)? $NUcm ($NUcm | $SYcm | $IScm)* ($CLcm | $CPcm)? ($PRcm | $POcm)?;
+
+# LB 26 Do not break a Korean syllable
+#
+$JLcm ($JLcm | $JVcm | $H2cm | $H3cm);
+($JVcm | $H2cm) ($JVcm | $JTcm);
+($JTcm | $H3cm) $JTcm;
+
+# LB 27 Treat korean Syllable Block the same as ID (don't break it)
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $INcm;
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $POcm;
+$PRcm ($JLcm | $JVcm | $JTcm | $H2cm | $H3cm);
+
+
+# LB 28 Do not break between alphabetics
+#
+($ALcm | $HLcm) ($ALcm | $HLcm);
+$CM+ ($ALcm | $HLcm); # The $CM+ is from rule 10, an unattached CM is treated as AL
+
+# LB 29
+$IScm ($ALcm | $HLcm);
+
+# LB 30
+($ALcm | $HLcm | $NUcm) $OPcm;
+$CM+ $OPcm; # The $CM+ is from rule 10, an unattached CM is treated as AL.
+$CPcm ($ALcm | $HLcm | $NUcm);
+
+# LB 30a Do not break between regional indicators.
+$RIcm $RIcm;
+
+#
+# Reverse Rules.
+#
+## -------------------------------------------------
+
+!!reverse;
+
+$CM+ $ALPlus;
+$CM+ $BA;
+$CM+ $BAX;
+$CM+ $BB;
+$CM+ $B2;
+$CM+ $CL;
+$CM+ $CP;
+$CM+ $EX;
+$CM+ $GL;
+$CM+ $HL;
+$CM+ $HY;
+$CM+ $H2;
+$CM+ $H3;
+$CM+ $ID;
+$CM+ $IN;
+$CM+ $IS;
+$CM+ $JL;
+$CM+ $JV;
+$CM+ $JT;
+$CM+ $NS;
+$CM+ $NSX;
+$CM+ $NU;
+$CM+ $OP;
+$CM+ $PO;
+$CM+ $PR;
+$CM+ $QU;
+$CM+ $RI;
+$CM+ $SY;
+$CM+ $WJ;
+$CM+;
+
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] [whatever]
+# The CM needs to behave as an AL
+#
+$AL_FOLLOW $CM+ / (
+ [$BK $CR $LF $NL $ZW {eof}] |
+ $SP+ $CM+ $SP |
+ $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
+ # LB14 says OP SP* x .
+ # becomes OP SP* x AL
+ # becomes OP SP* x CM+ AL_FOLLOW
+ #
+ # Further note: the $AL in [$AL {eof}] is only to work around
+ # a rule compiler bug which complains about
+ # empty sets otherwise.
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] <break> [PR]
+# The CM needs to behave as an AL
+# This rule is concerned about getting the second of the two <breaks> in place.
+#
+
+[$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
+
+
+
+# LB 4, 5, 5
+
+$LB4Breaks [$LB4NonBreaks-$CM];
+$LB4Breaks $CM+ $CAN_CM;
+$LF $CR;
+
+
+# LB 7 x SP
+# x ZW
+[$SP $ZW] [$LB4NonBreaks-$CM];
+[$SP $ZW] $CM+ $CAN_CM;
+
+# LB 8 ZW SP* <break>
+# TODO: to implement this, we need more than one look-ahead hard break in play at a time.
+# Requires an engine enhancement.
+# / $SP* $ZW
+
+# LB 9,10 Combining marks.
+# X $CM needs to behave like X, where X is not $SP or controls.
+# $CM not covered by the above needs to behave like $AL
+# Stick together any combining sequences that don't match other rules.
+$CM+ $CAN_CM;
+
+
+# LB 11
+$CM* $WJ $CM* $CAN_CM;
+$CM* $WJ [$LB8NonBreaks-$CM];
+
+ $CANT_CM $CM* $WJ;
+$CM* $CAN_CM $CM* $WJ;
+
+# LB 12a
+# [^SP BA HY] x GL
+#
+$CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $BAX $HY]];
+
+# LB 12
+# GL x
+#
+$CANT_CM $CM* $GL;
+$CM* $CAN_CM $CM* $GL;
+
+
+# LB 13
+$CL $CM+ $CAN_CM;
+$CP $CM+ $CAN_CM;
+$EX $CM+ $CAN_CM;
+$IS $CM+ $CAN_CM;
+$SY $CM+ $CAN_CM;
+
+$CL [$LB8NonBreaks-$CM];
+$CP [$LB8NonBreaks-$CM];
+$EX [$LB8NonBreaks-$CM];
+$IS [$LB8NonBreaks-$CM];
+$SY [$LB8NonBreaks-$CM];
+
+# Rule 13 & 14 taken together for an edge case.
+# Match this, shown forward
+# OP SP+ ($CM+ behaving as $AL) (CL | CP | EX | IS | IY)
+# This really wants to chain at the $CM+ (which is acting as an $AL)
+# except for $CM chaining being disabled.
+[$CL $CP $EX $IS $SY] $CM+ $SP+ $CM* $OP;
+
+# LB 14 OP SP* x
+#
+$CM* $CAN_CM $SP* $CM* $OP;
+ $CANT_CM $SP* $CM* $OP;
+$AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
+
+ $AL_FOLLOW_NOCM $CM+ $SP+ $CM* $OP;
+$CM* $AL_FOLLOW_CM $CM+ $SP+ $CM* $OP;
+$SY $CM $SP+ $OP; # TODO: Experiment. Remove.
+
+
+
+# LB 15
+$CM* $OP $SP* $CM* $QU;
+
+# LB 16
+# Don't include $NSX here
+$CM* $NS $SP* $CM* ($CL | $CP);
+
+# LB 17
+$CM* $B2 $SP* $CM* $B2;
+
+# LB 18 break after spaces
+# Nothing explicit needed here.
+
+
+#
+# LB 19
+#
+$CM* $QU $CM* $CAN_CM; # . x QU
+$CM* $QU $LB18NonBreaks;
+
+
+$CM* $CAN_CM $CM* $QU; # QU x .
+ $CANT_CM $CM* $QU;
+
+#
+# LB 20 Break before and after CB.
+# nothing needed here.
+#
+
+# LB 21
+# Don't include $BAX or $NSX here
+$CM* ($BA | $HY | $NS) $CM* [$LB20NonBreaks-$CM]; # . x (BA | HY | NS)
+
+$CM* [$LB20NonBreaks-$CM] $CM* $BB; # BB x .
+[^$CB] $CM* $BB; #
+
+# LB21a
+[^$CB] $CM* ($HY | $BA | $BAX) $CM* $HL;
+
+# LB21b (reverse)
+$CM* $HL $CM* $SY;
+
+# LB 22
+$CM* $IN $CM* ($ALPlus | $HL);
+$CM* $IN $CM* $ID;
+$CM* $IN $CM* $IN;
+$CM* $IN $CM* $NU;
+
+# LB 23
+$CM* $PO $CM* $ID;
+$CM* $NU $CM* ($ALPlus | $HL);
+$CM* ($ALPlus | $HL) $CM* $NU;
+
+# LB 24
+$CM* $ID $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PO;
+
+
+# LB 25
+($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM* ($PR | $PO))?;
+
+# LB 26
+$CM* ($H3 | $H2 | $JV | $JL) $CM* $JL;
+$CM* ($JT | $JV) $CM* ($H2 | $JV);
+$CM* $JT $CM* ($H3 | $JT);
+
+# LB 27
+$CM* $IN $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* $PO $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
+
+# LB 28
+$CM* ($ALPlus | $HL) $CM* ($ALPlus | $HL);
+
+
+# LB 29
+$CM* ($ALPlus | $HL) $CM* $IS;
+
+# LB 30
+$CM* $OP $CM* ($ALPlus | $HL | $NU);
+$CM* ($ALPlus | $HL | $NU) $CM* $CP;
+
+# LB 30a
+$CM* $RI $CM* $RI;
+
+## -------------------------------------------------
+
+!!safe_reverse;
+
+# LB 9
+$CM+ [^$CM $BK $CR $LF $NL $ZW $SP];
+$CM+ $SP / .;
+
+# LB 14
+$SP+ $CM* $OP;
+
+# LB 15
+$SP+ $CM* $QU;
+
+# LB 16
+$SP+ $CM* ($CL | $CP);
+
+# LB 17
+$SP+ $CM* $B2;
+
+# LB 21
+$CM* ($HY | $BA) $CM* $HL;
+
+# LB 25
+($CM* ($IS | $SY))+ $CM* $NU;
+($CL | $CP) $CM* ($NU | $IS | $SY);
+
+# For dictionary-based break
+$dictionary $dictionary;
+
+## -------------------------------------------------
+
+!!safe_forward;
+
+# Skip forward over all character classes that are involved in
+# rules containing patterns with possibly more than one char
+# of context.
+#
+# It might be slightly more efficient to have specific rules
+# instead of one generic one, but only if we could
+# turn off rule chaining. We don't want to move more
+# than necessary.
+#
+[$CM $OP $QU $CL $CP $B2 $PR $HY $BA $SP $dictionary]+ [^$CM $OP $QU $CL $CP $B2 $PR $HY $BA $dictionary];
+$dictionary $dictionary;
+
diff --git a/icu4c/source/data/brkitr/line_normal_fi.txt b/icu4c/source/data/brkitr/line_normal_fi.txt
new file mode 100644
index 0000000..2b5a088
--- /dev/null
+++ b/icu4c/source/data/brkitr/line_normal_fi.txt
@@ -0,0 +1,690 @@
+# Copyright (c) 2002-2015 International Business Machines Corporation and
+# others. All Rights Reserved.
+#
+# file: line_normal_fi.txt
+#
+# Line Breaking Rules
+# Implement default line breaking as defined by
+# Unicode Standard Annex #14 Revision 29 for Unicode 6.2
+# http://www.unicode.org/reports/tr14/
+# tailored as noted in 2nd paragraph below..
+#
+# TODO: Rule LB 8 remains as it was in Unicode 5.2
+# This is only because of a limitation of ICU break engine implementation,
+# not because the older behavior is desirable.
+#
+# This tailors the line break behavior both for Finnish and to correpond to CSS
+# line-break=normal (BCP47 -u-lb-normal) as defined for languages other than
+# Chinese & Japanese.
+# It sets characters of class CJ to behave like ID.
+
+#
+# Character Classes defined by TR 14.
+#
+
+!!chain;
+!!LBCMNoChain;
+
+
+!!lookAheadHardBreak;
+#
+# !!lookAheadHardBreak Described here because it is (as yet) undocumented elsewhere
+# and only used for the line break rules.
+#
+# It is used in the implementation of rule LB 10
+# which says to treat any combining mark that is not attached to a base
+# character as if it were of class AL (alphabetic).
+#
+# The problem occurs in the reverse rules.
+#
+# Consider a sequence like, with correct breaks as shown
+# LF ID CM AL AL
+# ^ ^ ^
+# Then consider the sequence without the initial ID (ideographic)
+# LF CM AL AL
+# ^ ^
+# Our CM, which in the first example was attached to the ideograph,
+# is now unattached, becomes an alpha, and joins in with the other
+# alphas.
+#
+# When iterating forwards, these sequences do not present any problems
+# When iterating backwards, we need to look ahead when encountering
+# a CM to see whether it attaches to something further on or not.
+# (Look-ahead in a reverse rule is looking towards the start)
+#
+# If the CM is unattached, we need to force a break.
+#
+# !!lookAheadHardBreak forces the run time state machine to
+# stop immediately when a look ahead rule ( '/' operator) matches,
+# and set the match position to that of the look-ahead operator,
+# no matter what other rules may be in play at the time.
+#
+# See rule LB 19 for an example.
+#
+
+$AI = [:LineBreak = Ambiguous:];
+$AL = [:LineBreak = Alphabetic:];
+$BA = [[:LineBreak = Break_After:] - [\u2010]];
+$HH = [\u2010];
+$BB = [:LineBreak = Break_Before:];
+$BK = [:LineBreak = Mandatory_Break:];
+$B2 = [:LineBreak = Break_Both:];
+$CB = [:LineBreak = Contingent_Break:];
+$CJ = [:LineBreak = Conditional_Japanese_Starter:];
+$CL = [:LineBreak = Close_Punctuation:];
+$CM = [:LineBreak = Combining_Mark:];
+$CP = [:LineBreak = Close_Parenthesis:];
+$CR = [:LineBreak = Carriage_Return:];
+$EX = [:LineBreak = Exclamation:];
+$GL = [:LineBreak = Glue:];
+$HL = [:LineBreak = Hebrew_Letter:];
+$HY = [:LineBreak = Hyphen:];
+$H2 = [:LineBreak = H2:];
+$H3 = [:LineBreak = H3:];
+$ID = [[:LineBreak = Ideographic:] $CJ];
+$IN = [:LineBreak = Inseperable:];
+$IS = [:LineBreak = Infix_Numeric:];
+$JL = [:LineBreak = JL:];
+$JV = [:LineBreak = JV:];
+$JT = [:LineBreak = JT:];
+$LF = [:LineBreak = Line_Feed:];
+$NL = [:LineBreak = Next_Line:];
+$NS = [:LineBreak = Nonstarter:];
+$NU = [:LineBreak = Numeric:];
+$OP = [:LineBreak = Open_Punctuation:];
+$PO = [:LineBreak = Postfix_Numeric:];
+$PR = [:LineBreak = Prefix_Numeric:];
+$QU = [:LineBreak = Quotation:];
+$RI = [:LineBreak = Regional_Indicator:];
+$SA = [:LineBreak = Complex_Context:];
+$SG = [:LineBreak = Surrogate:];
+$SP = [:LineBreak = Space:];
+$SY = [:LineBreak = Break_Symbols:];
+$WJ = [:LineBreak = Word_Joiner:];
+$XX = [:LineBreak = Unknown:];
+$ZW = [:LineBreak = ZWSpace:];
+
+# Dictionary character set, for triggering language-based break engines. Currently
+# limited to LineBreak=Complex_Context. Note that this set only works in Unicode
+# 5.0 or later as the definition of Complex_Context was corrected to include all
+# characters requiring dictionary break.
+
+$dictionary = [:LineBreak = Complex_Context:];
+
+#
+# Rule LB1. By default, treat AI (characters with ambiguous east Asian width),
+# SA (South East Asian: Thai, Lao, Khmer)
+# SG (Unpaired Surrogates)
+# XX (Unknown, unassigned)
+# as $AL (Alphabetic)
+#
+$ALPlus = [$AL $AI $SA $SG $XX];
+
+#
+# Combining Marks. X $CM* behaves as if it were X. Rule LB6.
+#
+$ALcm = $ALPlus $CM*;
+$BAcm = $BA $CM*;
+$HHcm = $HH $CM*;
+$BBcm = $BB $CM*;
+$B2cm = $B2 $CM*;
+$CLcm = $CL $CM*;
+$CPcm = $CP $CM*;
+$EXcm = $EX $CM*;
+$GLcm = $GL $CM*;
+$HLcm = $HL $CM*;
+$HYcm = $HY $CM*;
+$H2cm = $H2 $CM*;
+$H3cm = $H3 $CM*;
+$IDcm = $ID $CM*;
+$INcm = $IN $CM*;
+$IScm = $IS $CM*;
+$JLcm = $JL $CM*;
+$JVcm = $JV $CM*;
+$JTcm = $JT $CM*;
+$NScm = $NS $CM*;
+$NUcm = $NU $CM*;
+$OPcm = $OP $CM*;
+$POcm = $PO $CM*;
+$PRcm = $PR $CM*;
+$QUcm = $QU $CM*;
+$RIcm = $RI $CM*;
+$SYcm = $SY $CM*;
+$WJcm = $WJ $CM*;
+
+## -------------------------------------------------
+
+!!forward;
+
+#
+# Each class of character can stand by itself as an unbroken token, with trailing combining stuff
+#
+$ALPlus $CM+;
+$BA $CM+;
+$HH $CM+;
+$BB $CM+;
+$B2 $CM+;
+$CL $CM+;
+$CP $CM+;
+$EX $CM+;
+$GL $CM+;
+$HL $CM+;
+$HY $CM+;
+$H2 $CM+;
+$H3 $CM+;
+$ID $CM+;
+$IN $CM+;
+$IS $CM+;
+$JL $CM+;
+$JV $CM+;
+$JT $CM+;
+$NS $CM+;
+$NU $CM+;
+$OP $CM+;
+$PO $CM+;
+$PR $CM+;
+$QU $CM+;
+$RI $CM+;
+$SY $CM+;
+$WJ $CM+;
+
+#
+# CAN_CM is the set of characters that may combine with CM combining chars.
+# Note that Linebreak UAX 14's concept of a combining char and the rules
+# for what they can combine with are _very_ different from the rest of Unicode.
+#
+# Note that $CM itself is left out of this set. If CM is needed as a base
+# it must be listed separately in the rule.
+#
+$CAN_CM = [^$SP $BK $CR $LF $NL $ZW $CM]; # Bases that can take CMs
+$CANT_CM = [ $SP $BK $CR $LF $NL $ZW $CM]; # Bases that can't take CMs
+
+#
+# AL_FOLLOW set of chars that can unconditionally follow an AL
+# Needed in rules where stand-alone $CM s are treated as AL.
+# Chaining is disabled with CM because it causes other failures,
+# so for this one case we need to manually list out longer sequences.
+#
+$AL_FOLLOW_NOCM = [$BK $CR $LF $NL $ZW $SP];
+$AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $IN $NU $ALPlus];
+$AL_FOLLOW = [$AL_FOLLOW_NOCM $AL_FOLLOW_CM];
+
+
+#
+# Rule LB 4, 5 Mandatory (Hard) breaks.
+#
+$LB4Breaks = [$BK $CR $LF $NL];
+$LB4NonBreaks = [^$BK $CR $LF $NL];
+$CR $LF {100};
+
+#
+# LB 6 Do not break before hard line breaks.
+#
+$LB4NonBreaks? $LB4Breaks {100}; # LB 5 do not break before hard breaks.
+$CAN_CM $CM* $LB4Breaks {100};
+$CM+ $LB4Breaks {100};
+
+# LB 7 x SP
+# x ZW
+$LB4NonBreaks [$SP $ZW];
+$CAN_CM $CM* [$SP $ZW];
+$CM+ [$SP $ZW];
+
+#
+# LB 8 Break after zero width space
+# TODO: ZW SP* <break>
+# An engine change is required to write the reverse rule for this.
+# For now, leave the Unicode 5.2 rule, ZW <break>
+#
+$LB8Breaks = [$LB4Breaks $ZW];
+$LB8NonBreaks = [[$LB4NonBreaks] - [$ZW]];
+
+
+# LB 9 Combining marks. X $CM needs to behave like X, where X is not $SP, $BK $CR $LF $NL
+# $CM not covered by the above needs to behave like $AL
+# See definition of $CAN_CM.
+
+$CAN_CM $CM+; # Stick together any combining sequences that don't match other rules.
+$CM+;
+
+#
+# LB 11 Do not break before or after WORD JOINER & related characters.
+#
+$CAN_CM $CM* $WJcm;
+$LB8NonBreaks $WJcm;
+$CM+ $WJcm;
+
+$WJcm $CANT_CM;
+$WJcm $CAN_CM $CM*;
+
+#
+# LB 12 Do not break after NBSP and related characters.
+# GL x
+#
+$GLcm $CAN_CM $CM*;
+$GLcm $CANT_CM;
+
+#
+# LB 12a Do not break before NBSP and related characters ...
+# [^SP BA HY] x GL
+#
+[[$LB8NonBreaks] - [$SP $BA $HH $HY]] $CM* $GLcm;
+$CM+ GLcm;
+
+
+
+#
+# LB 13 Don't break before ']' or '!' or ';' or '/', even after spaces.
+#
+$LB8NonBreaks $CL;
+$CAN_CM $CM* $CL;
+$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $CP;
+$CAN_CM $CM* $CP;
+$CM+ $CP; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $EX;
+$CAN_CM $CM* $EX;
+$CM+ $EX; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $IS;
+$CAN_CM $CM* $IS;
+$CM+ $IS; # by rule 10, stand-alone CM behaves as AL
+
+$LB8NonBreaks $SY;
+$CAN_CM $CM* $SY;
+$CM+ $SY; # by rule 10, stand-alone CM behaves as AL
+
+
+#
+# LB 14 Do not break after OP, even after spaces
+#
+$OPcm $SP* $CAN_CM $CM*;
+$OPcm $SP* $CANT_CM;
+
+$OPcm $SP+ $CM+ $AL_FOLLOW?; # by rule 10, stand-alone CM behaves as AL
+
+# LB 15
+$QUcm $SP* $OPcm;
+
+# LB 16
+($CLcm | $CPcm) $SP* $NScm;
+
+# LB 17
+$B2cm $SP* $B2cm;
+
+#
+# LB 18 Break after spaces.
+#
+$LB18NonBreaks = [$LB8NonBreaks - [$SP]];
+$LB18Breaks = [$LB8Breaks $SP];
+
+
+# LB 19
+# x QU
+$LB18NonBreaks $CM* $QUcm;
+$CM+ $QUcm;
+
+# QU x
+$QUcm .?;
+$QUcm $LB18NonBreaks $CM*; # Don't let a combining mark go onto $CR, $BK, etc.
+ # TODO: I don't think this rule is needed.
+
+
+# LB 20
+# <break> $CB
+# $CB <break>
+
+$LB20NonBreaks = [$LB18NonBreaks - $CB];
+
+# LB 20.09 added rule for Finnish tailoring
+# LB 21 x (BA | HY | NS)
+# BB x
+#
+$LB20NonBreaks $CM* ($BAcm | $HHcm | $HYcm | $NScm) / $AL;
+$LB20NonBreaks $CM* ($BAcm | $HHcm | $HYcm | $NScm);
+($HY | $HH) $AL;
+
+$BBcm [^$CB]; # $BB x
+$BBcm $LB20NonBreaks $CM*;
+
+# LB 21a Don't break after Hebrew + Hyphen
+# HL (HY | BA) x
+#
+$HLcm ($HYcm | $BAcm | $HHcm) [^$CB]?;
+
+# LB 21b (forward) Don't break between SY and HL
+# (break between HL and SY already disallowed by LB 13 above)
+$SYcm $HLcm;
+
+# LB 22
+($ALcm | $HLcm) $INcm;
+$CM+ $INcm; # by rule 10, any otherwise unattached CM behaves as AL
+$IDcm $INcm;
+$INcm $INcm;
+$NUcm $INcm;
+
+
+# $LB 23
+$IDcm $POcm;
+$ALcm $NUcm; # includes $LB19
+$HLcm $NUcm;
+$CM+ $NUcm; # Rule 10, any otherwise unattached CM behaves as AL
+$NUcm $ALcm;
+$NUcm $HLcm;
+
+#
+# LB 24
+#
+$PRcm $IDcm;
+$PRcm ($ALcm | $HLcm);
+$POcm ($ALcm | $HLcm);
+
+#
+# LB 25 Numbers.
+#
+($PRcm | $POcm)? ($OPcm | $HYcm)? $NUcm ($NUcm | $SYcm | $IScm)* ($CLcm | $CPcm)? ($PRcm | $POcm)?;
+
+# LB 26 Do not break a Korean syllable
+#
+$JLcm ($JLcm | $JVcm | $H2cm | $H3cm);
+($JVcm | $H2cm) ($JVcm | $JTcm);
+($JTcm | $H3cm) $JTcm;
+
+# LB 27 Treat korean Syllable Block the same as ID (don't break it)
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $INcm;
+($JLcm | $JVcm | $JTcm | $H2cm | $H3cm) $POcm;
+$PRcm ($JLcm | $JVcm | $JTcm | $H2cm | $H3cm);
+
+
+# LB 28 Do not break between alphabetics
+#
+($ALcm | $HLcm) ($ALcm | $HLcm);
+$CM+ ($ALcm | $HLcm); # The $CM+ is from rule 10, an unattached CM is treated as AL
+
+# LB 29
+$IScm ($ALcm | $HLcm);
+
+# LB 30
+($ALcm | $HLcm | $NUcm) $OPcm;
+$CM+ $OPcm; # The $CM+ is from rule 10, an unattached CM is treated as AL.
+$CPcm ($ALcm | $HLcm | $NUcm);
+
+# LB 30a Do not break between regional indicators.
+$RIcm $RIcm;
+
+#
+# Reverse Rules.
+#
+## -------------------------------------------------
+
+!!reverse;
+
+$CM+ $ALPlus;
+$CM+ $BA;
+$CM+ $HH;
+$CM+ $BB;
+$CM+ $B2;
+$CM+ $CL;
+$CM+ $CP;
+$CM+ $EX;
+$CM+ $GL;
+$CM+ $HL;
+$CM+ $HY;
+$CM+ $H2;
+$CM+ $H3;
+$CM+ $ID;
+$CM+ $IN;
+$CM+ $IS;
+$CM+ $JL;
+$CM+ $JV;
+$CM+ $JT;
+$CM+ $NS;
+$CM+ $NU;
+$CM+ $OP;
+$CM+ $PO;
+$CM+ $PR;
+$CM+ $QU;
+$CM+ $RI;
+$CM+ $SY;
+$CM+ $WJ;
+$CM+;
+
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] [whatever]
+# The CM needs to behave as an AL
+#
+$AL_FOLLOW $CM+ / (
+ [$BK $CR $LF $NL $ZW {eof}] |
+ $SP+ $CM+ $SP |
+ $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break.
+ # LB14 says OP SP* x .
+ # becomes OP SP* x AL
+ # becomes OP SP* x CM+ AL_FOLLOW
+ #
+ # Further note: the $AL in [$AL {eof}] is only to work around
+ # a rule compiler bug which complains about
+ # empty sets otherwise.
+
+#
+# Sequences of the form (shown forwards)
+# [CANT_CM] <break> [CM] <break> [PR]
+# The CM needs to behave as an AL
+# This rule is concerned about getting the second of the two <breaks> in place.
+#
+
+[$PR ] / $CM+ [$BK $CR $LF $NL $ZW $SP {eof}];
+
+
+
+# LB 4, 5, 5
+
+$LB4Breaks [$LB4NonBreaks-$CM];
+$LB4Breaks $CM+ $CAN_CM;
+$LF $CR;
+
+
+# LB 7 x SP
+# x ZW
+[$SP $ZW] [$LB4NonBreaks-$CM];
+[$SP $ZW] $CM+ $CAN_CM;
+
+# LB 8 ZW SP* <break>
+# TODO: to implement this, we need more than one look-ahead hard break in play at a time.
+# Requires an engine enhancement.
+# / $SP* $ZW
+
+# LB 9,10 Combining marks.
+# X $CM needs to behave like X, where X is not $SP or controls.
+# $CM not covered by the above needs to behave like $AL
+# Stick together any combining sequences that don't match other rules.
+$CM+ $CAN_CM;
+
+
+# LB 11
+$CM* $WJ $CM* $CAN_CM;
+$CM* $WJ [$LB8NonBreaks-$CM];
+
+ $CANT_CM $CM* $WJ;
+$CM* $CAN_CM $CM* $WJ;
+
+# LB 12a
+# [^SP BA HY] x GL
+#
+$CM* $GL $CM* [$LB8NonBreaks-[$CM $SP $BA $HH $HY]];
+
+# LB 12
+# GL x
+#
+$CANT_CM $CM* $GL;
+$CM* $CAN_CM $CM* $GL;
+
+
+# LB 13
+$CL $CM+ $CAN_CM;
+$CP $CM+ $CAN_CM;
+$EX $CM+ $CAN_CM;
+$IS $CM+ $CAN_CM;
+$SY $CM+ $CAN_CM;
+
+$CL [$LB8NonBreaks-$CM];
+$CP [$LB8NonBreaks-$CM];
+$EX [$LB8NonBreaks-$CM];
+$IS [$LB8NonBreaks-$CM];
+$SY [$LB8NonBreaks-$CM];
+
+# Rule 13 & 14 taken together for an edge case.
+# Match this, shown forward
+# OP SP+ ($CM+ behaving as $AL) (CL | CP | EX | IS | IY)
+# This really wants to chain at the $CM+ (which is acting as an $AL)
+# except for $CM chaining being disabled.
+[$CL $CP $EX $IS $SY] $CM+ $SP+ $CM* $OP;
+
+# LB 14 OP SP* x
+#
+$CM* $CAN_CM $SP* $CM* $OP;
+ $CANT_CM $SP* $CM* $OP;
+$AL_FOLLOW? $CM+ $SP $SP* $CM* $OP; # by LB 10, behaves like $AL_FOLLOW? $AL $SP* $CM* $OP
+
+ $AL_FOLLOW_NOCM $CM+ $SP+ $CM* $OP;
+$CM* $AL_FOLLOW_CM $CM+ $SP+ $CM* $OP;
+$SY $CM $SP+ $OP; # TODO: Experiment. Remove.
+
+
+
+# LB 15
+$CM* $OP $SP* $CM* $QU;
+
+# LB 16
+$CM* $NS $SP* $CM* ($CL | $CP);
+
+# LB 17
+$CM* $B2 $SP* $CM* $B2;
+
+# LB 18 break after spaces
+# Nothing explicit needed here.
+
+
+#
+# LB 19
+#
+$CM* $QU $CM* $CAN_CM; # . x QU
+$CM* $QU $LB18NonBreaks;
+
+
+$CM* $CAN_CM $CM* $QU; # QU x .
+ $CANT_CM $CM* $QU;
+
+#
+# LB 20 Break before and after CB.
+# nothing needed here.
+#
+
+# LB 20.09 added rule for Finnish tailoring
+$AL ($HY | $HH) / $SP;
+
+# LB 21
+$CM* ($BA | $HH | $HY | $NS) $CM* [$LB20NonBreaks-$CM]; # . x (BA | HY | NS)
+
+$CM* [$LB20NonBreaks-$CM] $CM* $BB; # BB x .
+[^$CB] $CM* $BB; #
+
+# LB21a
+[^$CB] $CM* ($HY | $BA | $HH) $CM* $HL;
+
+# LB21b (reverse)
+$CM* $HL $CM* $SY;
+
+# LB 22
+$CM* $IN $CM* ($ALPlus | $HL);
+$CM* $IN $CM* $ID;
+$CM* $IN $CM* $IN;
+$CM* $IN $CM* $NU;
+
+# LB 23
+$CM* $PO $CM* $ID;
+$CM* $NU $CM* ($ALPlus | $HL);
+$CM* ($ALPlus | $HL) $CM* $NU;
+
+# LB 24
+$CM* $ID $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PR;
+$CM* ($ALPlus | $HL) $CM* $PO;
+
+
+# LB 25
+($CM* ($PR | $PO))? ($CM* ($CL | $CP))? ($CM* ($NU | $IS | $SY))* $CM* $NU ($CM* ($OP | $HY))? ($CM* ($PR | $PO))?;
+
+# LB 26
+$CM* ($H3 | $H2 | $JV | $JL) $CM* $JL;
+$CM* ($JT | $JV) $CM* ($H2 | $JV);
+$CM* $JT $CM* ($H3 | $JT);
+
+# LB 27
+$CM* $IN $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* $PO $CM* ($H3 | $H2 | $JT | $JV | $JL);
+$CM* ($H3 | $H2 | $JT | $JV | $JL) $CM* $PR;
+
+# LB 28
+$CM* ($ALPlus | $HL) $CM* ($ALPlus | $HL);
+
+
+# LB 29
+$CM* ($ALPlus | $HL) $CM* $IS;
+
+# LB 30
+$CM* $OP $CM* ($ALPlus | $HL | $NU);
+$CM* ($ALPlus | $HL | $NU) $CM* $CP;
+
+# LB 30a
+$CM* $RI $CM* $RI;
+
+## -------------------------------------------------
+
+!!safe_reverse;
+
+# LB 9
+$CM+ [^$CM $BK $CR $LF $NL $ZW $SP];
+$CM+ $SP / .;
+
+# LB 14
+$SP+ $CM* $OP;
+
+# LB 15
+$SP+ $CM* $QU;
+
+# LB 16
+$SP+ $CM* ($CL | $CP);
+
+# LB 17
+$SP+ $CM* $B2;
+
+# LB 21
+$CM* ($HY | $BA | $HH) $CM* $HL;
+
+# LB 25
+($CM* ($IS | $SY))+ $CM* $NU;
+($CL | $CP) $CM* ($NU | $IS | $SY);
+
+# For dictionary-based break
+$dictionary $dictionary;
+
+## -------------------------------------------------
+
+!!safe_forward;
+
+# Skip forward over all character classes that are involved in
+# rules containing patterns with possibly more than one char
+# of context.
+#
+# It might be slightly more efficient to have specific rules
+# instead of one generic one, but only if we could
+# turn off rule chaining. We don't want to move more
+# than necessary.
+#
+[$CM $OP $QU $CL $CP $B2 $PR $HY $BA $SP $dictionary]+ [^$CM $OP $QU $CL $CP $B2 $PR $HY $BA $dictionary];
+$dictionary $dictionary;
+
diff --git a/icu4c/source/data/brkitr/pt.txt b/icu4c/source/data/brkitr/pt.txt
index 3e7e8ae..31f9269 100755
--- a/icu4c/source/data/brkitr/pt.txt
+++ b/icu4c/source/data/brkitr/pt.txt
@@ -1,13 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/pt.xml ../../xml/brkitr/pt.xml
// *
// ***************************************************************************
pt{
- Version{"2.1.7.45"}
+ Version{"2.1.11.67"}
exceptions{
SentenceBreak:array{
"psicol.",
@@ -47,7 +47,8 @@
"cf.",
"adm.",
"fot.",
- "p.m. ; P.M.",
+ "p.m.",
+ "P.M.",
"cr\u00E9d.",
"jur.",
"com.",
@@ -170,7 +171,8 @@
"prod.",
"ref.",
"fil.",
- "a.m. ; A.M",
+ "a.m.",
+ "A.M",
"obs.",
"N.T.",
"contab.",
diff --git a/icu4c/source/data/brkitr/root.txt b/icu4c/source/data/brkitr/root.txt
index 2dd1fdc..ea65a8d 100644
--- a/icu4c/source/data/brkitr/root.txt
+++ b/icu4c/source/data/brkitr/root.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/root.xml ../../xml/brkitr/root.xml
@@ -11,6 +11,9 @@
boundaries{
grapheme:process(dependency){"char.brk"}
line:process(dependency){"line.brk"}
+ line_loose:process(dependency){"line_loose.brk"}
+ line_normal:process(dependency){"line_normal.brk"}
+ line_strict:process(dependency){"line.brk"}
sentence:process(dependency){"sent.brk"}
title:process(dependency){"title.brk"}
word:process(dependency){"word.brk"}
diff --git a/icu4c/source/data/brkitr/ru.txt b/icu4c/source/data/brkitr/ru.txt
index 72605bd..0c4b7da 100755
--- a/icu4c/source/data/brkitr/ru.txt
+++ b/icu4c/source/data/brkitr/ru.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/segments/ru.xml ../../xml/brkitr/ru.xml
diff --git a/icu4c/source/data/brkitr/thaidict.txt b/icu4c/source/data/brkitr/thaidict.txt
index 3b58bbf..a4af82f 100644
--- a/icu4c/source/data/brkitr/thaidict.txt
+++ b/icu4c/source/data/brkitr/thaidict.txt
@@ -1,4 +1,4 @@
- # Copyright (c) 2006-2014 International Business Machines Corporation,
+ # Copyright (c) 2006-2015 International Business Machines Corporation,
# Apple Inc., and others. All Rights Reserved.
กก
กกขนาก
@@ -21995,6 +21995,7 @@
เบรก
เบรค
เบรลล์
+เบราว์เซอร์
เบริง
เบริล
เบริลเลียม
@@ -25234,6 +25235,7 @@
โพล่ง
โพล้ง
โพล้เพล้
+โพสต์
โพสท์
โพสพ
โพสสิเบิล
diff --git a/icu4c/source/data/brkitr/zh.txt b/icu4c/source/data/brkitr/zh.txt
new file mode 100644
index 0000000..84f6344
--- /dev/null
+++ b/icu4c/source/data/brkitr/zh.txt
@@ -0,0 +1,17 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/segments/zh.xml ../../xml/brkitr/zh.xml
+// *
+// ***************************************************************************
+zh{
+ Version{"2.1.12.96"}
+ boundaries{
+ line:process(dependency){"line.brk"}
+ line_loose:process(dependency){"line_loose_cj.brk"}
+ line_normal:process(dependency){"line_normal_cj.brk"}
+ line_strict:process(dependency){"line.brk"}
+ }
+}
diff --git a/icu4c/source/data/brkitr/zh_Hant.txt b/icu4c/source/data/brkitr/zh_Hant.txt
new file mode 100644
index 0000000..ece912c
--- /dev/null
+++ b/icu4c/source/data/brkitr/zh_Hant.txt
@@ -0,0 +1,17 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/segments/zh_Hant.xml ../../xml/brkitr/zh_Hant.xml
+// *
+// ***************************************************************************
+zh_Hant{
+ Version{"2.1.12.96"}
+ boundaries{
+ line:process(dependency){"line.brk"}
+ line_loose:process(dependency){"line_loose_cj.brk"}
+ line_normal:process(dependency){"line_normal_cj.brk"}
+ line_strict:process(dependency){"line.brk"}
+ }
+}
diff --git a/icu4c/source/data/build.xml b/icu4c/source/data/build.xml
index e95444b..afa08d8 100644
--- a/icu4c/source/data/build.xml
+++ b/icu4c/source/data/build.xml
@@ -56,8 +56,7 @@
</taskdef>
</target>
<!-- target for generating ICU data -->
- <!-- Google Patch: exclude metaZones, windowsZones from "all" -->
- <target name="all" depends="locales, collation, rbnf, supplementalData, metadata, likelySubtags, plurals, numberingSystems, translit, brkitr, keyTypeData, genderList, postalCodeData, dayPeriods" />
+ <target name="all" depends="locales, collation, rbnf, supplementalData, metadata, metaZones, windowsZones, likelySubtags, plurals, numberingSystems, translit, brkitr, keyTypeData, genderList, postalCodeData, dayPeriods" />
<!-- parallel target -->
<target name="pall" depends="init">
<parallel threadsPerProcessor ="1">
@@ -109,13 +108,12 @@
<arg name="--specialsdir" value="${env.ICU4C_DIR}/source/data/xml/main"/>
<arg name="--supplementaldir" value="${env.CLDR_DIR}/common/supplemental" />
<arg name="--type" value="locales"/>
- <arg name="--filter"/> <!-- Google Patch: select short names for HK, MO. (SAR China.) -->
<arg name="--makefile" value="resfiles.mk"/>
</args>
<remapper>
<remap sourcePath="/Keys" targetDir="lang" />
<remap sourcePath="/Languages" targetDir="lang" />
- <remap sourcePath="/LanguagesShort" targetDir="lang" />
+ <remap sourcePath="/Languages%short" targetDir="lang" />
<remap sourcePath="/Languages%secondary" targetDir="lang" />
<remap sourcePath="/Languages%variant" targetDir="lang" />
<remap sourcePath="/Scripts" targetDir="lang" />
@@ -131,7 +129,7 @@
<remap sourcePath="/localeDisplayPattern" targetDir="lang" />
<remap sourcePath="/Countries" targetDir="region" />
<remap sourcePath="/Countries%variant" targetDir="region" />
- <remap sourcePath="/CountriesShort" targetDir="region" />
+ <remap sourcePath="/Countries%short" targetDir="region" />
<remap sourcePath="/Currencies" targetDir="curr" />
<remap sourcePath="/Currencies%narrow" targetDir="curr" />
<remap sourcePath="/Currencies%variant" targetDir="curr" />
@@ -139,6 +137,7 @@
<remap sourcePath="/CurrencyUnitPatterns" targetDir="curr" />
<remap sourcePath="/currencySpacing" targetDir="curr" />
<remap sourcePath="/zoneStrings" targetDir="zone" />
+ <remap sourcePath="/durationUnits" targetDir="unit" />
<remap sourcePath="/units" targetDir="unit" />
<remap sourcePath="/unitsShort" targetDir="unit" />
<remap sourcePath="/unitsNarrow" targetDir="unit" />
@@ -208,7 +207,30 @@
</run>
</cldr-build>
</target>
- <!-- Google patch: removed metaZones and windowsZones targets. -->
+ <target name="metaZones" depends="init,setup" description="builds metaZones.txt from metaZones.xml">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="metaZones.txt" noArgs="true">
+ <!-- launch the tool and generate the data after reading the config file -->
+ <run>
+ <args>
+ <arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
+ <arg name="-t" value="metaZones"/>
+ </args>
+ </run>
+ </cldr-build>
+ </target>
+ <target name="windowsZones" depends="init,setup" description="builds windowsZones.txt from windowsZones.xml">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="windowsZones.txt" noArgs="true">
+ <!-- launch the tool and generate the data after reading the config file -->
+ <run>
+ <args>
+ <arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
+ <arg name="-t" value="windowsZones"/>
+ </args>
+ </run>
+ </cldr-build>
+ </target>
<target name="likelySubtags" depends="init,setup" description="builds likelySubtags.txt from likelySubtags.xml">
<cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="likelySubtags.txt" noArgs="true">
<!-- launch the tool and generate the data after reading the config file -->
@@ -396,6 +418,12 @@
<fileset id="metadata" dir="${env.ICU4C_DIR}/source/data/misc">
<include name="metadata.txt" />
</fileset>
+ <fileset id="metaZones" dir="${env.ICU4C_DIR}/source/data/misc">
+ <include name="metaZones.txt" />
+ </fileset>
+ <fileset id="windowsZones" dir="${env.ICU4C_DIR}/source/data/misc">
+ <include name="windowsZones.txt" />
+ </fileset>
<fileset id="likelySubtags" dir="${env.ICU4C_DIR}/source/data/misc">
<include name="likelySubtags.txt" />
</fileset>
diff --git a/icu4c/source/data/coll/af.txt b/icu4c/source/data/coll/af.txt
index 24dbe44..b452624 100644
--- a/icu4c/source/data/coll/af.txt
+++ b/icu4c/source/data/coll/af.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/af.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/af.xml
- */
af{
Version{"2.0.96.14"}
collations{
standard{
Sequence{"&N<<<ʼn"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ar.txt b/icu4c/source/data/coll/ar.txt
index f01c6dc..326b20b 100644
--- a/icu4c/source/data/coll/ar.txt
+++ b/icu4c/source/data/coll/ar.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ar.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ar.xml
- */
ar{
Version{"2.1.7.40"}
collations{
@@ -18,7 +15,7 @@
"&ت<<ة<<<ﺔ<<<ﺓ"
"&ي<<ى<<<ﯨ<<<ﯩ<<<ﻰ<<<ﻯ<<<ﲐ<<<ﱝ"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -406,7 +403,7 @@
"&ۓ=ﮰ=ﮱ"
"&ۀ=ﮤ=ﮥ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/as.txt b/icu4c/source/data/coll/as.txt
index 6f64301..0d39684 100644
--- a/icu4c/source/data/coll/as.txt
+++ b/icu4c/source/data/coll/as.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/as.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/as.xml
- */
as{
Version{"2.0.96.14"}
collations{
@@ -19,7 +16,7 @@
"&[before 1]ত<ৎ=ত্\u200D"
"&হ<ক্ষ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/az.txt b/icu4c/source/data/coll/az.txt
index 3672d7a..745d0d7 100644
--- a/icu4c/source/data/coll/az.txt
+++ b/icu4c/source/data/coll/az.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/az.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/az.xml
- */
az{
Version{"2.1.6.34"}
collations{
search{
Sequence{"[import und-u-co-search][import az-u-co-standard][reorder others]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -31,7 +28,7 @@
"&H<x<<<X"
"&Z<w<<<W"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/be.txt b/icu4c/source/data/coll/be.txt
index ca55234..036d312 100644
--- a/icu4c/source/data/coll/be.txt
+++ b/icu4c/source/data/coll/be.txt
@@ -1,23 +1,21 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/be.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/be.xml
- */
be{
- Version{"2.0.96.14"}
+ Version{"2.1.10.56"}
collations{
standard{
Sequence{
- "[reorder Cyrl][suppressContractions [АаӘәГгЕеЖжЗзІіОоӨөКкЧчЫыЭэѴѵ]]"
+ "[reorder Cyrl]"
"&Е<ё<<<Ё"
+ "&у<ў<<<Ў"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/bg.txt b/icu4c/source/data/coll/bg.txt
index 13d6314..eda35fb 100644
--- a/icu4c/source/data/coll/bg.txt
+++ b/icu4c/source/data/coll/bg.txt
@@ -1,23 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/bg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/bg.xml
- */
bg{
- Version{"2.0.96.14"}
+ Version{"2.1.10.56"}
collations{
standard{
- Sequence{
- "[reorder Cyrl][suppressContractions [АаӘәГгЕеЖжЗзІіОоӨөКкУуЧчЫыЭэѴѵ]"
- "]"
- }
- Version{"26"}
+ Sequence{"[reorder Cyrl]"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/bn.txt b/icu4c/source/data/coll/bn.txt
index 33fdcdf..3c0306b 100644
--- a/icu4c/source/data/coll/bn.txt
+++ b/icu4c/source/data/coll/bn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/bn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/bn.xml
- */
bn{
Version{"2.0.96.14"}
collations{
@@ -17,7 +14,7 @@
"[normalization on][reorder Beng Deva Guru Gujr Orya Taml Telu Knda Mlym Sinh]"
"&ঔ<ং<ঃ<ঁ"
}
- Version{"26"}
+ Version{"27"}
}
traditional{
Sequence{
@@ -636,7 +633,7 @@
"&যৌ<<<য়ৌ"
"&য্<<<য়্"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/bs.txt b/icu4c/source/data/coll/bs.txt
index aa2b248..348b0ff 100644
--- a/icu4c/source/data/coll/bs.txt
+++ b/icu4c/source/data/coll/bs.txt
@@ -1,24 +1,21 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/bs.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/bs.xml
- */
bs{
Version{"2.0.96.14"}
collations{
search{
Sequence{"[import hr-u-co-search]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{"[import hr]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/bs_Cyrl.txt b/icu4c/source/data/coll/bs_Cyrl.txt
index b7dac79..de3401f 100755
--- a/icu4c/source/data/coll/bs_Cyrl.txt
+++ b/icu4c/source/data/coll/bs_Cyrl.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/bs_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/bs_Cyrl.xml
- */
bs_Cyrl{
Version{"2.0.96.14"}
collations{
standard{
Sequence{"[import sr]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ca.txt b/icu4c/source/data/coll/ca.txt
index 598f7ee..43ee6dd 100644
--- a/icu4c/source/data/coll/ca.txt
+++ b/icu4c/source/data/coll/ca.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ca.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ca.xml
- */
ca{
Version{"2.1.6.32"}
collations{
@@ -17,7 +14,7 @@
"[import und-u-co-search]"
"&L<ŀ=l·<<<Ŀ=L·"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/chr.txt b/icu4c/source/data/coll/chr.txt
index c6a8a4f..519f59f 100644
--- a/icu4c/source/data/coll/chr.txt
+++ b/icu4c/source/data/coll/chr.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/chr.xml
diff --git a/icu4c/source/data/coll/colfiles.mk b/icu4c/source/data/coll/colfiles.mk
index 33df790..03b7eaa 100644
--- a/icu4c/source/data/coll/colfiles.mk
+++ b/icu4c/source/data/coll/colfiles.mk
@@ -1,4 +1,4 @@
-# * Copyright (C) 1998-2014, International Business Machines
+# * Copyright (C) 1998-2015, International Business Machines
# * Corporation and others. All Rights Reserved.
COLLATION_CLDR_VERSION = %version%
# A list of txt's to build
@@ -50,22 +50,23 @@
COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) af.txt ar.txt as.txt\
az.txt be.txt bg.txt bn.txt bs.txt\
bs_Cyrl.txt ca.txt chr.txt cs.txt cy.txt\
- da.txt de.txt dsb.txt dz.txt ee.txt\
- el.txt en.txt en_US.txt en_US_POSIX.txt eo.txt\
- es.txt et.txt fa.txt fa_AF.txt fi.txt\
- fil.txt fo.txt fr.txt fr_CA.txt ga.txt\
- gl.txt gu.txt ha.txt haw.txt he.txt\
- hi.txt hr.txt hsb.txt hu.txt hy.txt\
- id.txt ig.txt is.txt it.txt ja.txt\
- ka.txt kk.txt kl.txt km.txt kn.txt\
- ko.txt kok.txt ky.txt lb.txt lkt.txt\
- ln.txt lt.txt lv.txt mk.txt ml.txt\
- mr.txt ms.txt mt.txt my.txt nb.txt\
- nl.txt nn.txt om.txt or.txt pa.txt\
- pl.txt ps.txt pt.txt ro.txt ru.txt\
- se.txt si.txt sk.txt sl.txt smn.txt\
- sq.txt sr.txt sr_Latn.txt sv.txt sw.txt\
- ta.txt te.txt th.txt to.txt tr.txt\
- ug.txt uk.txt ur.txt vi.txt wae.txt\
- yi.txt yo.txt zh.txt zh_Hant.txt zu.txt
+ da.txt de.txt de_AT.txt dsb.txt dz.txt\
+ ee.txt el.txt en.txt en_US.txt en_US_POSIX.txt\
+ eo.txt es.txt et.txt fa.txt fa_AF.txt\
+ fi.txt fil.txt fo.txt fr.txt fr_CA.txt\
+ ga.txt gl.txt gu.txt ha.txt haw.txt\
+ he.txt hi.txt hr.txt hsb.txt hu.txt\
+ hy.txt id.txt ig.txt is.txt it.txt\
+ ja.txt ka.txt kk.txt kl.txt km.txt\
+ kn.txt ko.txt kok.txt ky.txt lb.txt\
+ lkt.txt ln.txt lt.txt lv.txt mk.txt\
+ ml.txt mr.txt ms.txt mt.txt my.txt\
+ nb.txt nl.txt nn.txt om.txt or.txt\
+ pa.txt pl.txt ps.txt pt.txt ro.txt\
+ ru.txt se.txt si.txt sk.txt sl.txt\
+ smn.txt sq.txt sr.txt sr_Latn.txt sv.txt\
+ sw.txt ta.txt te.txt th.txt to.txt\
+ tr.txt ug.txt uk.txt ur.txt vi.txt\
+ wae.txt yi.txt yo.txt zh.txt zh_Hant.txt\
+ zu.txt
diff --git a/icu4c/source/data/coll/cs.txt b/icu4c/source/data/coll/cs.txt
index 3e546d5..09ba94e 100644
--- a/icu4c/source/data/coll/cs.txt
+++ b/icu4c/source/data/coll/cs.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/cs.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/cs.xml
- */
cs{
Version{"2.1.6.32"}
collations{
@@ -29,7 +26,7 @@
"&Y<ý<<<Ý"
"&Z<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -39,7 +36,7 @@
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/cy.txt b/icu4c/source/data/coll/cy.txt
index 1cb3380..bc16b77 100644
--- a/icu4c/source/data/coll/cy.txt
+++ b/icu4c/source/data/coll/cy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/cy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/cy.xml
- */
cy{
Version{"2.0.96.14"}
collations{
@@ -23,7 +20,7 @@
"&R<rh<<<Rh<<<RH"
"&T<th<<<Th<<<TH"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/da.txt b/icu4c/source/data/coll/da.txt
index 18a6235..9ea1e3e 100644
--- a/icu4c/source/data/coll/da.txt
+++ b/icu4c/source/data/coll/da.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/da.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/da.xml
- */
da{
Version{"2.1.6.34"}
collations{
search{
Sequence{"[import und-u-co-search][import da-u-co-standard][caseFirst off]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -25,7 +22,7 @@
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<<aa<<<Aa<<<AA"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/de.txt b/icu4c/source/data/coll/de.txt
index 8afb0c0..6d4057b 100644
--- a/icu4c/source/data/coll/de.txt
+++ b/icu4c/source/data/coll/de.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/de.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/de.xml
- */
de{
Version{"2.1.6.34"}
collations{
@@ -18,11 +15,11 @@
"&OE<<ö<<<Ö"
"&UE<<ü<<<Ü"
}
- Version{"26"}
+ Version{"27"}
}
search{
Sequence{"[import und-u-co-search][import de-u-co-phonebk]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/de_.txt b/icu4c/source/data/coll/de_.txt
index 5763670..040aa8f 100644
--- a/icu4c/source/data/coll/de_.txt
+++ b/icu4c/source/data/coll/de_.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/de_AT.txt b/icu4c/source/data/coll/de_AT.txt
new file mode 100755
index 0000000..8870374
--- /dev/null
+++ b/icu4c/source/data/coll/de_AT.txt
@@ -0,0 +1,22 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/collation/de_AT.xml
+// *
+// ***************************************************************************
+de_AT{
+ Version{"2.1.12.50"}
+ collations{
+ phonebook{
+ Sequence{
+ "&a<ä<<<Ä"
+ "&o<ö<<<Ö"
+ "&u<ü<<<Ü"
+ "&ss<ß<<<ẞ"
+ }
+ Version{"27"}
+ }
+ }
+}
diff --git a/icu4c/source/data/coll/de__PHONEBOOK.txt b/icu4c/source/data/coll/de__PHONEBOOK.txt
index c04aacd..2c102d8 100644
--- a/icu4c/source/data/coll/de__PHONEBOOK.txt
+++ b/icu4c/source/data/coll/de__PHONEBOOK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/dsb.txt b/icu4c/source/data/coll/dsb.txt
index 906d9d6..5def81f 100644
--- a/icu4c/source/data/coll/dsb.txt
+++ b/icu4c/source/data/coll/dsb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/dsb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/dsb.xml
- */
dsb{
Version{"2.1.6.71"}
collations{
@@ -23,7 +20,7 @@
"&S<š<<<Š<ś<<<Ś"
"&Z<ž<<<Ž<ź<<<Ź"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/dz.txt b/icu4c/source/data/coll/dz.txt
index fe47b27..d406d94 100755
--- a/icu4c/source/data/coll/dz.txt
+++ b/icu4c/source/data/coll/dz.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/dz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/dz.xml
- */
dz{
Version{"2.0.96.14"}
}
diff --git a/icu4c/source/data/coll/ee.txt b/icu4c/source/data/coll/ee.txt
index 713e278..78de043 100755
--- a/icu4c/source/data/coll/ee.txt
+++ b/icu4c/source/data/coll/ee.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ee.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ee.xml
- */
ee{
Version{"2.0.96.14"}
collations{
@@ -26,7 +23,7 @@
"&T<ts<<<Ts<<<TS"
"&V<ʋ<<<Ʋ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/el.txt b/icu4c/source/data/coll/el.txt
index ef06ec7..0003e5f 100644
--- a/icu4c/source/data/coll/el.txt
+++ b/icu4c/source/data/coll/el.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/el.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/el.xml
- */
el{
Version{"2.0.96.14"}
collations{
standard{
Sequence{"[normalization on][reorder Grek]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/en.txt b/icu4c/source/data/coll/en.txt
index 8fbe528..cfd4953 100644
--- a/icu4c/source/data/coll/en.txt
+++ b/icu4c/source/data/coll/en.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/en.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/en.xml
- */
en{
Version{"2.0.97.57"}
}
diff --git a/icu4c/source/data/coll/en_US.txt b/icu4c/source/data/coll/en_US.txt
index 8953211..c19aa2c 100644
--- a/icu4c/source/data/coll/en_US.txt
+++ b/icu4c/source/data/coll/en_US.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/en_US.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/en_US.xml
- */
en_US{
Version{"2.0.82.42"}
}
diff --git a/icu4c/source/data/coll/en_US_POSIX.txt b/icu4c/source/data/coll/en_US_POSIX.txt
index f147627..026f2d1 100644
--- a/icu4c/source/data/coll/en_US_POSIX.txt
+++ b/icu4c/source/data/coll/en_US_POSIX.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/en_US_POSIX.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/en_US_POSIX.xml
- */
en_US_POSIX{
Version{"2.0.89.0"}
collations{
@@ -17,7 +14,7 @@
"&A<*'\u0020'-'/'<*0-'@'<*ABCDEFGHIJKLMNOPQRSTUVWXYZ<*'['-'`'<*abcdefghijklmnopqrstuvwxyz"
"<*'{'-'\u007F'"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/eo.txt b/icu4c/source/data/coll/eo.txt
index 9310c23..712d2e6 100644
--- a/icu4c/source/data/coll/eo.txt
+++ b/icu4c/source/data/coll/eo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/eo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/eo.xml
- */
eo{
Version{"2.0.89.0"}
collations{
@@ -21,7 +18,7 @@
"&S<ŝ<<<Ŝ"
"&U<ŭ<<<Ŭ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/es.txt b/icu4c/source/data/coll/es.txt
index cc848a6..2e89a05 100644
--- a/icu4c/source/data/coll/es.txt
+++ b/icu4c/source/data/coll/es.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/es.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/es.xml
- */
es{
Version{"2.1.6.32"}
collations{
@@ -17,11 +14,11 @@
"[import und-u-co-search]"
"&N<ñ<<<Ñ"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{"&N<ñ<<<Ñ"}
- Version{"26"}
+ Version{"27"}
}
traditional{
Sequence{
@@ -29,7 +26,7 @@
"&C<ch<<<Ch<<<CH"
"&l<ll<<<Ll<<<LL"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/es_.txt b/icu4c/source/data/coll/es_.txt
index 6952829..72f2269 100644
--- a/icu4c/source/data/coll/es_.txt
+++ b/icu4c/source/data/coll/es_.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/es__TRADITIONAL.txt b/icu4c/source/data/coll/es__TRADITIONAL.txt
index 2d5c22c..92e4e07 100644
--- a/icu4c/source/data/coll/es__TRADITIONAL.txt
+++ b/icu4c/source/data/coll/es__TRADITIONAL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/et.txt b/icu4c/source/data/coll/et.txt
index e6edb27..6513899 100644
--- a/icu4c/source/data/coll/et.txt
+++ b/icu4c/source/data/coll/et.txt
@@ -1,23 +1,20 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/et.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/et.xml
- */
et{
- Version{"2.1.8.14"}
+ Version{"2.1.11.36"}
collations{
standard{
Sequence{
"&[before 1]T<š<<<Š<z<<<Z<ž<<<Ž"
"&[before 1]X<õ<<<Õ<ä<<<Ä<ö<<<Ö<ü<<<Ü"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/fa.txt b/icu4c/source/data/coll/fa.txt
index 7de962e..44f723f 100644
--- a/icu4c/source/data/coll/fa.txt
+++ b/icu4c/source/data/coll/fa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/fa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/fa.xml
- */
fa{
Version{"2.0.97.64"}
collations{
@@ -24,7 +21,7 @@
"&ۏ<ه<<ە<<ہ<<ة<<ۃ<<ۀ<<ھ"
"&ی<<*ىےيېۑۍێ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/fa_AF.txt b/icu4c/source/data/coll/fa_AF.txt
index cbc38ea..7579a0a 100644
--- a/icu4c/source/data/coll/fa_AF.txt
+++ b/icu4c/source/data/coll/fa_AF.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/fa_AF.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/fa_AF.xml
- */
fa_AF{
Version{"2.0.89.0"}
collations{
standard{
Sequence{"[import ps]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/fi.txt b/icu4c/source/data/coll/fi.txt
index 5aeb5f5..4627f6b 100644
--- a/icu4c/source/data/coll/fi.txt
+++ b/icu4c/source/data/coll/fi.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/fi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/fi.xml
- */
fi{
Version{"2.1.8.12"}
collations{
search{
Sequence{"[import und-u-co-search][import fi-u-co-trad]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -26,7 +23,7 @@
"&Z\u0335<<ʒ<<<Ʒ"
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<ö<<<Ö<<ø<<<Ø"
}
- Version{"26"}
+ Version{"27"}
}
traditional{
Sequence{
@@ -37,7 +34,7 @@
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<õ<<<Õ<<œ<<<Œ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/fil.txt b/icu4c/source/data/coll/fil.txt
index d64d2a4..546c6bd 100755
--- a/icu4c/source/data/coll/fil.txt
+++ b/icu4c/source/data/coll/fil.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/fil.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/fil.xml
- */
fil{
Version{"2.0.96.14"}
collations{
standard{
Sequence{"&N<ñ<<<Ñ<ng<<<Ng<<<NG"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/fo.txt b/icu4c/source/data/coll/fo.txt
index 1a8fd48..bd2cfc2 100644
--- a/icu4c/source/data/coll/fo.txt
+++ b/icu4c/source/data/coll/fo.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/fo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/fo.xml
- */
fo{
Version{"2.1.6.32"}
collations{
search{
Sequence{"[import und-u-co-search][import fo-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -24,7 +21,7 @@
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<<aa<<<Aa<<<AA"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/fr.txt b/icu4c/source/data/coll/fr.txt
index 55a5ee5..f36a9c2 100644
--- a/icu4c/source/data/coll/fr.txt
+++ b/icu4c/source/data/coll/fr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/fr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/fr.xml
- */
fr{
Version{"2.0.96.14"}
}
diff --git a/icu4c/source/data/coll/fr_CA.txt b/icu4c/source/data/coll/fr_CA.txt
index be43d41..7af2e09 100644
--- a/icu4c/source/data/coll/fr_CA.txt
+++ b/icu4c/source/data/coll/fr_CA.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/fr_CA.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/fr_CA.xml
- */
fr_CA{
Version{"2.0.82.42"}
collations{
standard{
Sequence{"[backwards 2]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ga.txt b/icu4c/source/data/coll/ga.txt
index 6ba9852..1c03374 100644
--- a/icu4c/source/data/coll/ga.txt
+++ b/icu4c/source/data/coll/ga.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ga.xml
diff --git a/icu4c/source/data/coll/gl.txt b/icu4c/source/data/coll/gl.txt
index 4abf107..c33b1dc 100755
--- a/icu4c/source/data/coll/gl.txt
+++ b/icu4c/source/data/coll/gl.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/gl.xml
@@ -11,11 +11,11 @@
collations{
search{
Sequence{"[import es-u-co-search]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{"[import es]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/gu.txt b/icu4c/source/data/coll/gu.txt
index 74b16c7..aa491ec 100644
--- a/icu4c/source/data/coll/gu.txt
+++ b/icu4c/source/data/coll/gu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/gu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/gu.xml
- */
gu{
Version{"2.0.96.14"}
collations{
@@ -17,7 +14,7 @@
"[normalization on][reorder Gujr Deva Beng Guru Orya Taml Telu Knda Mlym Sinh]"
"&ૐ<ં<<ઁ<ઃ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ha.txt b/icu4c/source/data/coll/ha.txt
index 882b0e7..bd435d7 100644
--- a/icu4c/source/data/coll/ha.txt
+++ b/icu4c/source/data/coll/ha.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ha.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ha.xml
- */
ha{
Version{"2.0.96.14"}
collations{
@@ -21,7 +18,7 @@
"&T<ts<<<Ts<<<TS"
"&Y<ƴ<<<ʼy<<<''y<<<Ƴ<<<ʼY<<<''Y"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/haw.txt b/icu4c/source/data/coll/haw.txt
index cce2c19..5d6b9ce 100644
--- a/icu4c/source/data/coll/haw.txt
+++ b/icu4c/source/data/coll/haw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/haw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/haw.xml
- */
haw{
Version{"2.0.98.68"}
collations{
@@ -17,7 +14,7 @@
"&a<e<<<E<i<<<I<o<<<O<u<<<U"
"&w<ʻ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/he.txt b/icu4c/source/data/coll/he.txt
index 4e136ec..6715d19 100644
--- a/icu4c/source/data/coll/he.txt
+++ b/icu4c/source/data/coll/he.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/he.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/he.xml
- */
he{
Version{"2.1.6.32"}
collations{
@@ -20,7 +17,7 @@
"&״"
"<<'\u0022'"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -28,7 +25,7 @@
"&[before 2]''<<׳"
"&[before 2]'\u0022'<<״"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/he_IL.txt b/icu4c/source/data/coll/he_IL.txt
index 001ac49..cb83247 100644
--- a/icu4c/source/data/coll/he_IL.txt
+++ b/icu4c/source/data/coll/he_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/hi.txt b/icu4c/source/data/coll/hi.txt
index 47bdbd0..16e8f3a 100644
--- a/icu4c/source/data/coll/hi.txt
+++ b/icu4c/source/data/coll/hi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/hi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/hi.xml
- */
hi{
Version{"2.0.96.14"}
collations{
@@ -17,7 +14,7 @@
"[normalization on][reorder Deva Beng Guru Gujr Orya Taml Telu Knda Mlym Sinh]"
"&ॐ<ं<<ँ<ः"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/hr.txt b/icu4c/source/data/coll/hr.txt
index ec25538..8d993c8 100644
--- a/icu4c/source/data/coll/hr.txt
+++ b/icu4c/source/data/coll/hr.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/hr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/hr.xml
- */
hr{
Version{"2.1.6.34"}
collations{
search{
Sequence{"[import und-u-co-search][import hr-u-co-standard][reorder others]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -26,7 +23,7 @@
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/hsb.txt b/icu4c/source/data/coll/hsb.txt
index eb0c7bb..b4c8d63 100644
--- a/icu4c/source/data/coll/hsb.txt
+++ b/icu4c/source/data/coll/hsb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/hsb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/hsb.xml
- */
hsb{
Version{"2.1.6.71"}
collations{
@@ -22,7 +19,7 @@
"&S<š<<<Š"
"&Z<ž<<<Ž<ź<<<Ź"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/hu.txt b/icu4c/source/data/coll/hu.txt
index bec065d..e720d42 100644
--- a/icu4c/source/data/coll/hu.txt
+++ b/icu4c/source/data/coll/hu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/hu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/hu.xml
- */
hu{
Version{"2.0.96.14"}
collations{
@@ -53,7 +50,7 @@
"&Zs<<<Zzs/zs"
"&ZS<<<ZZS/ZS"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/hy.txt b/icu4c/source/data/coll/hy.txt
index 9644843..426347b 100644
--- a/icu4c/source/data/coll/hy.txt
+++ b/icu4c/source/data/coll/hy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/hy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/hy.xml
- */
hy{
Version{"2.0.96.14"}
collations{
@@ -17,7 +14,7 @@
"[reorder Armn]"
"&ք<և<<<Եւ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/id.txt b/icu4c/source/data/coll/id.txt
index 6cea5a3..a2a6866 100644
--- a/icu4c/source/data/coll/id.txt
+++ b/icu4c/source/data/coll/id.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/id.xml
diff --git a/icu4c/source/data/coll/id_ID.txt b/icu4c/source/data/coll/id_ID.txt
index d74e94f..eda7d2c 100644
--- a/icu4c/source/data/coll/id_ID.txt
+++ b/icu4c/source/data/coll/id_ID.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/ig.txt b/icu4c/source/data/coll/ig.txt
index 57d3ed4..a94a8e3 100755
--- a/icu4c/source/data/coll/ig.txt
+++ b/icu4c/source/data/coll/ig.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ig.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ig.xml
- */
ig{
Version{"2.0.96.14"}
collations{
@@ -24,7 +21,7 @@
"&S<sh<<<Sh<<<SH"
"&U<ụ<<<Ụ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/in.txt b/icu4c/source/data/coll/in.txt
index a9dccd8..c0a4278 100644
--- a/icu4c/source/data/coll/in.txt
+++ b/icu4c/source/data/coll/in.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/in_ID.txt b/icu4c/source/data/coll/in_ID.txt
index 42144e3..6c76c2e 100644
--- a/icu4c/source/data/coll/in_ID.txt
+++ b/icu4c/source/data/coll/in_ID.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/is.txt b/icu4c/source/data/coll/is.txt
index fb7fe5f..64d1445 100644
--- a/icu4c/source/data/coll/is.txt
+++ b/icu4c/source/data/coll/is.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/is.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/is.xml
- */
is{
Version{"2.1.6.34"}
collations{
search{
Sequence{"[import und-u-co-search][import is-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -27,7 +24,7 @@
"&[before 1]z<ý<<<Ý"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<ö<<<Ö<<ø<<<Ø<å<<<Å"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/it.txt b/icu4c/source/data/coll/it.txt
index a7c2833..e2c2b29 100644
--- a/icu4c/source/data/coll/it.txt
+++ b/icu4c/source/data/coll/it.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/it.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/it.xml
- */
it{
Version{"2.0.97.57"}
}
diff --git a/icu4c/source/data/coll/iw.txt b/icu4c/source/data/coll/iw.txt
index c32fc5a..a7db8ef 100644
--- a/icu4c/source/data/coll/iw.txt
+++ b/icu4c/source/data/coll/iw.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/iw_IL.txt b/icu4c/source/data/coll/iw_IL.txt
index ad7daff..e213989 100644
--- a/icu4c/source/data/coll/iw_IL.txt
+++ b/icu4c/source/data/coll/iw_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/ja.txt b/icu4c/source/data/coll/ja.txt
index 4368463..d0fe556 100644
--- a/icu4c/source/data/coll/ja.txt
+++ b/icu4c/source/data/coll/ja.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ja.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ja.xml
- */
ja{
Version{"2.1.8.16"}
collations{
private-kana{
Sequence{
- "[strength 3][reorder Kana Hani]" /* android-changed: removed Latn */
+ "[strength 3][reorder Latn Kana Hani]"
"&ゝ<<<<ヽ"
"&[before 3]ぁ"
"<<<ぁ|ー=あ|ー=か|ー=ゕ|ー=が|ー=さ|ー=ざ|ー=た|ー=だ|ー=な|ー=は|ー=ば|ー=ぱ|ー=ま|ー=ゃ|ー=や|ー=ら|ー=ゎ|ー=わ|ー"
@@ -420,18 +417,18 @@
"&「=「"
"&」=」"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
"[import ja-u-co-private-kana]"
"&[last regular]<*亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"
}
- Version{"26"}
+ Version{"27"}
}
unihan{
Sequence{"[import und-u-co-private-unihan][import ja-u-co-private-kana]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ka.txt b/icu4c/source/data/coll/ka.txt
index 2e1bc6c..f4d7f55 100644
--- a/icu4c/source/data/coll/ka.txt
+++ b/icu4c/source/data/coll/ka.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ka.xml
diff --git a/icu4c/source/data/coll/kk.txt b/icu4c/source/data/coll/kk.txt
index fd44ba3..f14b486 100644
--- a/icu4c/source/data/coll/kk.txt
+++ b/icu4c/source/data/coll/kk.txt
@@ -1,25 +1,22 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/kk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/kk.xml
- */
kk{
- Version{"2.0.96.14"}
+ Version{"2.1.10.56"}
collations{
standard{
Sequence{
- "[reorder Cyrl][suppressContractions [АаӘәГгЕеЖжЗзІіОоӨөКкУуЧчЫыЭэѴѵ]]"
+ "[reorder Cyrl]"
"&Е<ё<<<Ё"
"&Ұ<ү<<<Ү"
"&[before 1]ь<і<<<І"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/kl.txt b/icu4c/source/data/coll/kl.txt
index a73de35..1feae0c 100644
--- a/icu4c/source/data/coll/kl.txt
+++ b/icu4c/source/data/coll/kl.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/kl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/kl.xml
- */
kl{
Version{"2.1.6.32"}
collations{
search{
Sequence{"[import und-u-co-search][import kl-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -25,7 +22,7 @@
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/km.txt b/icu4c/source/data/coll/km.txt
index 3c369d8..922e54f 100644
--- a/icu4c/source/data/coll/km.txt
+++ b/icu4c/source/data/coll/km.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/km.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/km.xml
- */
km{
Version{"2.0.96.14"}
collations{
@@ -74,7 +71,7 @@
"&ឱ<<<ឲ"
"&ៅ<ុំ<ំ<ាំ<ះ<ិះ<ុះ<េះ<ោះ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/kn.txt b/icu4c/source/data/coll/kn.txt
index 6e83b50..e95dd2f 100644
--- a/icu4c/source/data/coll/kn.txt
+++ b/icu4c/source/data/coll/kn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/kn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/kn.xml
- */
kn{
Version{"2.0.96.14"}
collations{
@@ -17,7 +14,7 @@
"[normalization on][reorder Knda Deva Beng Guru Gujr Orya Taml Telu Mlym Sinh]"
"&ಔ<ಂ<ಃ<ೱ<ೲ"
}
- Version{"26"}
+ Version{"27"}
}
traditional{
Sequence{
@@ -658,7 +655,7 @@
"&ಫೋ<<<ಫ಼ೋ"
"&ಫೌ<<<ಫ಼ೌ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ko.txt b/icu4c/source/data/coll/ko.txt
index d418802..dd3e4bd 100644
--- a/icu4c/source/data/coll/ko.txt
+++ b/icu4c/source/data/coll/ko.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ko.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ko.xml
- */
ko{
Version{"2.1.7.95"}
collations{
@@ -292,7 +289,7 @@
"&ᅩᅣᅵ"
"=ᆧ"
}
- Version{"26"}
+ Version{"27"}
}
searchjl{
Sequence{
@@ -386,7 +383,7 @@
"&\u1109\u1109=\u110A<<<\u3146"
"&\u110C\u110C=\u110D<<<\u3149"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -869,11 +866,11 @@
"&희<<*僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲咥唏嘻悕戲暿欷燹爔豨餼"
"&힐<<*詰犵纈襭頡黠"
}
- Version{"26"}
+ Version{"27"}
}
unihan{
Sequence{"[import und-u-co-private-unihan][reorder Hang Hani]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/kok.txt b/icu4c/source/data/coll/kok.txt
index fde44df..aed6b4f 100644
--- a/icu4c/source/data/coll/kok.txt
+++ b/icu4c/source/data/coll/kok.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/kok.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/kok.xml
- */
kok{
Version{"2.0.96.14"}
collations{
@@ -19,7 +16,7 @@
"&ह<ळ"
"<क्ष"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ky.txt b/icu4c/source/data/coll/ky.txt
index e6c5441..7c67846 100755
--- a/icu4c/source/data/coll/ky.txt
+++ b/icu4c/source/data/coll/ky.txt
@@ -1,11 +1,20 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ky.xml
// *
// ***************************************************************************
ky{
- Version{"2.0.97.57"}
+ Version{"2.1.10.56"}
+ collations{
+ standard{
+ Sequence{
+ "[reorder Cyrl]"
+ "&е<ё<<<Ё"
+ }
+ Version{"27"}
+ }
+ }
}
diff --git a/icu4c/source/data/coll/lb.txt b/icu4c/source/data/coll/lb.txt
index 1f1a87c..ec86ec1 100644
--- a/icu4c/source/data/coll/lb.txt
+++ b/icu4c/source/data/coll/lb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/lb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/lb.xml
- */
lb{
Version{"2.1.6.71"}
}
diff --git a/icu4c/source/data/coll/lkt.txt b/icu4c/source/data/coll/lkt.txt
index 13c467e..765c179 100755
--- a/icu4c/source/data/coll/lkt.txt
+++ b/icu4c/source/data/coll/lkt.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/lkt.xml
@@ -17,7 +17,7 @@
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ln.txt b/icu4c/source/data/coll/ln.txt
index be95b80..8b0428d 100755
--- a/icu4c/source/data/coll/ln.txt
+++ b/icu4c/source/data/coll/ln.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ln.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ln.xml
- */
ln{
Version{"2.0.96.14"}
collations{
@@ -25,14 +22,14 @@
"&S<sh<<<sH<<<Sh<<<SH"
"&T<ts<<<tS<<<Ts<<<TS"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
"&E<ɛ<<<Ɛ"
"&O<<ɔ<<<Ɔ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/lt.txt b/icu4c/source/data/coll/lt.txt
index 0b6b752..c5a98bd 100644
--- a/icu4c/source/data/coll/lt.txt
+++ b/icu4c/source/data/coll/lt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/lt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/lt.xml
- */
lt{
Version{"2.0.96.14"}
collations{
@@ -25,7 +22,7 @@
"&U<<ų<<<Ų<<ū<<<Ū"
"&Z<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/lv.txt b/icu4c/source/data/coll/lv.txt
index 864c802..0220ac1 100644
--- a/icu4c/source/data/coll/lv.txt
+++ b/icu4c/source/data/coll/lv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/lv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/lv.xml
- */
lv{
Version{"2.0.96.14"}
collations{
@@ -24,7 +21,7 @@
"&[before 1]T<š<<<Š"
"&[before 1]Ʒ<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/mk.txt b/icu4c/source/data/coll/mk.txt
index c6afe20..cb37e36 100644
--- a/icu4c/source/data/coll/mk.txt
+++ b/icu4c/source/data/coll/mk.txt
@@ -1,20 +1,21 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/mk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/mk.xml
- */
mk{
- Version{"2.0.96.14"}
+ Version{"2.1.10.56"}
collations{
standard{
- Sequence{"[reorder Cyrl][suppressContractions [АаӘәЕеЖжЗзИиІіОоӨөУуЧчЫыЭэѴѵ]]"}
- Version{"26"}
+ Sequence{
+ "[reorder Cyrl][suppressContractions [Ии]]"
+ "&ԃ<ѓ<<<Ѓ"
+ "&ћ<ќ<<<Ќ"
+ }
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ml.txt b/icu4c/source/data/coll/ml.txt
index ff029c6..ca7c8c3 100644
--- a/icu4c/source/data/coll/ml.txt
+++ b/icu4c/source/data/coll/ml.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ml.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ml.xml
- */
ml{
Version{"2.1.8.15"}
collations{
@@ -26,7 +23,7 @@
"&മ്<<ം"
"&ന്<<<ൻ്"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/mo.txt b/icu4c/source/data/coll/mo.txt
index 4d4e9ab..8261196 100644
--- a/icu4c/source/data/coll/mo.txt
+++ b/icu4c/source/data/coll/mo.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/mr.txt b/icu4c/source/data/coll/mr.txt
index e7ad978..ba3dc80 100644
--- a/icu4c/source/data/coll/mr.txt
+++ b/icu4c/source/data/coll/mr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/mr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/mr.xml
- */
mr{
Version{"2.0.96.14"}
collations{
@@ -20,7 +17,7 @@
"<क्ष"
"<ज्ञ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ms.txt b/icu4c/source/data/coll/ms.txt
index dcf7ff7..6183385 100644
--- a/icu4c/source/data/coll/ms.txt
+++ b/icu4c/source/data/coll/ms.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ms.xml
diff --git a/icu4c/source/data/coll/mt.txt b/icu4c/source/data/coll/mt.txt
index 071ed6f..05b2823 100644
--- a/icu4c/source/data/coll/mt.txt
+++ b/icu4c/source/data/coll/mt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/mt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/mt.xml
- */
mt{
Version{"2.1.7.49"}
collations{
@@ -21,7 +18,7 @@
"&[before 1]i<ħ<<<Ħ"
"&[before 1]z<ż<<<Ż"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/my.txt b/icu4c/source/data/coll/my.txt
index 915725b..e74ba51 100644
--- a/icu4c/source/data/coll/my.txt
+++ b/icu4c/source/data/coll/my.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/my.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/my.xml
- */
my{
Version{"2.0.96.14"}
collations{
@@ -381,7 +378,7 @@
"&ထမင်း=ထ္မင်း"
"&လက်ဘက်=လ္ဘက်"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/nb.txt b/icu4c/source/data/coll/nb.txt
index 5b25a59..563c896 100644
--- a/icu4c/source/data/coll/nb.txt
+++ b/icu4c/source/data/coll/nb.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/nb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/nb.xml
- */
nb{
Version{"2.1.6.32"}
collations{
search{
Sequence{"[import und-u-co-search][import nb-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -24,7 +21,7 @@
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<æ<<<Æ<<ä<<<Ä<<ę<<<Ę<ø<<<Ø<<ö<<<Ö<<ő<<<Ő<<œ<<<Œ<å<<<Å<<aa<<<Aa<<<AA"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/nb_NO.txt b/icu4c/source/data/coll/nb_NO.txt
index e82dbf8..2ba5fc3 100644
--- a/icu4c/source/data/coll/nb_NO.txt
+++ b/icu4c/source/data/coll/nb_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/nl.txt b/icu4c/source/data/coll/nl.txt
index b2578a9..e041b61 100644
--- a/icu4c/source/data/coll/nl.txt
+++ b/icu4c/source/data/coll/nl.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/nl.xml
diff --git a/icu4c/source/data/coll/nn.txt b/icu4c/source/data/coll/nn.txt
index 44d23e8..5ba5d43 100644
--- a/icu4c/source/data/coll/nn.txt
+++ b/icu4c/source/data/coll/nn.txt
@@ -1,24 +1,21 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/nn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/nn.xml
- */
nn{
Version{"2.1.6.31"}
collations{
search{
Sequence{"[import nb-u-co-search]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{"[import nb-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/no.txt b/icu4c/source/data/coll/no.txt
index 91c33d7..fdd855f 100644
--- a/icu4c/source/data/coll/no.txt
+++ b/icu4c/source/data/coll/no.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/no_NO.txt b/icu4c/source/data/coll/no_NO.txt
index 785a6e4..63cbf33 100644
--- a/icu4c/source/data/coll/no_NO.txt
+++ b/icu4c/source/data/coll/no_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/om.txt b/icu4c/source/data/coll/om.txt
index 90c7728..b150874 100644
--- a/icu4c/source/data/coll/om.txt
+++ b/icu4c/source/data/coll/om.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/om.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/om.xml
- */
om{
Version{"2.0.96.14"}
collations{
@@ -17,7 +14,7 @@
"&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
"sh<<<Sh"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/or.txt b/icu4c/source/data/coll/or.txt
index 639b8e8..497c13d 100644
--- a/icu4c/source/data/coll/or.txt
+++ b/icu4c/source/data/coll/or.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/or.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/or.xml
- */
or{
Version{"2.0.96.14"}
collations{
@@ -19,7 +16,7 @@
"&ହ<କ୍ଷ"
"&ଯ<<ୟ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/pa.txt b/icu4c/source/data/coll/pa.txt
index 0a2b0a6..ea943b1 100644
--- a/icu4c/source/data/coll/pa.txt
+++ b/icu4c/source/data/coll/pa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/pa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/pa.xml
- */
pa{
Version{"2.0.96.14"}
collations{
@@ -18,7 +15,7 @@
"&ੱ<<ੰ<<ਂ<<ਁ<<਼"
"&ੜ<੍"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/pa_Guru.txt b/icu4c/source/data/coll/pa_Guru.txt
index a219258..38af23c 100755
--- a/icu4c/source/data/coll/pa_Guru.txt
+++ b/icu4c/source/data/coll/pa_Guru.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/pa_Guru_IN.txt b/icu4c/source/data/coll/pa_Guru_IN.txt
index eb1583b..2a26eda 100755
--- a/icu4c/source/data/coll/pa_Guru_IN.txt
+++ b/icu4c/source/data/coll/pa_Guru_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/pa_IN.txt b/icu4c/source/data/coll/pa_IN.txt
index 69fc79b..eb2a7df 100644
--- a/icu4c/source/data/coll/pa_IN.txt
+++ b/icu4c/source/data/coll/pa_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/pl.txt b/icu4c/source/data/coll/pl.txt
index ebe0483..034e617 100644
--- a/icu4c/source/data/coll/pl.txt
+++ b/icu4c/source/data/coll/pl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/pl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/pl.xml
- */
pl{
Version{"2.0.96.14"}
collations{
@@ -23,7 +20,7 @@
"&S<ś<<<Ś"
"&Z<ź<<<Ź<ż<<<Ż"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ps.txt b/icu4c/source/data/coll/ps.txt
index 58ba55b..74a4dd7 100644
--- a/icu4c/source/data/coll/ps.txt
+++ b/icu4c/source/data/coll/ps.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ps.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ps.xml
- */
ps{
Version{"2.0.97.64"}
collations{
@@ -32,7 +29,7 @@
"&ی<<*ىےيېۍ<<یٔ<<<ىٔ<<<ئ"
"&\u00A0<<\u200C<<\u200D"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/pt.txt b/icu4c/source/data/coll/pt.txt
index 3ff2fdd..4501889 100644
--- a/icu4c/source/data/coll/pt.txt
+++ b/icu4c/source/data/coll/pt.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/pt.xml
diff --git a/icu4c/source/data/coll/ro.txt b/icu4c/source/data/coll/ro.txt
index 8f5326d..a6abf57 100644
--- a/icu4c/source/data/coll/ro.txt
+++ b/icu4c/source/data/coll/ro.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ro.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ro.xml
- */
ro{
Version{"2.0.96.14"}
collations{
@@ -19,7 +16,7 @@
"&S<ş=ș<<<Ş=Ș"
"&T<ţ=ț<<<Ţ=Ț"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ro_MD.txt b/icu4c/source/data/coll/ro_MD.txt
index 55f3491..f5d1d87 100644
--- a/icu4c/source/data/coll/ro_MD.txt
+++ b/icu4c/source/data/coll/ro_MD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/root.txt b/icu4c/source/data/coll/root.txt
index 745dd00..93cfcd6 100644
--- a/icu4c/source/data/coll/root.txt
+++ b/icu4c/source/data/coll/root.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/root.xml
@@ -11,9 +11,100 @@
*/
root{
UCARules:process(uca_rules){"../unidata/UCARules.txt"}
- Version{"2.1.7.95"}
+ Version{"2.1.12.67"}
collations{
default{"standard"}
+ emoji{
+ Sequence{
+ "&☺"
+ "<*☹🙁🙂😀"
+ "<*😁😂😃😄😅😆😉😊😋😌😍😎😏😐"
+ "<*😑😒😓😔😕😖😗😘😙😚😛😜😝😞😟😠"
+ "<*😡😢😣😤😥😦😧😨😩😪😫😬😭😮😯😰"
+ "<*😱😲😳😴😵😶😷😇😈👿🙃🙄🤐"
+ "<*🤑🤒🤓🤔🤕🤗🤖👦👧👨👩👴👵👶👱👮👲👳👷👸💂🎅👼🕵👯💆💇👰"
+ "<*🙍🙎🙅🙆💁🙋🙇🙌🙏🗣👤👥🚶🏃💃🕴💏💑👪👫👬👭🏻🏼🏽🏾🏿👈👉☝👆🖕👇✌🖖✊✋👊👋👌👍👎👏👐"
+ "<*✍🖐"
+ "<*💅💪👣👀"
+ "<*👁👂👃👅💀"
+ "<*☠"
+ "<*🤘💋👄💘❤💓💔💕💖💗💙💚💛💜💝💞💟❣💌💧💤💢💣💥💦💨💫💬💭🕳🗯👓🕶👔👕👖👗👘👙👚👛👜👝👞👟👠"
+ "<*👡👢👑👒🎩⛑🐵🙈🙉🙊🐒🐶🐕🐩🐺🐱😸😹😺😻😼😽😾😿🙀"
+ "<*🐈🐯🐅🐆🐴🐎🐮🐂🐃🐄🐷🐖🐗🐽🐏🐑🐐"
+ "<*🐪🐫🐘🐭🐁🐀"
+ "<*🐹🐰"
+ "<*🐇🐿🐻🐨🐼🐾🐔🐓🐣🐤🐥🐦🐧🕊🐸🐊🐍🐢🐲🐉🐳🐋🐬🐟🐠"
+ "<*🐡🐙🐚🐌🐛🐜🐝🐞🕷🕸🦀"
+ "<*🦁🦂💩👹👺👻👽👾💐"
+ "<*🌸💮🏵🌹🌺🌻🌼🌷☘🌱🌲🌳🌴🌵🌾🌿🍀"
+ "<*🍁🍂🍃🍇🍈🍉🍊🍋🍌🍍🍎🍏🍐"
+ "<*🍑🍒🍓🍅🍆🌽🌶🍄🌰"
+ "<*🍞🍖🍗🍔🍟🍕🍲🍱🍘🍙🍚🍛🍜🍝🍠"
+ "<*🍢🍣🍤🍥🍡🍦🍧🍨🍩🍪🎂🍰"
+ "<*🍫🍬🍭🍮🍯🌭🌮🌯🍾🍿🦃🦄🧀"
+ "<*☕🍵🍶🍷🍸🍹🍺🍻🍼🍽🍴🍳🏺🌍🌎🌏🌐"
+ "<*🗺🏔⛰"
+ "<*🌋🗻🏕🏖🏜🏝🏞🏟🏛🏗🏘🏙🏚🏠"
+ "<*🏡⛪🏢🏣🏤🏥🏦🏨🏩🏪🏫🏬🏭🏯🏰"
+ "<*💒🗼🗽🗾⛲⛺🌁🌃🌄🌅🌆🌇🌉🌊♨🗿🌌🎠"
+ "<*🎡🎢💈🎪🎫🎭🎰"
+ "<*🕋🕌🕍🛐"
+ "<*🚂🚃🚄🚅🚆🚇🚈🚉🚊🚝🚞🚋🚌🚍🚎🚏🚐"
+ "<*🚑🚒🚓🚔🚕🚖🚗🚘🚙🚚🚛🚜🚲🚳🚴🚵🏎🏍⛽🛣🛤🚨⎈⚓⛵🚣🚤🛳⛴🛥🚢✈🛩🛫🛬💺🚁🚟🚠"
+ "<*🚡🚀"
+ "<*🛰"
+ "<*🏧🚮🚥🚦🚧🚫🚭🚯🚰"
+ "<*🚱🚷🚸♿🚹🚺🚻🚼🚾🛂🛃🛄🛅⚠"
+ "<*⛔🛎🚪🛌🛏🛋🚽🚿🛀"
+ "<*🛁🛍⌛⏳⌚⏰"
+ "<*⏱⏲🕰"
+ "<*🕛🕧🕐"
+ "<*🕜🕑🕝🕒🕞🕓🕟🕔🕠"
+ "<*🕕🕡🕖🕢🕗🕣🕘🕤🕙🕥🕚🕦♈♉♊♋♌♍♎♏♐"
+ "<*♑♒♓⛎🌑🌒🌓🌔🌕🌖🌗🌘🌙🌚🌛🌜🌡☀"
+ "<*🌝🌞☁⛅⛈🌤🌥🌦🌧🌨🌩🌪🌫🌬🌀"
+ "<*🌈🌂☂☔⛱❄☃⛄🌟🌠"
+ "<*☄🎲♠"
+ "<*♥♦♣🃏🀄🎮🕹⚽⚾🏀"
+ "<*🏈🏉🎾🎱🎳⛳🏌⛸🎣🎽🎿⛷🏂🏄🏇🏊⛹🏋🏅🏆🏏🏐"
+ "<*🏑🏒🏓🏸🔇🔈🔉🔊📢📣📯🔔🔕🔀"
+ "<*🔁🔂▶⏩⏭⏯◀"
+ "<*⏪⏮🔼⏫🔽⏬⏸⏹⏺⏏🎼🎵🎶🎙🎚🎛🎤🎧🎷🎸🎹🎺🎻📻📱📳📴📲📵☎📞"
+ "<"
+ "<*⃣"
+ "<0⃣"
+ "<1⃣"
+ "<2⃣"
+ "<3⃣"
+ "<4⃣"
+ "<5⃣"
+ "<6⃣"
+ "<7⃣"
+ "<8⃣"
+ "<9⃣"
+ "<*🔟📶📟📠"
+ "<*🎥🎦🎬📽📺📷📸📹📼🔅🔆🔍🔎🔬🔭🔥🕯💡🔦🏮🎃🎄🎆🎇✨🎈🎉🎊🎋🎌🎍🎎🎏🎐"
+ "<*🎑🎓🎨🎯🎴🎀"
+ "<*🎁🎖🎗🎞🎟🏷📔📕📖📗📘📙📚📓📒📃📜📄📰"
+ "<*🗞📑🔖🖼💰"
+ "<*💴💵💶💷💸💱💲💳💹✉📧📨📩📤📥📦📫📪📬📭📮✏✒🖋🖊🖌🖍📝💻🖥🖨⌨🖱🖲💽💾💿📀"
+ "<*💼📁📂🗂📅📆🗒🗓📇📈📉📊📋📌📍📎🖇📏📐"
+ "<*📛✂🗃🗄🗑🔒🔓🔏🔐"
+ "<*🔑🗝🔨⛏⚒🛠"
+ "<*🔧🔩⚙🗜⚗⚖💉📿🕎🗡🔪⚔🔫🛡🏹🎒🔋🔌🔗⛓🚬💄💍💎🛢🔮🔯🔱🗳💊⚛⚜⚰"
+ "<*⚱🔰"
+ "<*💯📡🏁🏳🏴🚩"
+ "<*🇦🇧🇨🇩🇪🇫🇬🇭🇮🇯🇰🇱🇲🇳🇴🇵🇶🇷🇸🇹🇺🇻🇼🇽🇾🇿⬆↗➡↘⬇↙⬅↖↕↔↩↪⤴⤵🔃🔄🔙🔚🔛🔜🔝🕉✡☸☯✝☦⛩☪☮☢☣♻⚡⭐"
+ "<*⭕✅☑✔✖❌❎➕➖➗➰"
+ "<*➿〽✳✴❇▪▫◻◼◽◾⬛⬜🔶🔷🔸🔹🔺🔻💠"
+ "<*🔘🔲🔳⚪⚫🔴🔵‼⁉❓❔❕❗〰"
+ "<*🔞©®🔠"
+ "<*🔡🔢🔣🔤🅰"
+ "<*🆎🅱🆑🆒🆓ℹ🆔Ⓜ🆕🆖🅾🆗🅿🆘™🆙🆚🈁🈂🈹🉑🈴🈺🉐"
+ "<*🈯🈷🈶🈵🈚🈸㊗🈲㊙🈳"
+ }
+ Version{"27"}
+ }
eor{
Sequence{
"&a"
@@ -552,7 +643,7 @@
"&ք"
"<և"
}
- Version{"26"}
+ Version{"27"}
}
private-unihan{
Sequence{
@@ -794,7 +885,7 @@
"&龟=\uFDD0龟"
"&龠=\uFDD0龠"
}
- Version{"26"}
+ Version{"27"}
}
search{
Sequence{
@@ -910,11 +1001,11 @@
"&ᅮᅵ"
"=ᅱ"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{""}
- Version{"26"}
+ Version{"27"}
}
}
depends:process(dependency){"ucadata.icu"}
diff --git a/icu4c/source/data/coll/ru.txt b/icu4c/source/data/coll/ru.txt
index 8b01993..f44198a 100644
--- a/icu4c/source/data/coll/ru.txt
+++ b/icu4c/source/data/coll/ru.txt
@@ -1,23 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ru.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ru.xml
- */
ru{
- Version{"2.0.96.14"}
+ Version{"2.1.10.56"}
collations{
standard{
- Sequence{
- "[reorder Cyrl][suppressContractions [АаӘәГгЕеЖжЗзІіОоӨөКкУуЧчЫыЭэѴѵ]"
- "]"
- }
- Version{"26"}
+ Sequence{"[reorder Cyrl]"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/se.txt b/icu4c/source/data/coll/se.txt
index d9bf5ec..0db5e3e 100644
--- a/icu4c/source/data/coll/se.txt
+++ b/icu4c/source/data/coll/se.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/se.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/se.xml
- */
se{
Version{"2.1.6.32"}
collations{
search{
Sequence{"[import und-u-co-search][import se-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -59,7 +56,7 @@
"<<<Ô<<ǫ"
"<<<Ǫ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/sh.txt b/icu4c/source/data/coll/sh.txt
index 01e8e77..92016b4 100644
--- a/icu4c/source/data/coll/sh.txt
+++ b/icu4c/source/data/coll/sh.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sh_BA.txt b/icu4c/source/data/coll/sh_BA.txt
index 6759b40..56fcef4 100644
--- a/icu4c/source/data/coll/sh_BA.txt
+++ b/icu4c/source/data/coll/sh_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sh_CS.txt b/icu4c/source/data/coll/sh_CS.txt
index 553ebf6..30b8a4a 100755
--- a/icu4c/source/data/coll/sh_CS.txt
+++ b/icu4c/source/data/coll/sh_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sh_YU.txt b/icu4c/source/data/coll/sh_YU.txt
index 64e0f96..d15ea82 100644
--- a/icu4c/source/data/coll/sh_YU.txt
+++ b/icu4c/source/data/coll/sh_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/si.txt b/icu4c/source/data/coll/si.txt
index 4e8a1db..68060aa 100644
--- a/icu4c/source/data/coll/si.txt
+++ b/icu4c/source/data/coll/si.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/si.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/si.xml
- */
si{
Version{"2.0.96.14"}
collations{
@@ -18,7 +15,7 @@
"&ඖ<ං<ඃ"
"&ජ්ඤ<<ඥ"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -26,7 +23,7 @@
"&ඖ<ං<ඃ"
"&ඥ<ඤ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/sk.txt b/icu4c/source/data/coll/sk.txt
index 744d409..60cf729 100644
--- a/icu4c/source/data/coll/sk.txt
+++ b/icu4c/source/data/coll/sk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/sk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/sk.xml
- */
sk{
Version{"2.1.6.32"}
collations{
@@ -30,7 +27,7 @@
"&Y<ý<<<Ý"
"&Z<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -42,7 +39,7 @@
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/sl.txt b/icu4c/source/data/coll/sl.txt
index 64f58de..86cf02a 100644
--- a/icu4c/source/data/coll/sl.txt
+++ b/icu4c/source/data/coll/sl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/sl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/sl.xml
- */
sl{
Version{"2.0.96.14"}
collations{
@@ -19,7 +16,7 @@
"&S<š<<<Š"
"&Z<ž<<<Ž"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/smn.txt b/icu4c/source/data/coll/smn.txt
index 8ac2133..bdfed6f 100644
--- a/icu4c/source/data/coll/smn.txt
+++ b/icu4c/source/data/coll/smn.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/smn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/smn.xml
- */
smn{
Version{"2.1.8.44"}
collations{
search{
Sequence{"[import und-u-co-search][import smn-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -25,7 +22,7 @@
"&S<š<<<Š"
"&Z<ž<<<Ž<æ<<<Æ<ø<<<Ø<å<<<Å<ã<<<Ã<ä<<<Ä<á<<<Á<ö<<<Ö"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/sq.txt b/icu4c/source/data/coll/sq.txt
index 112857c..fd6f11b 100644
--- a/icu4c/source/data/coll/sq.txt
+++ b/icu4c/source/data/coll/sq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/sq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/sq.xml
- */
sq{
Version{"2.0.96.14"}
collations{
@@ -26,7 +23,7 @@
"&[before 1]Y<xh<<<Xh<<<XH"
"&[before 1]Ʒ<zh<<<Zh<<<ZH"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/sr.txt b/icu4c/source/data/coll/sr.txt
index ddf2264..ca95afb 100644
--- a/icu4c/source/data/coll/sr.txt
+++ b/icu4c/source/data/coll/sr.txt
@@ -1,23 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/sr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/sr.xml
- */
sr{
- Version{"2.0.96.14"}
+ Version{"2.1.10.56"}
collations{
standard{
- Sequence{
- "[reorder Cyrl][suppressContractions [АаӘәГгЕеЖжЗзИиІіОоӨөКкУуЧчЫыЭэѴ"
- "ѵ]]"
- }
- Version{"26"}
+ Sequence{"[reorder Cyrl][suppressContractions [Ии]]"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/sr_BA.txt b/icu4c/source/data/coll/sr_BA.txt
index f06ec6c..110b532 100644
--- a/icu4c/source/data/coll/sr_BA.txt
+++ b/icu4c/source/data/coll/sr_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sr_Cyrl.txt b/icu4c/source/data/coll/sr_Cyrl.txt
index 809c624..3d8b3a0 100755
--- a/icu4c/source/data/coll/sr_Cyrl.txt
+++ b/icu4c/source/data/coll/sr_Cyrl.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sr_Cyrl_BA.txt b/icu4c/source/data/coll/sr_Cyrl_BA.txt
index 95f1096..f8b597d 100644
--- a/icu4c/source/data/coll/sr_Cyrl_BA.txt
+++ b/icu4c/source/data/coll/sr_Cyrl_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sr_Cyrl_ME.txt b/icu4c/source/data/coll/sr_Cyrl_ME.txt
index c676481..f348ac1 100644
--- a/icu4c/source/data/coll/sr_Cyrl_ME.txt
+++ b/icu4c/source/data/coll/sr_Cyrl_ME.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sr_Cyrl_RS.txt b/icu4c/source/data/coll/sr_Cyrl_RS.txt
index a2071a5..5ad792e 100644
--- a/icu4c/source/data/coll/sr_Cyrl_RS.txt
+++ b/icu4c/source/data/coll/sr_Cyrl_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sr_Latn.txt b/icu4c/source/data/coll/sr_Latn.txt
index 0deee45..0efe750 100644
--- a/icu4c/source/data/coll/sr_Latn.txt
+++ b/icu4c/source/data/coll/sr_Latn.txt
@@ -1,24 +1,21 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/sr_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/sr_Latn.xml
- */
sr_Latn{
Version{"2.0.96.14"}
collations{
search{
Sequence{"[import hr-u-co-search]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{"[import hr]"}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/sr_Latn_BA.txt b/icu4c/source/data/coll/sr_Latn_BA.txt
index fcc337c..104ccd0 100644
--- a/icu4c/source/data/coll/sr_Latn_BA.txt
+++ b/icu4c/source/data/coll/sr_Latn_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sr_Latn_RS.txt b/icu4c/source/data/coll/sr_Latn_RS.txt
index c5ee86b..748bde4 100644
--- a/icu4c/source/data/coll/sr_Latn_RS.txt
+++ b/icu4c/source/data/coll/sr_Latn_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sr_ME.txt b/icu4c/source/data/coll/sr_ME.txt
index 28674d5..755a6b2 100644
--- a/icu4c/source/data/coll/sr_ME.txt
+++ b/icu4c/source/data/coll/sr_ME.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sr_RS.txt b/icu4c/source/data/coll/sr_RS.txt
index a4aa102..7e25389 100644
--- a/icu4c/source/data/coll/sr_RS.txt
+++ b/icu4c/source/data/coll/sr_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/sv.txt b/icu4c/source/data/coll/sv.txt
index be09260..58d4056 100644
--- a/icu4c/source/data/coll/sv.txt
+++ b/icu4c/source/data/coll/sv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/sv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/sv.xml
- */
sv{
Version{"2.1.6.32"}
collations{
@@ -21,11 +18,11 @@
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<<ę<<<Ę<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<œ<<<Œ<<ô<<<Ô"
}
- Version{"26"}
+ Version{"27"}
}
search{
Sequence{"[import und-u-co-search][import sv-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -36,7 +33,7 @@
"&Y<<ü<<<Ü<<ű<<<Ű"
"&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<<ę<<<Ę<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<œ<<<Œ<<ô<<<Ô"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/sw.txt b/icu4c/source/data/coll/sw.txt
index 035a875..f105b22 100644
--- a/icu4c/source/data/coll/sw.txt
+++ b/icu4c/source/data/coll/sw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/sw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/sw.xml
- */
sw{
Version{"2.0.97.57"}
}
diff --git a/icu4c/source/data/coll/ta.txt b/icu4c/source/data/coll/ta.txt
index 1584404..36c63da 100644
--- a/icu4c/source/data/coll/ta.txt
+++ b/icu4c/source/data/coll/ta.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ta.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ta.xml
- */
ta{
Version{"2.0.96.14"}
collations{
@@ -42,7 +39,7 @@
"&[before 1]ஹ<ஹ்"
"&[before 1]க்ஷ<க்ஷ்"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/te.txt b/icu4c/source/data/coll/te.txt
index 6cc8545..64d342b 100644
--- a/icu4c/source/data/coll/te.txt
+++ b/icu4c/source/data/coll/te.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/te.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/te.xml
- */
te{
Version{"2.0.96.14"}
collations{
@@ -17,7 +14,7 @@
"[normalization on][reorder Telu Deva Beng Guru Gujr Orya Taml Knda Mlym Sinh]"
"&ఔ<ఁ<ం<ః"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/th.txt b/icu4c/source/data/coll/th.txt
index ad31a6c..be44350 100644
--- a/icu4c/source/data/coll/th.txt
+++ b/icu4c/source/data/coll/th.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/th.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/th.xml
- */
th{
Version{"2.0.96.14"}
collations{
@@ -24,7 +21,7 @@
"&ๅํ<<<ํๅ"
"&ไ<ฺ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/to.txt b/icu4c/source/data/coll/to.txt
index 527f12f..d6ad2a4 100755
--- a/icu4c/source/data/coll/to.txt
+++ b/icu4c/source/data/coll/to.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/to.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/to.xml
- */
to{
Version{"2.0.96.14"}
collations{
@@ -22,7 +19,7 @@
"&o<<ó<<<Ó<<ō<<<Ō"
"&u<<ú<<<Ú<<ū<<<Ū"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/tr.txt b/icu4c/source/data/coll/tr.txt
index ab921f5..8e3ab47 100644
--- a/icu4c/source/data/coll/tr.txt
+++ b/icu4c/source/data/coll/tr.txt
@@ -1,20 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/tr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/tr.xml
- */
tr{
Version{"2.1.6.34"}
collations{
search{
Sequence{"[import und-u-co-search][import tr-u-co-standard]"}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -26,7 +23,7 @@
"&S<ş<<<Ş"
"&U<ü<<<Ü"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ug.txt b/icu4c/source/data/coll/ug.txt
index 9ef717a..b983c1c 100755
--- a/icu4c/source/data/coll/ug.txt
+++ b/icu4c/source/data/coll/ug.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ug.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ug.xml
- */
ug{
Version{"2.0.98.40"}
collations{
@@ -19,7 +16,7 @@
"&ك<گ<ڭ<ل"
"&ھ<و<ۇ<ۆ<ۈ<ۋ<ې<ى<ي"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ug_Arab.txt b/icu4c/source/data/coll/ug_Arab.txt
index 4da7473..dd20953 100755
--- a/icu4c/source/data/coll/ug_Arab.txt
+++ b/icu4c/source/data/coll/ug_Arab.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/ug_Arab_CN.txt b/icu4c/source/data/coll/ug_Arab_CN.txt
index ec159d0..e0abbf5 100755
--- a/icu4c/source/data/coll/ug_Arab_CN.txt
+++ b/icu4c/source/data/coll/ug_Arab_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/ug_CN.txt b/icu4c/source/data/coll/ug_CN.txt
index bb61bed..28e681c 100755
--- a/icu4c/source/data/coll/ug_CN.txt
+++ b/icu4c/source/data/coll/ug_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/uk.txt b/icu4c/source/data/coll/uk.txt
index 975a6a1..92de50f 100644
--- a/icu4c/source/data/coll/uk.txt
+++ b/icu4c/source/data/coll/uk.txt
@@ -1,23 +1,21 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/uk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/uk.xml
- */
uk{
- Version{"2.0.96.14"}
+ Version{"2.1.10.56"}
collations{
standard{
Sequence{
- "[reorder Cyrl][suppressContractions [АаӘәГгЕеЖжЗзОоӨөКкУуЧчЫыЭэѴѵ]]"
+ "[reorder Cyrl]"
"&Г<ґ<<<Ґ"
+ "&ꙇ<ї<<<\uA676<<<Ї"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/ur.txt b/icu4c/source/data/coll/ur.txt
index f77959c..2ed67b2 100755
--- a/icu4c/source/data/coll/ur.txt
+++ b/icu4c/source/data/coll/ur.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/ur.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/ur.xml
- */
ur{
Version{"2.0.96.14"}
collations{
@@ -21,7 +18,7 @@
"<<\u0651<<\u0658<<\u0653"
"&[last tertiary ignorable]<<<\u0610<<<\u0611<<<\u0613<<<\u0612<<<\u0614"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/vi.txt b/icu4c/source/data/coll/vi.txt
index 692a497..954b7c5 100644
--- a/icu4c/source/data/coll/vi.txt
+++ b/icu4c/source/data/coll/vi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/vi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/vi.xml
- */
vi{
Version{"2.0.96.14"}
collations{
@@ -22,7 +19,7 @@
"&o<ô<<<Ô<ơ<<<Ơ"
"&u<ư<<<Ư"
}
- Version{"26"}
+ Version{"27"}
}
traditional{
Sequence{
@@ -41,7 +38,7 @@
"&T<th<<<Th<<<TH<tr<<<Tr<<<TR"
"&u<ư<<<Ư"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/wae.txt b/icu4c/source/data/coll/wae.txt
index 9f45445..38c1fb7 100644
--- a/icu4c/source/data/coll/wae.txt
+++ b/icu4c/source/data/coll/wae.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/wae.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/wae.xml
- */
wae{
Version{"2.0.96.14"}
}
diff --git a/icu4c/source/data/coll/yi.txt b/icu4c/source/data/coll/yi.txt
index 7703b65..56141a8 100644
--- a/icu4c/source/data/coll/yi.txt
+++ b/icu4c/source/data/coll/yi.txt
@@ -1,134 +1,23 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/yi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/yi.xml
- */
yi{
- Version{"2.1.6.71"}
+ Version{"2.1.12.2"}
collations{
search{
Sequence{
- "[normalization on][suppressContractions [เ-ไ ເ-ໄ]]"
- "&'='<'≠'"
- "&ا"
- "<<<ﺎ<<<ﺍ"
- "<<آ"
- "<<<ﺂ<<<ﺁ"
- "<<أ"
- "<<<ﺄ<<<ﺃ"
- "<<إ"
- "<<<ﺈ<<<ﺇ"
- "&و"
- "<<<ۥ"
- "<<<ﻮ<<<ﻭ"
- "<<ؤ"
- "<<<ﺆ<<<ﺅ"
- "&ي"
- "<<<ۦ"
- "<<<ﻳ<<<ﻴ<<<ﻲ<<<ﻱ"
- "<<ئ"
- "<<<ﺋ<<<ﺌ<<<ﺊ<<<ﺉ"
- "<<ى"
- "<<<ﯨ<<<ﯩ"
- "<<<ﻰ<<<ﻯ"
- "&ه"
- "<<<ﻫ<<<ﻬ<<<ﻪ<<<ﻩ"
- "<<ة"
- "<<<ﺔ<<<ﺓ"
- "&[last primary ignorable]<<׳"
+ "[import und-u-co-search]"
+ "&׳"
"<<''"
- "<<״"
+ "&״"
"<<'\u0022'"
- "<<ـ"
- "<<ฺ"
- "&ᄀ"
- "=ᆨ"
- "&ᄀᄀ"
- "=ᄁ=ᆩ"
- "&ᄀᄉ"
- "=ᆪ"
- "&ᄂ"
- "=ᆫ"
- "&ᄂᄌ"
- "=ᆬ"
- "&ᄂᄒ"
- "=ᆭ"
- "&ᄃ"
- "=ᆮ"
- "&ᄃᄃ"
- "=ᄄ"
- "&ᄅ"
- "=ᆯ"
- "&ᄅᄀ"
- "=ᆰ"
- "&ᄅᄆ"
- "=ᆱ"
- "&ᄅᄇ"
- "=ᆲ"
- "&ᄅᄉ"
- "=ᆳ"
- "&ᄅᄐ"
- "=ᆴ"
- "&ᄅᄑ"
- "=ᆵ"
- "&ᄅᄒ"
- "=ᆶ"
- "&ᄆ"
- "=ᆷ"
- "&ᄇ"
- "=ᆸ"
- "&ᄇᄇ"
- "=ᄈ"
- "&ᄇᄉ"
- "=ᆹ"
- "&ᄉ"
- "=ᆺ"
- "&ᄉᄉ"
- "=ᄊ=ᆻ"
- "&ᄋ"
- "=ᆼ"
- "&ᄌ"
- "=ᆽ"
- "&ᄌᄌ"
- "=ᄍ"
- "&ᄎ"
- "=ᆾ"
- "&ᄏ"
- "=ᆿ"
- "&ᄐ"
- "=ᇀ"
- "&ᄑ"
- "=ᇁ"
- "&ᄒ"
- "=ᇂ"
- "&ᅡᅵ"
- "=ᅢ"
- "&ᅣᅵ"
- "=ᅤ"
- "&ᅥᅵ"
- "=ᅦ"
- "&ᅧᅵ"
- "=ᅨ"
- "&ᅩᅡ"
- "=ᅪ"
- "&ᅩᅡᅵ"
- "=ᅫ"
- "&ᅩᅵ"
- "=ᅬ"
- "&ᅮᅴ"
- "=ᅯ"
- "&ᅮᅴᅵ"
- "=ᅰ"
- "&ᅮᅵ"
- "=ᅱ"
}
- Version{"26"}
+ Version{"27"}
}
standard{
Sequence{
@@ -144,7 +33,7 @@
"&ש<שׂ"
"&[before 1]ת<תּ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/yo.txt b/icu4c/source/data/coll/yo.txt
index 7d8b7a5..50f9c60 100755
--- a/icu4c/source/data/coll/yo.txt
+++ b/icu4c/source/data/coll/yo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/yo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/yo.xml
- */
yo{
Version{"2.0.96.14"}
collations{
@@ -20,7 +17,7 @@
"&O<ọ<<<Ọ"
"&S<ṣ<<<Ṣ"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/zh.txt b/icu4c/source/data/coll/zh.txt
index c4166a0..b07fa47 100644
--- a/icu4c/source/data/coll/zh.txt
+++ b/icu4c/source/data/coll/zh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/zh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/zh.xml
- */
zh{
Version{"2.1.7.95"}
collations{
@@ -17,7 +14,7 @@
"[import zh-u-co-private-pinyin][reorder Latn Hani Bopo]"
"&[last regular]<*兙兛兞兝兡兣嗧瓩糎一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲乂乜凵匚厂万丌乇亍囗屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛毻毼毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘"
}
- Version{"26"}
+ Version{"27"}
}
default{"pinyin"}
gb2312han{
@@ -25,7 +22,7 @@
"[import zh-u-co-private-pinyin][reorder Latn Hani]"
"&[last regular]<*啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧饨饩饪饫饬饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡缢缣缤缥缦缧缪缫缬缭缯缰缱缲缳缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶钷钸钹钺钼钽钿铄铈铉铊铋铌铍铎铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒锓锔锕锖锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤镥镦镧镨镩镪镫镬镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨鸩鸪鸫鸬鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦鹧鹨鹩鹪鹫鹬鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅龆龇龈龉龊龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞鲟鲠鲡鲢鲣鲥鲦鲧鲨鲩鲫鲭鲮鲰鲱鲲鲳鲴鲵鲶鲷鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋鳌鳍鳎鳏鳐鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"
}
- Version{"26"}
+ Version{"27"}
}
pinyin{
Sequence{
@@ -2036,7 +2033,7 @@
"&弞<沈阳/阳"
"&銺<藏文/文"
}
- Version{"26"}
+ Version{"27"}
}
private-pinyin{
Sequence{
@@ -2050,7 +2047,7 @@
"&[before 2]u<<ū<<<Ū<<ú<<<Ú<<ǔ<<<Ǔ<<ù<<<Ù"
"&U<<ǖ<<<Ǖ<<ǘ<<<Ǘ<<ǚ<<<Ǚ<<ǜ<<<Ǜ<<ü<<<Ü"
}
- Version{"26"}
+ Version{"27"}
}
stroke{
Sequence{
@@ -2749,14 +2746,14 @@
"&龟<<<⻳"
"&龠<<<⿕"
}
- Version{"26"}
+ Version{"27"}
}
unihan{
Sequence{
"[import und-u-co-private-unihan][import zh-u-co-private-pinyin][reor"
"der Hani Bopo]"
}
- Version{"26"}
+ Version{"27"}
}
zhuyin{
Sequence{
@@ -4782,7 +4779,7 @@
"&龟<<<⻳"
"&龠<<<⿕"
}
- Version{"26"}
+ Version{"27"}
}
}
}
diff --git a/icu4c/source/data/coll/zh_CN.txt b/icu4c/source/data/coll/zh_CN.txt
index 1be702c..6dcdfba 100644
--- a/icu4c/source/data/coll/zh_CN.txt
+++ b/icu4c/source/data/coll/zh_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_HK.txt b/icu4c/source/data/coll/zh_HK.txt
index a9d7458..81e76f7 100644
--- a/icu4c/source/data/coll/zh_HK.txt
+++ b/icu4c/source/data/coll/zh_HK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_Hans.txt b/icu4c/source/data/coll/zh_Hans.txt
index 7691333..cf84592 100755
--- a/icu4c/source/data/coll/zh_Hans.txt
+++ b/icu4c/source/data/coll/zh_Hans.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_Hans_CN.txt b/icu4c/source/data/coll/zh_Hans_CN.txt
index a1a231c..af9c02e 100644
--- a/icu4c/source/data/coll/zh_Hans_CN.txt
+++ b/icu4c/source/data/coll/zh_Hans_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_Hans_SG.txt b/icu4c/source/data/coll/zh_Hans_SG.txt
index 71e0855..4f1fa8e 100644
--- a/icu4c/source/data/coll/zh_Hans_SG.txt
+++ b/icu4c/source/data/coll/zh_Hans_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_Hant.txt b/icu4c/source/data/coll/zh_Hant.txt
index 8fe9c6f..f253e87 100644
--- a/icu4c/source/data/coll/zh_Hant.txt
+++ b/icu4c/source/data/coll/zh_Hant.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/zh_Hant.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/xml/collation/zh_Hant.xml
- */
zh_Hant{
Version{"2.0.96.14"}
collations{
diff --git a/icu4c/source/data/coll/zh_Hant_HK.txt b/icu4c/source/data/coll/zh_Hant_HK.txt
index 5165d59..dca197b 100644
--- a/icu4c/source/data/coll/zh_Hant_HK.txt
+++ b/icu4c/source/data/coll/zh_Hant_HK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_Hant_MO.txt b/icu4c/source/data/coll/zh_Hant_MO.txt
index 3b7f9a6..47537f6 100644
--- a/icu4c/source/data/coll/zh_Hant_MO.txt
+++ b/icu4c/source/data/coll/zh_Hant_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_Hant_TW.txt b/icu4c/source/data/coll/zh_Hant_TW.txt
index b5fc19d..af0e3ad 100644
--- a/icu4c/source/data/coll/zh_Hant_TW.txt
+++ b/icu4c/source/data/coll/zh_Hant_TW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_MO.txt b/icu4c/source/data/coll/zh_MO.txt
index 80f54b0..3685079 100644
--- a/icu4c/source/data/coll/zh_MO.txt
+++ b/icu4c/source/data/coll/zh_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_SG.txt b/icu4c/source/data/coll/zh_SG.txt
index 5d952cc..27ef3cb 100644
--- a/icu4c/source/data/coll/zh_SG.txt
+++ b/icu4c/source/data/coll/zh_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zh_TW.txt b/icu4c/source/data/coll/zh_TW.txt
index 8fbbfb5..9d627a7 100644
--- a/icu4c/source/data/coll/zh_TW.txt
+++ b/icu4c/source/data/coll/zh_TW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/coll/zu.txt b/icu4c/source/data/coll/zu.txt
index 5758c74..4dc9adf 100644
--- a/icu4c/source/data/coll/zu.txt
+++ b/icu4c/source/data/coll/zu.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/collation/zu.xml
diff --git a/icu4c/source/data/curr/af.txt b/icu4c/source/data/curr/af.txt
index fdd75f3..363ff78 100644
--- a/icu4c/source/data/curr/af.txt
+++ b/icu4c/source/data/curr/af.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/af.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/af.xml
- */
af{
Currencies{
AED{
@@ -1362,5 +1359,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/af_NA.txt b/icu4c/source/data/curr/af_NA.txt
index 9cadb00..45d5e24 100755
--- a/icu4c/source/data/curr/af_NA.txt
+++ b/icu4c/source/data/curr/af_NA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/af_NA.xml
@@ -13,5 +13,5 @@
"Namibiese dollar",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.68"}
}
diff --git a/icu4c/source/data/curr/agq.txt b/icu4c/source/data/curr/agq.txt
old mode 100644
new mode 100755
index 969e9e4..75495ed
--- a/icu4c/source/data/curr/agq.txt
+++ b/icu4c/source/data/curr/agq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/agq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/agq.xml
- */
agq{
Currencies{
AED{
@@ -81,7 +78,7 @@
}
GBP{
"£",
- "Bɔ̀ŋ Sɨ̀telè è Bèletì",
+ "Bɔ̀ŋ è Bèletì",
}
GHC{
"GHC",
@@ -232,5 +229,5 @@
"Dɔlà è Zìmbagbɛ̀",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/ak.txt b/icu4c/source/data/curr/ak.txt
old mode 100644
new mode 100755
index ba52f7d..9d6a76e
--- a/icu4c/source/data/curr/ak.txt
+++ b/icu4c/source/data/curr/ak.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ak.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ak.xml
- */
ak{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/am.txt b/icu4c/source/data/curr/am.txt
index 0078d33..5d555da 100644
--- a/icu4c/source/data/curr/am.txt
+++ b/icu4c/source/data/curr/am.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/am.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/am.xml
- */
am{
Currencies{
AED{
@@ -1351,5 +1348,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ar.txt b/icu4c/source/data/curr/ar.txt
index faa3009..19cbcda 100644
--- a/icu4c/source/data/curr/ar.txt
+++ b/icu4c/source/data/curr/ar.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ar.xml
- */
ar{
Currencies{
ADP{
@@ -2251,5 +2248,5 @@
two{"{0} {1}"}
zero{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ar_AE.txt b/icu4c/source/data/curr/ar_AE.txt
index 6a0fe7d..d6b6a19 100644
--- a/icu4c/source/data/curr/ar_AE.txt
+++ b/icu4c/source/data/curr/ar_AE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_AE.xml
@@ -10,5 +10,5 @@
Currencies%narrow{
BND{"$"}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/ar_DJ.txt b/icu4c/source/data/curr/ar_DJ.txt
index 9140898..89746ca 100755
--- a/icu4c/source/data/curr/ar_DJ.txt
+++ b/icu4c/source/data/curr/ar_DJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_DJ.xml
diff --git a/icu4c/source/data/curr/ar_ER.txt b/icu4c/source/data/curr/ar_ER.txt
index 7f2ea69..c622d88 100755
--- a/icu4c/source/data/curr/ar_ER.txt
+++ b/icu4c/source/data/curr/ar_ER.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_ER.xml
diff --git a/icu4c/source/data/curr/ar_LB.txt b/icu4c/source/data/curr/ar_LB.txt
index 53d3b00..05b70e3 100755
--- a/icu4c/source/data/curr/ar_LB.txt
+++ b/icu4c/source/data/curr/ar_LB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_LB.xml
@@ -13,5 +13,5 @@
"جنيه سوداني",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.12.18"}
}
diff --git a/icu4c/source/data/curr/ar_SO.txt b/icu4c/source/data/curr/ar_SO.txt
index 448b49f..354b4c9 100755
--- a/icu4c/source/data/curr/ar_SO.txt
+++ b/icu4c/source/data/curr/ar_SO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_SO.xml
diff --git a/icu4c/source/data/curr/ar_SS.txt b/icu4c/source/data/curr/ar_SS.txt
index ded2c9a..41ba5b4 100644
--- a/icu4c/source/data/curr/ar_SS.txt
+++ b/icu4c/source/data/curr/ar_SS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_SS.xml
diff --git a/icu4c/source/data/curr/as.txt b/icu4c/source/data/curr/as.txt
index 5b768d5..6203dc5 100644
--- a/icu4c/source/data/curr/as.txt
+++ b/icu4c/source/data/curr/as.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/as.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/as.xml
- */
as{
Version{"2.1.7.39"}
}
diff --git a/icu4c/source/data/curr/asa.txt b/icu4c/source/data/curr/asa.txt
old mode 100644
new mode 100755
index ef389da..e6a7b79
--- a/icu4c/source/data/curr/asa.txt
+++ b/icu4c/source/data/curr/asa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/asa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/asa.xml
- */
asa{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/az.txt b/icu4c/source/data/curr/az.txt
index 0e0146a..869e838 100644
--- a/icu4c/source/data/curr/az.txt
+++ b/icu4c/source/data/curr/az.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az.xml
- */
az{
Currencies{
ADP{
@@ -349,7 +346,7 @@
}
GBP{
"£",
- "Britaniya Funt Sterlinqi",
+ "Britaniya Funt",
}
GEK{
"GEK",
@@ -1462,8 +1459,8 @@
other{"Fransız markası"}
}
GBP{
- one{"Britaniya funt sterlinqi"}
- other{"Britaniya funt sterlinqi"}
+ one{"Britaniya funt"}
+ other{"Britaniya funt"}
}
GEK{
one{"Gürcüstan kupon lariti"}
@@ -2186,5 +2183,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/az_AZ.txt b/icu4c/source/data/curr/az_AZ.txt
index e2caa2c..81e930a 100644
--- a/icu4c/source/data/curr/az_AZ.txt
+++ b/icu4c/source/data/curr/az_AZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/az_Cyrl.txt b/icu4c/source/data/curr/az_Cyrl.txt
index 95572d6..70aae26 100644
--- a/icu4c/source/data/curr/az_Cyrl.txt
+++ b/icu4c/source/data/curr/az_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az_Cyrl.xml
- */
az_Cyrl{
%%Parent{"root"}
Currencies{
@@ -20,5 +17,5 @@
Currencies%variant{
AZN{"₼"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.34"}
}
diff --git a/icu4c/source/data/curr/az_Latn.txt b/icu4c/source/data/curr/az_Latn.txt
index 26c5c3f..265c4ff 100644
--- a/icu4c/source/data/curr/az_Latn.txt
+++ b/icu4c/source/data/curr/az_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az_Latn.xml
- */
az_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/az_Latn_AZ.txt b/icu4c/source/data/curr/az_Latn_AZ.txt
index aa55f3a..8b8e5af 100644
--- a/icu4c/source/data/curr/az_Latn_AZ.txt
+++ b/icu4c/source/data/curr/az_Latn_AZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/bas.txt b/icu4c/source/data/curr/bas.txt
old mode 100644
new mode 100755
index c88fda4..59d982e
--- a/icu4c/source/data/curr/bas.txt
+++ b/icu4c/source/data/curr/bas.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bas.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bas.xml
- */
bas{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/be.txt b/icu4c/source/data/curr/be.txt
index 609da39..490c3ca 100644
--- a/icu4c/source/data/curr/be.txt
+++ b/icu4c/source/data/curr/be.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/be.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/be.xml
- */
be{
Currencies{
AUD{
@@ -64,5 +61,5 @@
"невядомая або недапушчальная валюта",
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/bem.txt b/icu4c/source/data/curr/bem.txt
index 82cc24c..4bacae9 100755
--- a/icu4c/source/data/curr/bem.txt
+++ b/icu4c/source/data/curr/bem.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bem.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bem.xml
- */
bem{
Currencies{
ZMW{
diff --git a/icu4c/source/data/curr/bez.txt b/icu4c/source/data/curr/bez.txt
old mode 100644
new mode 100755
index 16d056d..18a4546
--- a/icu4c/source/data/curr/bez.txt
+++ b/icu4c/source/data/curr/bez.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bez.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bez.xml
- */
bez{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/bg.txt b/icu4c/source/data/curr/bg.txt
index d29b9af..472bcca 100644
--- a/icu4c/source/data/curr/bg.txt
+++ b/icu4c/source/data/curr/bg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bg.xml
- */
bg{
Currencies{
ADP{
@@ -2051,5 +2048,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/bm.txt b/icu4c/source/data/curr/bm.txt
old mode 100644
new mode 100755
index 19e3797..99b8009
--- a/icu4c/source/data/curr/bm.txt
+++ b/icu4c/source/data/curr/bm.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bm.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bm.xml
- */
bm{
Currencies{
AED{
@@ -81,7 +78,7 @@
}
GBP{
"£",
- "angilɛ Livri Siterlingi",
+ "angilɛ Livri",
}
GHC{
"GHC",
@@ -236,5 +233,5 @@
"zimbabuwe Dolar",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/bm_Latn.txt b/icu4c/source/data/curr/bm_Latn.txt
index 2e057ef..6fd6d71 100644
--- a/icu4c/source/data/curr/bm_Latn.txt
+++ b/icu4c/source/data/curr/bm_Latn.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bm_Latn.xml
diff --git a/icu4c/source/data/curr/bn.txt b/icu4c/source/data/curr/bn.txt
index 33f0712..5e49789 100644
--- a/icu4c/source/data/curr/bn.txt
+++ b/icu4c/source/data/curr/bn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bn.xml
- */
bn{
Currencies{
ADP{
@@ -1771,5 +1768,5 @@
other{"জাম্বিয়ান কওয়াচা"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/bo.txt b/icu4c/source/data/curr/bo.txt
index 6b12032..c8db78c 100644
--- a/icu4c/source/data/curr/bo.txt
+++ b/icu4c/source/data/curr/bo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bo.xml
- */
bo{
Currencies{
CNY{
diff --git a/icu4c/source/data/curr/bo_IN.txt b/icu4c/source/data/curr/bo_IN.txt
index 3c058c6..cfe55fc 100755
--- a/icu4c/source/data/curr/bo_IN.txt
+++ b/icu4c/source/data/curr/bo_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bo_IN.xml
diff --git a/icu4c/source/data/curr/br.txt b/icu4c/source/data/curr/br.txt
old mode 100644
new mode 100755
index dbbc365..165cdbd
--- a/icu4c/source/data/curr/br.txt
+++ b/icu4c/source/data/curr/br.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/br.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/br.xml
- */
br{
Currencies{
ADP{
@@ -325,7 +322,7 @@
}
GBP{
"£ RU",
- "lur sterling Breizh-Veur",
+ "lur Breizh-Veur",
}
GEL{
"GEL",
@@ -1644,11 +1641,11 @@
two{"lur gall"}
}
GBP{
- few{"lur sterling Breizh-Veur"}
- many{"a lurioù sterling Breizh-Veur"}
- one{"lur sterling Breizh-Veur"}
- other{"lur sterling Breizh-Veur"}
- two{"lur sterling Breizh-Veur"}
+ few{"lur Breizh-Veur"}
+ many{"a lurioù Breizh-Veur"}
+ one{"lur Breizh-Veur"}
+ other{"lur Breizh-Veur"}
+ two{"lur Breizh-Veur"}
}
GEL{
few{"lari Jorjia"}
@@ -2897,5 +2894,5 @@
other{"{0} {1}"}
two{"{0} {1}"}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/brx.txt b/icu4c/source/data/curr/brx.txt
old mode 100644
new mode 100755
index ca5c516..2d40a6d
--- a/icu4c/source/data/curr/brx.txt
+++ b/icu4c/source/data/curr/brx.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/brx.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/brx.xml
- */
brx{
Currencies{
ADP{
@@ -1080,5 +1077,5 @@
"ज़ीम्बाबवेई डॉलर",
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/bs.txt b/icu4c/source/data/curr/bs.txt
index 3bbb92b..b356c77 100644
--- a/icu4c/source/data/curr/bs.txt
+++ b/icu4c/source/data/curr/bs.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bs.xml
- */
bs{
Currencies{
ADP{
@@ -369,7 +366,7 @@
}
GBP{
"GBP",
- "Britanska funta sterlinga",
+ "Britanska funta",
}
GEK{
"GEK",
@@ -1648,9 +1645,9 @@
other{"francuskih franaka"}
}
GBP{
- few{"britanske funte sterlinga"}
- one{"britanska funta sterlinga"}
- other{"britanskih funti sterlinga"}
+ few{"britanske funte"}
+ one{"britanska funta"}
+ other{"britanskih funti"}
}
GEK{
few{"gruzijska kupon larita"}
@@ -2628,5 +2625,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
}
diff --git a/icu4c/source/data/curr/bs_BA.txt b/icu4c/source/data/curr/bs_BA.txt
index e105548..db3b36a 100755
--- a/icu4c/source/data/curr/bs_BA.txt
+++ b/icu4c/source/data/curr/bs_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/bs_Cyrl.txt b/icu4c/source/data/curr/bs_Cyrl.txt
old mode 100644
new mode 100755
index 9ce7938..d2fc22f
--- a/icu4c/source/data/curr/bs_Cyrl.txt
+++ b/icu4c/source/data/curr/bs_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bs_Cyrl.xml
- */
bs_Cyrl{
%%Parent{"root"}
Currencies{
@@ -358,7 +355,7 @@
}
GBP{
"£",
- "Британска фунта стерлинга",
+ "Британска фунта",
}
GEK{
"GEK",
@@ -1549,9 +1546,9 @@
other{"француских франака"}
}
GBP{
- few{"британске фунте стерлинга"}
- one{"британска фунта стерлинга"}
- other{"британских фунти стерлинга"}
+ few{"британске фунте"}
+ one{"британска фунта"}
+ other{"британских фунти"}
}
GEK{
few{"грузијска купон ларита"}
@@ -2494,5 +2491,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/bs_Latn.txt b/icu4c/source/data/curr/bs_Latn.txt
index ac601c4..f558c5c 100755
--- a/icu4c/source/data/curr/bs_Latn.txt
+++ b/icu4c/source/data/curr/bs_Latn.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs_Latn.xml
diff --git a/icu4c/source/data/curr/bs_Latn_BA.txt b/icu4c/source/data/curr/bs_Latn_BA.txt
index 4a4c7f0..ca3c38a 100755
--- a/icu4c/source/data/curr/bs_Latn_BA.txt
+++ b/icu4c/source/data/curr/bs_Latn_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ca.txt b/icu4c/source/data/curr/ca.txt
index 7325329..6981335 100644
--- a/icu4c/source/data/curr/ca.txt
+++ b/icu4c/source/data/curr/ca.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ca.xml
- */
ca{
Currencies{
ADP{
@@ -398,7 +395,7 @@
}
GBP{
"£",
- "lliura esterlina britànica",
+ "lliura britànica",
}
GEK{
"GEK",
@@ -1585,8 +1582,8 @@
other{"francs francesos"}
}
GBP{
- one{"lliura esterlina britànica"}
- other{"lliures esterlines britàniques"}
+ one{"lliura britànica"}
+ other{"lliures britàniques"}
}
GEK{
one{"cupó de lari georgià"}
@@ -2381,5 +2378,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ca_FR.txt b/icu4c/source/data/curr/ca_FR.txt
index c6a43b9..175543f 100644
--- a/icu4c/source/data/curr/ca_FR.txt
+++ b/icu4c/source/data/curr/ca_FR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca_FR.xml
diff --git a/icu4c/source/data/curr/cgg.txt b/icu4c/source/data/curr/cgg.txt
old mode 100644
new mode 100755
index 1a11f94..04b76ad
--- a/icu4c/source/data/curr/cgg.txt
+++ b/icu4c/source/data/curr/cgg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cgg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cgg.xml
- */
cgg{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/chr.txt b/icu4c/source/data/curr/chr.txt
old mode 100644
new mode 100755
index 02b7f99..33f3ab5
--- a/icu4c/source/data/curr/chr.txt
+++ b/icu4c/source/data/curr/chr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/chr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/chr.xml
- */
chr{
Currencies{
BRL{
diff --git a/icu4c/source/data/curr/cs.txt b/icu4c/source/data/curr/cs.txt
index da9106c..5afcefe 100644
--- a/icu4c/source/data/curr/cs.txt
+++ b/icu4c/source/data/curr/cs.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cs.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cs.xml
- */
cs{
Currencies{
ADP{
@@ -3005,5 +3002,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/cy.txt b/icu4c/source/data/curr/cy.txt
index c349013..43658f8 100644
--- a/icu4c/source/data/curr/cy.txt
+++ b/icu4c/source/data/curr/cy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cy.xml
- */
cy{
Currencies{
AED{
@@ -197,7 +194,7 @@
}
GBP{
"£",
- "Punt Sterling Prydain",
+ "Punt Prydain",
}
GEL{
"GEL",
@@ -1018,12 +1015,12 @@
zero{"Punt Ynysoedd Falkland/Malvinas"}
}
GBP{
- few{"Punt Sterling Prydain"}
- many{"Punt Sterling Prydain"}
- one{"Punt Sterling Prydain"}
- other{"Punt Sterling Prydain"}
- two{"Punt Sterling Prydain"}
- zero{"Punt Sterling Prydain"}
+ few{"Punt Prydain"}
+ many{"Punt Prydain"}
+ one{"Punt Prydain"}
+ other{"Punt Prydain"}
+ two{"Punt Prydain"}
+ zero{"Punt Prydain"}
}
GEL{
few{"Lari Georgia"}
@@ -1930,5 +1927,5 @@
two{"{0} {1}"}
zero{"{0} {1}"}
}
- Version{"2.1.7.80"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/da.txt b/icu4c/source/data/curr/da.txt
index 5248673..6b18852 100644
--- a/icu4c/source/data/curr/da.txt
+++ b/icu4c/source/data/curr/da.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/da.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/da.xml
- */
da{
Currencies{
ADP{
@@ -2171,5 +2168,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.9.62"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/dav.txt b/icu4c/source/data/curr/dav.txt
old mode 100644
new mode 100755
index ede0afd..913fd76
--- a/icu4c/source/data/curr/dav.txt
+++ b/icu4c/source/data/curr/dav.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dav.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dav.xml
- */
dav{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/de.txt b/icu4c/source/data/curr/de.txt
index 314cff7..18a5265 100644
--- a/icu4c/source/data/curr/de.txt
+++ b/icu4c/source/data/curr/de.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/de.xml
- */
de{
Currencies{
ADP{
@@ -397,7 +394,7 @@
}
GBP{
"£",
- "Britisches Pfund Sterling",
+ "Britisches Pfund",
}
GEK{
"GEK",
@@ -1641,8 +1638,8 @@
other{"Französische Franc"}
}
GBP{
- one{"Britisches Pfund Sterling"}
- other{"Britische Pfund Sterling"}
+ one{"Britisches Pfund"}
+ other{"Britische Pfund"}
}
GEK{
one{"Georgischer Kupon Larit"}
@@ -2449,5 +2446,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.4"}
}
diff --git a/icu4c/source/data/curr/de_CH.txt b/icu4c/source/data/curr/de_CH.txt
index 44c4aff..daf520c 100755
--- a/icu4c/source/data/curr/de_CH.txt
+++ b/icu4c/source/data/curr/de_CH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_CH.xml
@@ -23,5 +23,5 @@
other{"Weissrussische Rubel"}
}
}
- Version{"2.1.8.21"}
+ Version{"2.1.11.70"}
}
diff --git a/icu4c/source/data/curr/de_LU.txt b/icu4c/source/data/curr/de_LU.txt
index 8c6da75..e5f6100 100644
--- a/icu4c/source/data/curr/de_LU.txt
+++ b/icu4c/source/data/curr/de_LU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_LU.xml
diff --git a/icu4c/source/data/curr/dje.txt b/icu4c/source/data/curr/dje.txt
old mode 100644
new mode 100755
index 5400ac0..ab21c2f
--- a/icu4c/source/data/curr/dje.txt
+++ b/icu4c/source/data/curr/dje.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dje.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dje.xml
- */
dje{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/dsb.txt b/icu4c/source/data/curr/dsb.txt
index e5930fb..654bef4 100644
--- a/icu4c/source/data/curr/dsb.txt
+++ b/icu4c/source/data/curr/dsb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dsb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dsb.xml
- */
dsb{
Currencies{
ADP{
@@ -1853,5 +1850,5 @@
other{"{0} {1}"}
two{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/dua.txt b/icu4c/source/data/curr/dua.txt
index 7e16dc3..2457d09 100755
--- a/icu4c/source/data/curr/dua.txt
+++ b/icu4c/source/data/curr/dua.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dua.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dua.xml
- */
dua{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/dyo.txt b/icu4c/source/data/curr/dyo.txt
old mode 100644
new mode 100755
index feba2af..d8b06c7
--- a/icu4c/source/data/curr/dyo.txt
+++ b/icu4c/source/data/curr/dyo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dyo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dyo.xml
- */
dyo{
Currencies{
AOA{
diff --git a/icu4c/source/data/curr/dz.txt b/icu4c/source/data/curr/dz.txt
old mode 100644
new mode 100755
index 2e39b7b..a1e1d70
--- a/icu4c/source/data/curr/dz.txt
+++ b/icu4c/source/data/curr/dz.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dz.xml
- */
dz{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ebu.txt b/icu4c/source/data/curr/ebu.txt
old mode 100644
new mode 100755
index e52285b..0d48212
--- a/icu4c/source/data/curr/ebu.txt
+++ b/icu4c/source/data/curr/ebu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ebu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ebu.xml
- */
ebu{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ee.txt b/icu4c/source/data/curr/ee.txt
old mode 100644
new mode 100755
index 74d09b2..f39b93c
--- a/icu4c/source/data/curr/ee.txt
+++ b/icu4c/source/data/curr/ee.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ee.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ee.xml
- */
ee{
Currencies{
ADP{
@@ -397,7 +394,7 @@
}
GBP{
"£",
- "britainga pound sterling",
+ "britainga pound",
}
GEK{
"GEK",
@@ -1542,8 +1539,8 @@
other{"frentsiga franc"}
}
GBP{
- one{"britainga pound sterling"}
- other{"britainga pound sterling"}
+ one{"britainga pound"}
+ other{"britainga pound"}
}
GEK{
one{"dzɔdziaga kupon larit"}
@@ -2306,5 +2303,5 @@
one{"{1} {0}"}
other{"{1} {0}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/el.txt b/icu4c/source/data/curr/el.txt
index c5ef590..f428dcd 100644
--- a/icu4c/source/data/curr/el.txt
+++ b/icu4c/source/data/curr/el.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/el.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/el.xml
- */
el{
Currencies{
ADP{
@@ -345,7 +342,7 @@
}
GBP{
"£",
- "Λίρα Στερλίνα Βρετανίας",
+ "Λίρα Βρετανίας",
}
GEK{
"GEK",
@@ -1464,8 +1461,8 @@
other{"φράγκα Γαλλίας"}
}
GBP{
- one{"λίρα στερλίνα Βρετανίας"}
- other{"λίρες στερλίνες Βρετανίας"}
+ one{"λίρα Βρετανίας"}
+ other{"λίρες Βρετανίας"}
}
GEK{
one{"κούπον λάρι Γεωργίας"}
@@ -2188,5 +2185,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/en.txt b/icu4c/source/data/curr/en.txt
index d393fb3..c24d8ac 100644
--- a/icu4c/source/data/curr/en.txt
+++ b/icu4c/source/data/curr/en.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/en.xml
- */
en{
Currencies{
ADP{
@@ -397,7 +394,7 @@
}
GBP{
"£",
- "British Pound Sterling",
+ "British Pound",
}
GEK{
"GEK",
@@ -796,7 +793,7 @@
"Papua New Guinean Kina",
}
PHP{
- "Php",
+ "PHP",
"Philippine Peso",
}
PKR{
@@ -1029,7 +1026,7 @@
}
UZS{
"UZS",
- "Uzbekistan Som",
+ "Uzbekistani Som",
}
VEB{
"VEB",
@@ -1057,7 +1054,7 @@
}
XAF{
"FCFA",
- "CFA Franc BEAC",
+ "Central African CFA Franc",
}
XAG{
"XAG",
@@ -1105,7 +1102,7 @@
}
XOF{
"CFA",
- "CFA Franc BCEAO",
+ "West African CFA Franc",
}
XPD{
"XPD",
@@ -1586,8 +1583,8 @@
other{"French francs"}
}
GBP{
- one{"British pound sterling"}
- other{"British pounds sterling"}
+ one{"British pound"}
+ other{"British pounds"}
}
GEK{
one{"Georgian kupon larit"}
@@ -1842,8 +1839,8 @@
other{"Moldovan lei"}
}
MGA{
- one{"Malagasy Ariary"}
- other{"Malagasy Ariaries"}
+ one{"Malagasy ariary"}
+ other{"Malagasy ariaries"}
}
MGF{
one{"Malagasy franc"}
@@ -1898,8 +1895,8 @@
other{"Maldivian rufiyaas"}
}
MWK{
- one{"Malawian Kwacha"}
- other{"Malawian Kwachas"}
+ one{"Malawian kwacha"}
+ other{"Malawian kwachas"}
}
MXN{
one{"Mexican peso"}
@@ -2218,8 +2215,8 @@
other{"Uruguayan pesos"}
}
UZS{
- one{"Uzbekistan som"}
- other{"Uzbekistan som"}
+ one{"Uzbekistani som"}
+ other{"Uzbekistani som"}
}
VEB{
one{"Venezuelan bolívar (1871–2008)"}
@@ -2246,8 +2243,8 @@
other{"Samoan tala"}
}
XAF{
- one{"CFA franc BEAC"}
- other{"CFA francs BEAC"}
+ one{"Central African CFA franc"}
+ other{"Central African CFA francs"}
}
XAG{
one{"troy ounce of silver"}
@@ -2294,8 +2291,8 @@
other{"French UIC-francs"}
}
XOF{
- one{"CFA franc BCEAO"}
- other{"CFA francs BCEAO"}
+ one{"West African CFA franc"}
+ other{"West African CFA francs"}
}
XPD{
one{"troy ounce of palladium"}
@@ -2394,5 +2391,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.87"}
+ Version{"2.1.13.48"}
}
diff --git a/icu4c/source/data/curr/en_001.txt b/icu4c/source/data/curr/en_001.txt
index 9679f3e..7692567 100755
--- a/icu4c/source/data/curr/en_001.txt
+++ b/icu4c/source/data/curr/en_001.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_001.xml
@@ -8,10 +8,64 @@
// ***************************************************************************
en_001{
Currencies{
+ BYB{
+ "BYB",
+ "Belarusian New Rouble (1994–1999)",
+ }
+ BYR{
+ "BYR",
+ "Belarusian Rouble",
+ }
+ JPY{
+ "JP¥",
+ "Japanese Yen",
+ }
+ LVR{
+ "LVR",
+ "Latvian Rouble",
+ }
+ RUB{
+ "RUB",
+ "Russian Rouble",
+ }
+ RUR{
+ "RUR",
+ "Russian Rouble (1991–1998)",
+ }
+ TJR{
+ "TJR",
+ "Tajikistani Rouble",
+ }
USD{
"US$",
"US Dollar",
}
}
- Version{"2.1.6.69"}
+ CurrencyPlurals{
+ BYB{
+ one{"Belarusian new rouble (1994–1999)"}
+ other{"Belarusian new roubles (1994–1999)"}
+ }
+ BYR{
+ one{"Belarusian rouble"}
+ other{"Belarusian roubles"}
+ }
+ LVR{
+ one{"Latvian rouble"}
+ other{"Latvian roubles"}
+ }
+ RUB{
+ one{"Russian rouble"}
+ other{"Russian roubles"}
+ }
+ RUR{
+ one{"Russian rouble (1991–1998)"}
+ other{"Russian roubles (1991–1998)"}
+ }
+ TJR{
+ one{"Tajikistani rouble"}
+ other{"Tajikistani roubles"}
+ }
+ }
+ Version{"2.1.12.90"}
}
diff --git a/icu4c/source/data/curr/en_150.txt b/icu4c/source/data/curr/en_150.txt
index e37ed66..67cb4a3 100755
--- a/icu4c/source/data/curr/en_150.txt
+++ b/icu4c/source/data/curr/en_150.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_150.xml
// *
// ***************************************************************************
en_150{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/curr/en_AG.txt b/icu4c/source/data/curr/en_AG.txt
index 08bb937..ff47a9d 100755
--- a/icu4c/source/data/curr/en_AG.txt
+++ b/icu4c/source/data/curr/en_AG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AG.xml
diff --git a/icu4c/source/data/curr/en_AI.txt b/icu4c/source/data/curr/en_AI.txt
index 6076fa2..d9b01c9 100755
--- a/icu4c/source/data/curr/en_AI.txt
+++ b/icu4c/source/data/curr/en_AI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AI.xml
diff --git a/icu4c/source/data/curr/en_AU.txt b/icu4c/source/data/curr/en_AU.txt
index f47676b..52acc99 100644
--- a/icu4c/source/data/curr/en_AU.txt
+++ b/icu4c/source/data/curr/en_AU.txt
@@ -1,84 +1,32 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AU.xml
// *
// ***************************************************************************
en_AU{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
- BYR{
- "BYR",
- "Belarusian Rouble",
- }
- GBP{
- "£",
- "British Pound",
- }
- RUB{
- "RUB",
- "Russian Rouble",
+ AUD{
+ "$",
+ "Australian Dollar",
}
SCR{
"SCR",
"Seychelles Rupee",
}
- UZS{
- "UZS",
- "Uzbekistani Som",
- }
- XAF{
- "FCFA",
- "Central African CFA Franc",
- }
- XOF{
- "CFA",
- "West African CFA Franc",
- }
}
CurrencyPlurals{
- BYR{
- one{"Belarusian rouble"}
- other{"Belarusian roubles"}
- }
EUR{
one{"euro"}
other{"euro"}
}
- GBP{
- one{"British pound"}
- other{"British pounds"}
- }
MGA{
one{"Malagasy ariary"}
other{"Malagasy ariarys"}
}
- MWK{
- one{"Malawian kwacha"}
- other{"Malawian kwachas"}
- }
- RUB{
- one{"Russian rouble"}
- other{"Russian roubles"}
- }
- UZS{
- one{"Uzbekistani som"}
- other{"Uzbekistani som"}
- }
- XAF{
- one{"Central African CFA franc"}
- other{"Central African CFA francs"}
- }
- XOF{
- one{"West African CFA franc"}
- other{"West African CFA francs"}
- }
- XXX{
- one{"(unknown currency)"}
- other{"(unknown currency)"}
- }
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.59"}
}
diff --git a/icu4c/source/data/curr/en_BB.txt b/icu4c/source/data/curr/en_BB.txt
index 70a9d4c..66bc00a 100755
--- a/icu4c/source/data/curr/en_BB.txt
+++ b/icu4c/source/data/curr/en_BB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BB.xml
diff --git a/icu4c/source/data/curr/en_BE.txt b/icu4c/source/data/curr/en_BE.txt
index da3c0f9..b8c254b 100755
--- a/icu4c/source/data/curr/en_BE.txt
+++ b/icu4c/source/data/curr/en_BE.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BE.xml
// *
// ***************************************************************************
en_BE{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/curr/en_BM.txt b/icu4c/source/data/curr/en_BM.txt
index 007321e..822f00e 100755
--- a/icu4c/source/data/curr/en_BM.txt
+++ b/icu4c/source/data/curr/en_BM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BM.xml
diff --git a/icu4c/source/data/curr/en_BS.txt b/icu4c/source/data/curr/en_BS.txt
index 3de862e..3fa794a 100755
--- a/icu4c/source/data/curr/en_BS.txt
+++ b/icu4c/source/data/curr/en_BS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BS.xml
diff --git a/icu4c/source/data/curr/en_BW.txt b/icu4c/source/data/curr/en_BW.txt
index 78bc805..bb719f8 100644
--- a/icu4c/source/data/curr/en_BW.txt
+++ b/icu4c/source/data/curr/en_BW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BW.xml
@@ -14,5 +14,5 @@
"Botswanan Pula",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/curr/en_BZ.txt b/icu4c/source/data/curr/en_BZ.txt
index 4fd054e..e54df5f 100644
--- a/icu4c/source/data/curr/en_BZ.txt
+++ b/icu4c/source/data/curr/en_BZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BZ.xml
@@ -14,5 +14,5 @@
"Belize Dollar",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/curr/en_CA.txt b/icu4c/source/data/curr/en_CA.txt
index 534ddc5..aca8fe1 100644
--- a/icu4c/source/data/curr/en_CA.txt
+++ b/icu4c/source/data/curr/en_CA.txt
@@ -1,21 +1,18 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CA.xml
// *
// ***************************************************************************
en_CA{
+ %%Parent{"en_001"}
Currencies{
CAD{
"$",
"Canadian Dollar",
}
- USD{
- "US$",
- "US Dollar",
- }
}
- Version{"2.1.8.19"}
+ Version{"2.1.14.16"}
}
diff --git a/icu4c/source/data/curr/en_CC.txt b/icu4c/source/data/curr/en_CC.txt
index 577dea7..001a5be 100755
--- a/icu4c/source/data/curr/en_CC.txt
+++ b/icu4c/source/data/curr/en_CC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CC.xml
diff --git a/icu4c/source/data/curr/en_CK.txt b/icu4c/source/data/curr/en_CK.txt
index 9482fe7..d5e051d 100755
--- a/icu4c/source/data/curr/en_CK.txt
+++ b/icu4c/source/data/curr/en_CK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CK.xml
diff --git a/icu4c/source/data/curr/en_CM.txt b/icu4c/source/data/curr/en_CM.txt
index 7dc6ab4..210d175 100755
--- a/icu4c/source/data/curr/en_CM.txt
+++ b/icu4c/source/data/curr/en_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CM.xml
diff --git a/icu4c/source/data/curr/en_CX.txt b/icu4c/source/data/curr/en_CX.txt
index 41ba723..5ec9302 100755
--- a/icu4c/source/data/curr/en_CX.txt
+++ b/icu4c/source/data/curr/en_CX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CX.xml
diff --git a/icu4c/source/data/curr/en_DG.txt b/icu4c/source/data/curr/en_DG.txt
index acaede6..2b1e8de 100755
--- a/icu4c/source/data/curr/en_DG.txt
+++ b/icu4c/source/data/curr/en_DG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_DG.xml
// *
// ***************************************************************************
en_DG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/en_DM.txt b/icu4c/source/data/curr/en_DM.txt
index 93b391a..5b85070 100755
--- a/icu4c/source/data/curr/en_DM.txt
+++ b/icu4c/source/data/curr/en_DM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_DM.xml
diff --git a/icu4c/source/data/curr/en_ER.txt b/icu4c/source/data/curr/en_ER.txt
index 9d57a99..a8cb963 100755
--- a/icu4c/source/data/curr/en_ER.txt
+++ b/icu4c/source/data/curr/en_ER.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ER.xml
diff --git a/icu4c/source/data/curr/en_FJ.txt b/icu4c/source/data/curr/en_FJ.txt
index 4b450f7..e2997c3 100755
--- a/icu4c/source/data/curr/en_FJ.txt
+++ b/icu4c/source/data/curr/en_FJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FJ.xml
diff --git a/icu4c/source/data/curr/en_FK.txt b/icu4c/source/data/curr/en_FK.txt
index ca1ceab..f8d7779 100755
--- a/icu4c/source/data/curr/en_FK.txt
+++ b/icu4c/source/data/curr/en_FK.txt
@@ -1,13 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FK.xml
// *
// ***************************************************************************
en_FK{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
FKP{
"£",
@@ -15,7 +15,7 @@
}
GBP{
"GB£",
- "British Pound Sterling",
+ "British Pound",
}
}
Version{"2.1.6.69"}
diff --git a/icu4c/source/data/curr/en_FM.txt b/icu4c/source/data/curr/en_FM.txt
index 0c15a39..c21f7bf 100755
--- a/icu4c/source/data/curr/en_FM.txt
+++ b/icu4c/source/data/curr/en_FM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FM.xml
diff --git a/icu4c/source/data/curr/en_GB.txt b/icu4c/source/data/curr/en_GB.txt
old mode 100644
new mode 100755
index d7f7506..47d399b
--- a/icu4c/source/data/curr/en_GB.txt
+++ b/icu4c/source/data/curr/en_GB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GB.xml
@@ -9,374 +9,6 @@
en_GB{
%%Parent{"en_001"}
Currencies{
- ADP{
- "ADP",
- "Andorran Peseta",
- }
- AED{
- "AED",
- "United Arab Emirates Dirham",
- }
- AFA{
- "AFA",
- "Afghan Afghani (1927–2002)",
- }
- AFN{
- "AFN",
- "Afghan Afghani",
- }
- ALL{
- "ALL",
- "Albanian Lek",
- }
- AMD{
- "AMD",
- "Armenian Dram",
- }
- ANG{
- "ANG",
- "Netherlands Antillean Guilder",
- }
- AOA{
- "AOA",
- "Angolan Kwanza",
- }
- ARS{
- "ARS",
- "Argentine Peso",
- }
- ATS{
- "ATS",
- "Austrian Schilling",
- }
- AUD{
- "A$",
- "Australian Dollar",
- }
- AWG{
- "AWG",
- "Aruban Florin",
- }
- AZM{
- "AZM",
- "Azerbaijani Manat (1993–2006)",
- }
- AZN{
- "AZN",
- "Azerbaijani Manat",
- }
- BAD{
- "BAD",
- "Bosnia-Herzegovina Dinar (1992–1994)",
- }
- BAM{
- "BAM",
- "Bosnia-Herzegovina Convertible Mark",
- }
- BAN{
- "BAN",
- "Bosnia-Herzegovina New Dinar (1994–1997)",
- }
- BBD{
- "BBD",
- "Barbadian Dollar",
- }
- BDT{
- "BDT",
- "Bangladeshi Taka",
- }
- BEC{
- "BEC",
- "Belgian Franc (convertible)",
- }
- BEF{
- "BEF",
- "Belgian Franc",
- }
- BEL{
- "BEL",
- "Belgian Franc (financial)",
- }
- BGL{
- "BGL",
- "Bulgarian Hard Lev",
- }
- BGM{
- "BGM",
- "Bulgarian Socialist Lev",
- }
- BGN{
- "BGN",
- "Bulgarian Lev",
- }
- BGO{
- "BGO",
- "Bulgarian Lev (1879–1952)",
- }
- BHD{
- "BHD",
- "Bahraini Dinar",
- }
- BIF{
- "BIF",
- "Burundian Franc",
- }
- BMD{
- "BMD",
- "Bermudan Dollar",
- }
- BND{
- "BND",
- "Brunei Dollar",
- }
- BOB{
- "BOB",
- "Bolivian Boliviano",
- }
- BRL{
- "R$",
- "Brazilian Real",
- }
- BSD{
- "BSD",
- "Bahamian Dollar",
- }
- BTN{
- "BTN",
- "Bhutanese Ngultrum",
- }
- BUK{
- "BUK",
- "Burmese Kyat",
- }
- BWP{
- "BWP",
- "Botswanan Pula",
- }
- BYB{
- "BYB",
- "Belarusian New Rouble (1994–1999)",
- }
- BYR{
- "BYR",
- "Belarusian Ruble",
- }
- BZD{
- "BZD",
- "Belize Dollar",
- }
- CAD{
- "CA$",
- "Canadian Dollar",
- }
- CDF{
- "CDF",
- "Congolese Franc",
- }
- CHE{
- "CHE",
- "WIR Euro",
- }
- CHF{
- "CHF",
- "Swiss Franc",
- }
- CHW{
- "CHW",
- "WIR Franc",
- }
- CLP{
- "CLP",
- "Chilean Peso",
- }
- CNY{
- "CN¥",
- "Chinese Yuan",
- }
- COP{
- "COP",
- "Colombian Peso",
- }
- CRC{
- "CRC",
- "Costa Rican Colón",
- }
- CSD{
- "CSD",
- "Serbian Dinar (2002–2006)",
- }
- CSK{
- "CSK",
- "Czechoslovak Hard Koruna",
- }
- CUC{
- "CUC",
- "Cuban Convertible Peso",
- }
- CUP{
- "CUP",
- "Cuban Peso",
- }
- CVE{
- "CVE",
- "Cape Verdean Escudo",
- }
- CYP{
- "CYP",
- "Cypriot Pound",
- }
- CZK{
- "CZK",
- "Czech Republic Koruna",
- }
- DDM{
- "DDM",
- "East German Mark",
- }
- DEM{
- "DEM",
- "German Mark",
- }
- DJF{
- "DJF",
- "Djiboutian Franc",
- }
- DKK{
- "DKK",
- "Danish Krone",
- }
- DOP{
- "DOP",
- "Dominican Peso",
- }
- DZD{
- "DZD",
- "Algerian Dinar",
- }
- EEK{
- "EEK",
- "Estonian Kroon",
- }
- EGP{
- "EGP",
- "Egyptian Pound",
- }
- ERN{
- "ERN",
- "Eritrean Nakfa",
- }
- ESA{
- "ESA",
- "Spanish Peseta (A account)",
- }
- ESB{
- "ESB",
- "Spanish Peseta (convertible account)",
- }
- ESP{
- "ESP",
- "Spanish Peseta",
- }
- ETB{
- "ETB",
- "Ethiopian Birr",
- }
- EUR{
- "€",
- "Euro",
- }
- FIM{
- "FIM",
- "Finnish Markka",
- }
- FJD{
- "FJD",
- "Fijian Dollar",
- }
- FKP{
- "FKP",
- "Falkland Islands Pound",
- }
- FRF{
- "FRF",
- "French Franc",
- }
- GBP{
- "£",
- "British Pound Sterling",
- }
- GEK{
- "GEK",
- "Georgian Kupon Larit",
- }
- GEL{
- "GEL",
- "Georgian Lari",
- }
- GHS{
- "GHS",
- "Ghanaian Cedi",
- }
- GIP{
- "GIP",
- "Gibraltar Pound",
- }
- GMD{
- "GMD",
- "Gambian Dalasi",
- }
- GNF{
- "GNF",
- "Guinean Franc",
- }
- GRD{
- "GRD",
- "Greek Drachma",
- }
- GTQ{
- "GTQ",
- "Guatemalan Quetzal",
- }
- GYD{
- "GYD",
- "Guyanaese Dollar",
- }
- HKD{
- "HK$",
- "Hong Kong Dollar",
- }
- HNL{
- "HNL",
- "Honduran Lempira",
- }
- HRD{
- "HRD",
- "Croatian Dinar",
- }
- HRK{
- "HRK",
- "Croatian Kuna",
- }
- HTG{
- "HTG",
- "Haitian Gourde",
- }
- HUF{
- "HUF",
- "Hungarian Forint",
- }
- IDR{
- "IDR",
- "Indonesian Rupiah",
- }
- IEP{
- "IEP",
- "Irish Pound",
- }
- ILP{
- "ILP",
- "Israeli Pound",
- }
ILR{
"ILR",
"Israeli Shekel (1980–1985)",
@@ -385,673 +17,8 @@
"₪",
"Israeli New Shekel",
}
- INR{
- "₹",
- "Indian Rupee",
- }
- IQD{
- "IQD",
- "Iraqi Dinar",
- }
- IRR{
- "IRR",
- "Iranian Rial",
- }
- ISK{
- "ISK",
- "Icelandic Króna",
- }
- ITL{
- "ITL",
- "Italian Lira",
- }
- JMD{
- "JMD",
- "Jamaican Dollar",
- }
- JOD{
- "JOD",
- "Jordanian Dinar",
- }
- KES{
- "KES",
- "Kenyan Shilling",
- }
- KGS{
- "KGS",
- "Kyrgystani Som",
- }
- KHR{
- "KHR",
- "Cambodian Riel",
- }
- KMF{
- "KMF",
- "Comorian Franc",
- }
- KPW{
- "KPW",
- "North Korean Won",
- }
- KRH{
- "KRH",
- "South Korean Hwan (1953–1962)",
- }
- KRO{
- "KRO",
- "South Korean Won (1945–1953)",
- }
- KRW{
- "₩",
- "South Korean Won",
- }
- KWD{
- "KWD",
- "Kuwaiti Dinar",
- }
- KYD{
- "KYD",
- "Cayman Islands Dollar",
- }
- KZT{
- "KZT",
- "Kazakhstani Tenge",
- }
- LAK{
- "LAK",
- "Laotian Kip",
- }
- LBP{
- "LBP",
- "Lebanese Pound",
- }
- LKR{
- "LKR",
- "Sri Lankan Rupee",
- }
- LRD{
- "LRD",
- "Liberian Dollar",
- }
- LSL{
- "LSL",
- "Lesotho Loti",
- }
- LTL{
- "LTL",
- "Lithuanian Litas",
- }
- LTT{
- "LTT",
- "Lithuanian Talonas",
- }
- LUC{
- "LUC",
- "Luxembourgian Convertible Franc",
- }
- LUF{
- "LUF",
- "Luxembourgian Franc",
- }
- LUL{
- "LUL",
- "Luxembourg Financial Franc",
- }
- LVL{
- "LVL",
- "Latvian Lats",
- }
- LVR{
- "LVR",
- "Latvian Rouble",
- }
- LYD{
- "LYD",
- "Libyan Dinar",
- }
- MAD{
- "MAD",
- "Moroccan Dirham",
- }
- MCF{
- "MCF",
- "Monegasque Franc",
- }
- MDC{
- "MDC",
- "Moldovan Cupon",
- }
- MDL{
- "MDL",
- "Moldovan Leu",
- }
- MGA{
- "MGA",
- "Malagasy Ariary",
- }
- MKD{
- "MKD",
- "Macedonian Denar",
- }
- MKN{
- "MKN",
- "Macedonian Denar (1992–1993)",
- }
- MMK{
- "MMK",
- "Myanmar Kyat",
- }
- MNT{
- "MNT",
- "Mongolian Tugrik",
- }
- MOP{
- "MOP",
- "Macanese Pataca",
- }
- MRO{
- "MRO",
- "Mauritanian Ouguiya",
- }
- MTL{
- "MTL",
- "Maltese Lira",
- }
- MTP{
- "MTP",
- "Maltese Pound",
- }
- MUR{
- "MUR",
- "Mauritian Rupee",
- }
- MVP{
- "MVP",
- "Maldivian Rupee",
- }
- MVR{
- "MVR",
- "Maldivian Rufiyaa",
- }
- MWK{
- "MWK",
- "Malawian Kwacha",
- }
- MXN{
- "MX$",
- "Mexican Peso",
- }
- MXP{
- "MXP",
- "Mexican Silver Peso (1861–1992)",
- }
- MXV{
- "MXV",
- "Mexican Investment Unit",
- }
- MYR{
- "MYR",
- "Malaysian Ringgit",
- }
- MZN{
- "MZN",
- "Mozambican Metical",
- }
- NAD{
- "NAD",
- "Namibian Dollar",
- }
- NGN{
- "NGN",
- "Nigerian Naira",
- }
- NIC{
- "NIC",
- "Nicaraguan Córdoba (1988–1991)",
- }
- NIO{
- "NIO",
- "Nicaraguan Córdoba",
- }
- NLG{
- "NLG",
- "Dutch Guilder",
- }
- NOK{
- "NOK",
- "Norwegian Krone",
- }
- NPR{
- "NPR",
- "Nepalese Rupee",
- }
- NZD{
- "NZ$",
- "New Zealand Dollar",
- }
- OMR{
- "OMR",
- "Omani Rial",
- }
- PAB{
- "PAB",
- "Panamanian Balboa",
- }
- PEN{
- "PEN",
- "Peruvian Nuevo Sol",
- }
- PGK{
- "PGK",
- "Papua New Guinean Kina",
- }
- PHP{
- "PHP",
- "Philippine Peso",
- }
- PKR{
- "PKR",
- "Pakistani Rupee",
- }
- PLN{
- "PLN",
- "Polish Zloty",
- }
- PLZ{
- "PLZ",
- "Polish Zloty (1950–1995)",
- }
- PTE{
- "PTE",
- "Portuguese Escudo",
- }
- PYG{
- "PYG",
- "Paraguayan Guarani",
- }
- QAR{
- "QAR",
- "Qatari Rial",
- }
- ROL{
- "ROL",
- "Romanian Leu (1952–2006)",
- }
- RON{
- "RON",
- "Romanian Leu",
- }
- RSD{
- "RSD",
- "Serbian Dinar",
- }
- RUB{
- "RUB",
- "Russian Ruble",
- }
- RUR{
- "RUR",
- "Russian Rouble (1991–1998)",
- }
- RWF{
- "RWF",
- "Rwandan Franc",
- }
- SAR{
- "SAR",
- "Saudi Riyal",
- }
- SBD{
- "SBD",
- "Solomon Islands Dollar",
- }
- SCR{
- "SCR",
- "Seychellois Rupee",
- }
- SDG{
- "SDG",
- "Sudanese Pound",
- }
- SEK{
- "SEK",
- "Swedish Krona",
- }
- SGD{
- "SGD",
- "Singapore Dollar",
- }
- SHP{
- "SHP",
- "Saint Helena Pound",
- }
- SIT{
- "SIT",
- "Slovenian Tolar",
- }
- SKK{
- "SKK",
- "Slovak Koruna",
- }
- SLL{
- "SLL",
- "Sierra Leonean Leone",
- }
- SOS{
- "SOS",
- "Somali Shilling",
- }
- SRD{
- "SRD",
- "Surinamese Dollar",
- }
- SSP{
- "SSP",
- "South Sudanese Pound",
- }
- STD{
- "STD",
- "São Tomé and Príncipe Dobra",
- }
- SUR{
- "SUR",
- "Soviet Rouble",
- }
- SVC{
- "SVC",
- "Salvadoran Colón",
- }
- SYP{
- "SYP",
- "Syrian Pound",
- }
- SZL{
- "SZL",
- "Swazi Lilangeni",
- }
- THB{
- "฿",
- "Thai Baht",
- }
- TJR{
- "TJR",
- "Tajikistani Rouble",
- }
- TJS{
- "TJS",
- "Tajikistani Somoni",
- }
- TMM{
- "TMM",
- "Turkmenistani Manat (1993–2009)",
- }
- TMT{
- "TMT",
- "Turkmenistani Manat",
- }
- TND{
- "TND",
- "Tunisian Dinar",
- }
- TOP{
- "TOP",
- "Tongan Paʻanga",
- }
- TPE{
- "TPE",
- "Timorese Escudo",
- }
- TRL{
- "TRL",
- "Turkish Lira (1922–2005)",
- }
- TRY{
- "TRY",
- "Turkish Lira",
- }
- TTD{
- "TTD",
- "Trinidad and Tobago Dollar",
- }
- TWD{
- "NT$",
- "New Taiwan Dollar",
- }
- TZS{
- "TZS",
- "Tanzanian Shilling",
- }
- UAH{
- "UAH",
- "Ukrainian Hryvnia",
- }
- UAK{
- "UAK",
- "Ukrainian Karbovanets",
- }
- UGX{
- "UGX",
- "Ugandan Shilling",
- }
- USN{
- "USN",
- "US Dollar (Next day)",
- }
- USS{
- "USS",
- "US Dollar (Same day)",
- }
- UYU{
- "UYU",
- "Uruguayan Peso",
- }
- UZS{
- "UZS",
- "Uzbekistan Som",
- }
- VEF{
- "VEF",
- "Venezuelan Bolívar",
- }
- VND{
- "₫",
- "Vietnamese Dong",
- }
- VNN{
- "VNN",
- "Vietnamese Dong (1978–1985)",
- }
- VUV{
- "VUV",
- "Vanuatu Vatu",
- }
- WST{
- "WST",
- "Samoan Tala",
- }
- XAF{
- "FCFA",
- "CFA Franc BEAC",
- }
- XAG{
- "XAG",
- "Silver",
- }
- XAU{
- "XAU",
- "Gold",
- }
- XBA{
- "XBA",
- "European Composite Unit",
- }
- XBB{
- "XBB",
- "European Monetary Unit",
- }
- XBC{
- "XBC",
- "European Unit of Account (XBC)",
- }
- XBD{
- "XBD",
- "European Unit of Account (XBD)",
- }
- XCD{
- "EC$",
- "East Caribbean Dollar",
- }
- XDR{
- "XDR",
- "Special Drawing Rights",
- }
- XEU{
- "XEU",
- "European Currency Unit",
- }
- XFO{
- "XFO",
- "French Gold Franc",
- }
- XFU{
- "XFU",
- "French UIC-Franc",
- }
- XOF{
- "CFA",
- "CFA Franc BCEAO",
- }
- XPD{
- "XPD",
- "Palladium",
- }
- XPF{
- "CFPF",
- "CFP Franc",
- }
- XPT{
- "XPT",
- "Platinum",
- }
- XRE{
- "XRE",
- "RINET Funds",
- }
- XSU{
- "XSU",
- "Sucre",
- }
- XTS{
- "XTS",
- "Testing Currency Code",
- }
- XUA{
- "XUA",
- "ADB Unit of Account",
- }
- XXX{
- "XXX",
- "Unknown Currency",
- }
- YDD{
- "YDD",
- "Yemeni Dinar",
- }
- YER{
- "YER",
- "Yemeni Rial",
- }
- YUD{
- "YUD",
- "Yugoslavian Hard Dinar (1966–1990)",
- }
- YUM{
- "YUM",
- "Yugoslavian New Dinar (1994–2002)",
- }
- YUN{
- "YUN",
- "Yugoslavian Convertible Dinar (1990–1992)",
- }
- YUR{
- "YUR",
- "Yugoslavian Reformed Dinar (1992–1993)",
- }
- ZAL{
- "ZAL",
- "South African Rand (financial)",
- }
- ZAR{
- "ZAR",
- "South African Rand",
- }
- ZMK{
- "ZMK",
- "Zambian Kwacha (1968–2012)",
- }
- ZMW{
- "ZMW",
- "Zambian Kwacha",
- }
- }
- Currencies%narrow{
- ARS{"$"}
- AUD{"$"}
- BBD{"$"}
- BDT{"৳"}
- BMD{"$"}
- BND{"$"}
- BRL{"R$"}
- BSD{"$"}
- BYR{"р."}
- BZD{"$"}
- CAD{"$"}
- CLP{"$"}
- CNY{"¥"}
- COP{"$"}
- CRC{"₡"}
- CUP{"$"}
- DOP{"$"}
- EUR{"€"}
- FJD{"$"}
- GBP{"£"}
- GIP{"£"}
- GYD{"$"}
- HKD{"$"}
- ILS{"₪"}
- INR{"₹"}
- JMD{"$"}
- JPY{"¥"}
- KHR{"៛"}
- KRW{"₩"}
- KYD{"$"}
- KZT{"₸"}
- LAK{"₭"}
- LRD{"$"}
- MNT{"₮"}
- MXN{"$"}
- NAD{"$"}
- NGN{"₦"}
- NZD{"$"}
- PHP{"₱"}
- PYG{"₲"}
- SBD{"$"}
- SGD{"$"}
- SRD{"$"}
- SSP{"£"}
- TRY{"₺"}
- TTD{"$"}
- TWD{"NT$"}
- UAH{"₴"}
- USD{"$"}
- UYU{"$"}
- VND{"₫"}
}
CurrencyPlurals{
- BYB{
- one{"Belarusian new rouble (1994–1999)"}
- other{"Belarusian new roubles (1994–1999)"}
- }
ILR{
one{"Israeli shekel (1980–1985)"}
other{"Israeli shekels (1980–1985)"}
@@ -1060,42 +27,6 @@
one{"Israeli new shekel"}
other{"Israeli new shekels"}
}
- LVR{
- one{"Latvian rouble"}
- other{"Latvian roubles"}
- }
- MVP{
- one{"Maldivian rupee"}
- other{"Maldivian rupees"}
- }
- RUR{
- one{"Russian rouble (1991–1998)"}
- other{"Russian roubles (1991–1998)"}
- }
- SCR{
- one{"Seychelles rupee"}
- other{"Seychelles rupees"}
- }
- SHP{
- one{"Saint Helena pound"}
- other{"Saint Helena pounds"}
- }
- STD{
- one{"São Tomé and Príncipe dobra"}
- other{"São Tomé and Príncipe dobras"}
- }
- TJR{
- one{"Tajikistani rouble"}
- other{"Tajikistani roubles"}
- }
- TTD{
- one{"Trinidad and Tobago dollar"}
- other{"Trinidad and Tobago dollars"}
- }
- XOF{
- one{"CFA franc BCEAO"}
- other{"West African CFA francs"}
- }
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.59"}
}
diff --git a/icu4c/source/data/curr/en_GD.txt b/icu4c/source/data/curr/en_GD.txt
index 18f0bc7..acebf6d 100755
--- a/icu4c/source/data/curr/en_GD.txt
+++ b/icu4c/source/data/curr/en_GD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GD.xml
diff --git a/icu4c/source/data/curr/en_GG.txt b/icu4c/source/data/curr/en_GG.txt
index 9044a5e..dec86a0 100755
--- a/icu4c/source/data/curr/en_GG.txt
+++ b/icu4c/source/data/curr/en_GG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GG.xml
// *
// ***************************************************************************
en_GG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/en_GH.txt b/icu4c/source/data/curr/en_GH.txt
index 61dc496..0e5ed3d 100755
--- a/icu4c/source/data/curr/en_GH.txt
+++ b/icu4c/source/data/curr/en_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GH.xml
diff --git a/icu4c/source/data/curr/en_GI.txt b/icu4c/source/data/curr/en_GI.txt
index 9911edc..0658fdb 100755
--- a/icu4c/source/data/curr/en_GI.txt
+++ b/icu4c/source/data/curr/en_GI.txt
@@ -1,17 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GI.xml
// *
// ***************************************************************************
en_GI{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
GBP{
"GB£",
- "British Pound Sterling",
+ "British Pound",
}
GIP{
"£",
diff --git a/icu4c/source/data/curr/en_GM.txt b/icu4c/source/data/curr/en_GM.txt
index 45e3734..380ab0d 100755
--- a/icu4c/source/data/curr/en_GM.txt
+++ b/icu4c/source/data/curr/en_GM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GM.xml
diff --git a/icu4c/source/data/curr/en_GY.txt b/icu4c/source/data/curr/en_GY.txt
index 959a7d4..332f5b6 100755
--- a/icu4c/source/data/curr/en_GY.txt
+++ b/icu4c/source/data/curr/en_GY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GY.xml
diff --git a/icu4c/source/data/curr/en_HK.txt b/icu4c/source/data/curr/en_HK.txt
index a5d8865..273de39 100644
--- a/icu4c/source/data/curr/en_HK.txt
+++ b/icu4c/source/data/curr/en_HK.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_HK.xml
// *
// ***************************************************************************
en_HK{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/curr/en_IE.txt b/icu4c/source/data/curr/en_IE.txt
index 44436f6..6a116a1 100755
--- a/icu4c/source/data/curr/en_IE.txt
+++ b/icu4c/source/data/curr/en_IE.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IE.xml
// *
// ***************************************************************************
en_IE{
- %%Parent{"en_GB"}
- Version{"2.1.6.69"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/curr/en_IM.txt b/icu4c/source/data/curr/en_IM.txt
index 8978371..50c7def 100755
--- a/icu4c/source/data/curr/en_IM.txt
+++ b/icu4c/source/data/curr/en_IM.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IM.xml
// *
// ***************************************************************************
en_IM{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/en_IN.txt b/icu4c/source/data/curr/en_IN.txt
index 188533b..5688345 100755
--- a/icu4c/source/data/curr/en_IN.txt
+++ b/icu4c/source/data/curr/en_IN.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IN.xml
// *
// ***************************************************************************
en_IN{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/en_IO.txt b/icu4c/source/data/curr/en_IO.txt
index 52a39b4..fc60452 100755
--- a/icu4c/source/data/curr/en_IO.txt
+++ b/icu4c/source/data/curr/en_IO.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IO.xml
// *
// ***************************************************************************
en_IO{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/en_JE.txt b/icu4c/source/data/curr/en_JE.txt
index 9de7c13..c6e61d8 100755
--- a/icu4c/source/data/curr/en_JE.txt
+++ b/icu4c/source/data/curr/en_JE.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_JE.xml
// *
// ***************************************************************************
en_JE{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/en_JM.txt b/icu4c/source/data/curr/en_JM.txt
index fbcb346..6e613b1 100644
--- a/icu4c/source/data/curr/en_JM.txt
+++ b/icu4c/source/data/curr/en_JM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_JM.xml
@@ -14,5 +14,5 @@
"Jamaican Dollar",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/en_KE.txt b/icu4c/source/data/curr/en_KE.txt
index ff5ba06..7000033 100755
--- a/icu4c/source/data/curr/en_KE.txt
+++ b/icu4c/source/data/curr/en_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KE.xml
diff --git a/icu4c/source/data/curr/en_KI.txt b/icu4c/source/data/curr/en_KI.txt
index d70c25b..acd5b9f 100755
--- a/icu4c/source/data/curr/en_KI.txt
+++ b/icu4c/source/data/curr/en_KI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KI.xml
diff --git a/icu4c/source/data/curr/en_KN.txt b/icu4c/source/data/curr/en_KN.txt
index 4be3cf7..6b3a5cf 100755
--- a/icu4c/source/data/curr/en_KN.txt
+++ b/icu4c/source/data/curr/en_KN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KN.xml
diff --git a/icu4c/source/data/curr/en_KY.txt b/icu4c/source/data/curr/en_KY.txt
index e914ade..8e1171d 100755
--- a/icu4c/source/data/curr/en_KY.txt
+++ b/icu4c/source/data/curr/en_KY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KY.xml
diff --git a/icu4c/source/data/curr/en_LC.txt b/icu4c/source/data/curr/en_LC.txt
index e69249a..d99c8e2 100755
--- a/icu4c/source/data/curr/en_LC.txt
+++ b/icu4c/source/data/curr/en_LC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LC.xml
diff --git a/icu4c/source/data/curr/en_LR.txt b/icu4c/source/data/curr/en_LR.txt
index c5a9b10..f240b62 100755
--- a/icu4c/source/data/curr/en_LR.txt
+++ b/icu4c/source/data/curr/en_LR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LR.xml
diff --git a/icu4c/source/data/curr/en_LS.txt b/icu4c/source/data/curr/en_LS.txt
index 83907f6..fe29f77 100755
--- a/icu4c/source/data/curr/en_LS.txt
+++ b/icu4c/source/data/curr/en_LS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LS.xml
diff --git a/icu4c/source/data/curr/en_MG.txt b/icu4c/source/data/curr/en_MG.txt
index 7df30cd..de8c630 100755
--- a/icu4c/source/data/curr/en_MG.txt
+++ b/icu4c/source/data/curr/en_MG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MG.xml
diff --git a/icu4c/source/data/curr/en_MO.txt b/icu4c/source/data/curr/en_MO.txt
index 6894a96..a7dafeb 100644
--- a/icu4c/source/data/curr/en_MO.txt
+++ b/icu4c/source/data/curr/en_MO.txt
@@ -1,18 +1,18 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MO.xml
// *
// ***************************************************************************
en_MO{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
MOP{
"MOP$",
"Macanese Pataca",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/curr/en_MS.txt b/icu4c/source/data/curr/en_MS.txt
index a1ebbe1..bca8347 100755
--- a/icu4c/source/data/curr/en_MS.txt
+++ b/icu4c/source/data/curr/en_MS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MS.xml
diff --git a/icu4c/source/data/curr/en_MT.txt b/icu4c/source/data/curr/en_MT.txt
index b5eb4a4..fee4266 100644
--- a/icu4c/source/data/curr/en_MT.txt
+++ b/icu4c/source/data/curr/en_MT.txt
@@ -1,18 +1,18 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MT.xml
// *
// ***************************************************************************
en_MT{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
GBP{
"GB£",
- "British Pound Sterling",
+ "British Pound",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/curr/en_MU.txt b/icu4c/source/data/curr/en_MU.txt
index 15f48cc..1add54c 100755
--- a/icu4c/source/data/curr/en_MU.txt
+++ b/icu4c/source/data/curr/en_MU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MU.xml
diff --git a/icu4c/source/data/curr/en_MW.txt b/icu4c/source/data/curr/en_MW.txt
index b5ff5f6..161253e 100755
--- a/icu4c/source/data/curr/en_MW.txt
+++ b/icu4c/source/data/curr/en_MW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MW.xml
diff --git a/icu4c/source/data/curr/en_MY.txt b/icu4c/source/data/curr/en_MY.txt
index 77445ed..c7a2080 100644
--- a/icu4c/source/data/curr/en_MY.txt
+++ b/icu4c/source/data/curr/en_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MY.xml
diff --git a/icu4c/source/data/curr/en_NA.txt b/icu4c/source/data/curr/en_NA.txt
index f551623..fce0198 100644
--- a/icu4c/source/data/curr/en_NA.txt
+++ b/icu4c/source/data/curr/en_NA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NA.xml
diff --git a/icu4c/source/data/curr/en_NF.txt b/icu4c/source/data/curr/en_NF.txt
index a71c152..ad1f403 100755
--- a/icu4c/source/data/curr/en_NF.txt
+++ b/icu4c/source/data/curr/en_NF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NF.xml
diff --git a/icu4c/source/data/curr/en_NG.txt b/icu4c/source/data/curr/en_NG.txt
index f9d7f6a..7317d79 100755
--- a/icu4c/source/data/curr/en_NG.txt
+++ b/icu4c/source/data/curr/en_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NG.xml
diff --git a/icu4c/source/data/curr/en_NH.txt b/icu4c/source/data/curr/en_NH.txt
index 70a1d48..188a668 100755
--- a/icu4c/source/data/curr/en_NH.txt
+++ b/icu4c/source/data/curr/en_NH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/en_NR.txt b/icu4c/source/data/curr/en_NR.txt
index af3a5e0..c3ccd54 100755
--- a/icu4c/source/data/curr/en_NR.txt
+++ b/icu4c/source/data/curr/en_NR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NR.xml
diff --git a/icu4c/source/data/curr/en_NU.txt b/icu4c/source/data/curr/en_NU.txt
index fc13c4d..39efa13 100755
--- a/icu4c/source/data/curr/en_NU.txt
+++ b/icu4c/source/data/curr/en_NU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NU.xml
diff --git a/icu4c/source/data/curr/en_NZ.txt b/icu4c/source/data/curr/en_NZ.txt
index cf7ca6a..6761ca3 100644
--- a/icu4c/source/data/curr/en_NZ.txt
+++ b/icu4c/source/data/curr/en_NZ.txt
@@ -1,18 +1,18 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NZ.xml
// *
// ***************************************************************************
en_NZ{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
NZD{
"$",
"New Zealand Dollar",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/curr/en_PG.txt b/icu4c/source/data/curr/en_PG.txt
index fe82c6d..8fd3a72 100755
--- a/icu4c/source/data/curr/en_PG.txt
+++ b/icu4c/source/data/curr/en_PG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PG.xml
diff --git a/icu4c/source/data/curr/en_PH.txt b/icu4c/source/data/curr/en_PH.txt
index 29deef1..399c58d 100644
--- a/icu4c/source/data/curr/en_PH.txt
+++ b/icu4c/source/data/curr/en_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PH.xml
diff --git a/icu4c/source/data/curr/en_PK.txt b/icu4c/source/data/curr/en_PK.txt
index 12f8738..cfe1d45 100644
--- a/icu4c/source/data/curr/en_PK.txt
+++ b/icu4c/source/data/curr/en_PK.txt
@@ -1,18 +1,18 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PK.xml
// *
// ***************************************************************************
en_PK{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
PKR{
"Rs",
"Pakistani Rupee",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/curr/en_PN.txt b/icu4c/source/data/curr/en_PN.txt
index a7a395b..b9ec59b 100755
--- a/icu4c/source/data/curr/en_PN.txt
+++ b/icu4c/source/data/curr/en_PN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PN.xml
diff --git a/icu4c/source/data/curr/en_PW.txt b/icu4c/source/data/curr/en_PW.txt
index c0ba5d7..24a77a5 100755
--- a/icu4c/source/data/curr/en_PW.txt
+++ b/icu4c/source/data/curr/en_PW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PW.xml
diff --git a/icu4c/source/data/curr/en_RH.txt b/icu4c/source/data/curr/en_RH.txt
index 2279e1a..98ef7e5 100644
--- a/icu4c/source/data/curr/en_RH.txt
+++ b/icu4c/source/data/curr/en_RH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/en_RW.txt b/icu4c/source/data/curr/en_RW.txt
index 6a01d69..0cedc44 100755
--- a/icu4c/source/data/curr/en_RW.txt
+++ b/icu4c/source/data/curr/en_RW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_RW.xml
diff --git a/icu4c/source/data/curr/en_SB.txt b/icu4c/source/data/curr/en_SB.txt
index 6f4637e..aed8f78 100755
--- a/icu4c/source/data/curr/en_SB.txt
+++ b/icu4c/source/data/curr/en_SB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SB.xml
diff --git a/icu4c/source/data/curr/en_SC.txt b/icu4c/source/data/curr/en_SC.txt
index e59e74f..73fde18 100755
--- a/icu4c/source/data/curr/en_SC.txt
+++ b/icu4c/source/data/curr/en_SC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SC.xml
diff --git a/icu4c/source/data/curr/en_SD.txt b/icu4c/source/data/curr/en_SD.txt
index 3723fe4..377fe3c 100755
--- a/icu4c/source/data/curr/en_SD.txt
+++ b/icu4c/source/data/curr/en_SD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SD.xml
diff --git a/icu4c/source/data/curr/en_SG.txt b/icu4c/source/data/curr/en_SG.txt
index d59119d..a5231bc 100644
--- a/icu4c/source/data/curr/en_SG.txt
+++ b/icu4c/source/data/curr/en_SG.txt
@@ -1,18 +1,18 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SG.xml
// *
// ***************************************************************************
en_SG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
SGD{
"$",
"Singapore Dollar",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/curr/en_SH.txt b/icu4c/source/data/curr/en_SH.txt
index 720f239..2f4b908 100755
--- a/icu4c/source/data/curr/en_SH.txt
+++ b/icu4c/source/data/curr/en_SH.txt
@@ -1,21 +1,21 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SH.xml
// *
// ***************************************************************************
en_SH{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Currencies{
GBP{
"GB£",
- "British Pound Sterling",
+ "British Pound",
}
SHP{
"£",
- "Saint Helena Pound",
+ "St. Helena Pound",
}
}
Version{"2.1.6.69"}
diff --git a/icu4c/source/data/curr/en_SL.txt b/icu4c/source/data/curr/en_SL.txt
index 7df7e44..febbd9f 100755
--- a/icu4c/source/data/curr/en_SL.txt
+++ b/icu4c/source/data/curr/en_SL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SL.xml
diff --git a/icu4c/source/data/curr/en_SS.txt b/icu4c/source/data/curr/en_SS.txt
index 83b2d06..5079e01 100755
--- a/icu4c/source/data/curr/en_SS.txt
+++ b/icu4c/source/data/curr/en_SS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SS.xml
@@ -11,7 +11,7 @@
Currencies{
GBP{
"GB£",
- "British Pound Sterling",
+ "British Pound",
}
SSP{
"£",
diff --git a/icu4c/source/data/curr/en_SX.txt b/icu4c/source/data/curr/en_SX.txt
index 139ba77..a1e18d2 100755
--- a/icu4c/source/data/curr/en_SX.txt
+++ b/icu4c/source/data/curr/en_SX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SX.xml
diff --git a/icu4c/source/data/curr/en_SZ.txt b/icu4c/source/data/curr/en_SZ.txt
index f19fa53..7a877c8 100755
--- a/icu4c/source/data/curr/en_SZ.txt
+++ b/icu4c/source/data/curr/en_SZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SZ.xml
diff --git a/icu4c/source/data/curr/en_TC.txt b/icu4c/source/data/curr/en_TC.txt
index 2ce3d84..fb6eda2 100755
--- a/icu4c/source/data/curr/en_TC.txt
+++ b/icu4c/source/data/curr/en_TC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TC.xml
diff --git a/icu4c/source/data/curr/en_TK.txt b/icu4c/source/data/curr/en_TK.txt
index ff78509..3813b1a 100755
--- a/icu4c/source/data/curr/en_TK.txt
+++ b/icu4c/source/data/curr/en_TK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TK.xml
diff --git a/icu4c/source/data/curr/en_TO.txt b/icu4c/source/data/curr/en_TO.txt
index 4c80aa3..749a91b 100755
--- a/icu4c/source/data/curr/en_TO.txt
+++ b/icu4c/source/data/curr/en_TO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TO.xml
diff --git a/icu4c/source/data/curr/en_TT.txt b/icu4c/source/data/curr/en_TT.txt
index 2c65bba..2a8139b 100644
--- a/icu4c/source/data/curr/en_TT.txt
+++ b/icu4c/source/data/curr/en_TT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TT.xml
diff --git a/icu4c/source/data/curr/en_TV.txt b/icu4c/source/data/curr/en_TV.txt
index f0ebcaa..8cf545c 100755
--- a/icu4c/source/data/curr/en_TV.txt
+++ b/icu4c/source/data/curr/en_TV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TV.xml
diff --git a/icu4c/source/data/curr/en_TZ.txt b/icu4c/source/data/curr/en_TZ.txt
index aff9550..81a427f 100755
--- a/icu4c/source/data/curr/en_TZ.txt
+++ b/icu4c/source/data/curr/en_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TZ.xml
diff --git a/icu4c/source/data/curr/en_UG.txt b/icu4c/source/data/curr/en_UG.txt
index 4e84585..72a11c0 100755
--- a/icu4c/source/data/curr/en_UG.txt
+++ b/icu4c/source/data/curr/en_UG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_UG.xml
diff --git a/icu4c/source/data/curr/en_VC.txt b/icu4c/source/data/curr/en_VC.txt
index 6cba438..b2b8b93 100755
--- a/icu4c/source/data/curr/en_VC.txt
+++ b/icu4c/source/data/curr/en_VC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VC.xml
diff --git a/icu4c/source/data/curr/en_VG.txt b/icu4c/source/data/curr/en_VG.txt
index 9a470a9..f60c11d 100755
--- a/icu4c/source/data/curr/en_VG.txt
+++ b/icu4c/source/data/curr/en_VG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VG.xml
// *
// ***************************************************************************
en_VG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/en_VU.txt b/icu4c/source/data/curr/en_VU.txt
index 654727d..10d5770 100755
--- a/icu4c/source/data/curr/en_VU.txt
+++ b/icu4c/source/data/curr/en_VU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VU.xml
diff --git a/icu4c/source/data/curr/en_WS.txt b/icu4c/source/data/curr/en_WS.txt
index 15de9cd..25e8440 100755
--- a/icu4c/source/data/curr/en_WS.txt
+++ b/icu4c/source/data/curr/en_WS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_WS.xml
diff --git a/icu4c/source/data/curr/en_ZA.txt b/icu4c/source/data/curr/en_ZA.txt
index 4e64fc9..e21da81 100755
--- a/icu4c/source/data/curr/en_ZA.txt
+++ b/icu4c/source/data/curr/en_ZA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZA.xml
@@ -14,5 +14,5 @@
"South African Rand",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/curr/en_ZM.txt b/icu4c/source/data/curr/en_ZM.txt
index 0746614..ceea4a9 100644
--- a/icu4c/source/data/curr/en_ZM.txt
+++ b/icu4c/source/data/curr/en_ZM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZM.xml
diff --git a/icu4c/source/data/curr/en_ZW.txt b/icu4c/source/data/curr/en_ZW.txt
index 0e4d44a..31e2c71 100644
--- a/icu4c/source/data/curr/en_ZW.txt
+++ b/icu4c/source/data/curr/en_ZW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZW.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
en_ZW{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/curr/eo.txt b/icu4c/source/data/curr/eo.txt
index fae699c2..3b3edea 100644
--- a/icu4c/source/data/curr/eo.txt
+++ b/icu4c/source/data/curr/eo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/eo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/eo.xml
- */
eo{
- Version{"2.1.6.76"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/es.txt b/icu4c/source/data/curr/es.txt
index 50374df..798a62b 100644
--- a/icu4c/source/data/curr/es.txt
+++ b/icu4c/source/data/curr/es.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/es.xml
- */
es{
Currencies{
ADP{
@@ -77,7 +74,7 @@
}
AWG{
"AWG",
- "florín de Aruba",
+ "florín arubeño",
}
AZM{
"AZM",
@@ -97,7 +94,7 @@
}
BBD{
"BBD",
- "dólar de Barbados",
+ "dólar barbadense",
}
BDT{
"BDT",
@@ -121,7 +118,7 @@
}
BGN{
"BGN",
- "leva",
+ "lev búlgaro",
}
BHD{
"BHD",
@@ -177,7 +174,7 @@
}
BSD{
"BSD",
- "dólar de las Bahamas",
+ "dólar bahameño",
}
BTN{
"BTN",
@@ -201,7 +198,7 @@
}
BZD{
"BZD",
- "dólar de Belice",
+ "dólar beliceño",
}
CAD{
"CA$",
@@ -349,7 +346,7 @@
}
FKP{
"FKP",
- "libra de las Islas Malvinas",
+ "libra malvinense",
}
FRF{
"FRF",
@@ -357,7 +354,7 @@
}
GBP{
"GBP",
- "libra esterlina",
+ "libra británica",
}
GEK{
"GEK",
@@ -417,7 +414,7 @@
}
HKD{
"HKD",
- "dólar de Hong Kong",
+ "dólar hongkonés",
}
HNL{
"HNL",
@@ -437,7 +434,7 @@
}
HUF{
"HUF",
- "forinto",
+ "forinto húngaro",
}
IDR{
"IDR",
@@ -477,7 +474,7 @@
}
JMD{
"JMD",
- "dólar de Jamaica",
+ "dólar jamaicano",
}
JOD{
"JOD",
@@ -521,7 +518,7 @@
}
KZT{
"KZT",
- "tengue",
+ "tenge kazako",
}
LAK{
"LAK",
@@ -533,7 +530,7 @@
}
LKR{
"LKR",
- "rupia de Sri Lanka",
+ "rupia esrilanquesa",
}
LRD{
"LRD",
@@ -545,7 +542,7 @@
}
LTL{
"LTL",
- "litas",
+ "litas lituano",
}
LTT{
"LTT",
@@ -565,7 +562,7 @@
}
LVL{
"LVL",
- "lats",
+ "lats letón",
}
LVR{
"LVR",
@@ -637,7 +634,7 @@
}
MWK{
"MWK",
- "kuacha malauí",
+ "kwacha malauí",
}
MXN{
"MXN",
@@ -1053,7 +1050,7 @@
}
XXX{
"XXX",
- "divisa desconocida",
+ "moneda desconocida",
}
YDD{
"YDD",
@@ -1210,8 +1207,8 @@
other{"dólares australianos"}
}
AWG{
- one{"florín de Aruba"}
- other{"florines de Aruba"}
+ one{"florín arubeño"}
+ other{"florines arubeños"}
}
AZN{
one{"manat azerí"}
@@ -1226,8 +1223,8 @@
other{"marcos convertibles de Bosnia-Herzegovina"}
}
BBD{
- one{"dólar de Barbados"}
- other{"dólares de Barbados"}
+ one{"dólar barbadense"}
+ other{"dólares barbadenses"}
}
BDT{
one{"taka"}
@@ -1250,8 +1247,8 @@
other{"leva fuertes búlgaros"}
}
BGN{
- one{"leva"}
- other{"levas"}
+ one{"lev búlgaro"}
+ other{"levas búlgaras"}
}
BHD{
one{"dinar bahreiní"}
@@ -1306,8 +1303,8 @@
other{"cruceiros brasileños"}
}
BSD{
- one{"dólar de las Bahamas"}
- other{"dólares de las Bahamas"}
+ one{"dólar bahameño"}
+ other{"dólares bahameños"}
}
BTN{
one{"gultrum"}
@@ -1330,8 +1327,8 @@
other{"rublos bielorrusos"}
}
BZD{
- one{"dólar de Belice"}
- other{"dólares de Belice"}
+ one{"dólar beliceño"}
+ other{"dólares beliceños"}
}
CAD{
one{"dólar canadiense"}
@@ -1478,16 +1475,16 @@
other{"dólares fiyianos"}
}
FKP{
- one{"libra de las Islas Malvinas"}
- other{"libras de las Islas Malvinas"}
+ one{"libra malvinense"}
+ other{"libras malvinenses"}
}
FRF{
one{"franco francés"}
other{"francos franceses"}
}
GBP{
- one{"libra esterlina"}
- other{"libras esterlinas"}
+ one{"libra británica"}
+ other{"libras británicas"}
}
GEL{
one{"lari"}
@@ -1526,8 +1523,8 @@
other{"dólares guyaneses"}
}
HKD{
- one{"dólar de Hong Kong"}
- other{"dólares de Hong Kong"}
+ one{"dólar hongkonés"}
+ other{"dólares hongkoneses"}
}
HNL{
one{"lempira hondureño"}
@@ -1546,8 +1543,8 @@
other{"gourdes haitianos"}
}
HUF{
- one{"forinto"}
- other{"forintos"}
+ one{"forinto húngaro"}
+ other{"forintos húngaros"}
}
IDR{
one{"rupia indonesia"}
@@ -1586,8 +1583,8 @@
other{"liras italianas"}
}
JMD{
- one{"dólar de Jamaica"}
- other{"dólares de Jamaica"}
+ one{"dólar jamaicano"}
+ other{"dólares jamaicanos"}
}
JOD{
one{"dinar jordano"}
@@ -1630,8 +1627,8 @@
other{"dólares de las Islas Caimán"}
}
KZT{
- one{"tengue"}
- other{"tengues"}
+ one{"tenge kazako"}
+ other{"tenges kazakos"}
}
LAK{
one{"kip"}
@@ -1642,16 +1639,16 @@
other{"libras libanesas"}
}
LKR{
- one{"rupia de Sri Lanka"}
- other{"rupias de Sri Lanka"}
+ one{"rupia esrilanquesa"}
+ other{"rupias esrilanquesas"}
}
LRD{
one{"dólar liberiano"}
other{"dólares liberianos"}
}
LTL{
- one{"litas"}
- other{"litas"}
+ one{"litas lituana"}
+ other{"litas lituanas"}
}
LTT{
one{"talonas lituana"}
@@ -1670,8 +1667,8 @@
other{"francos financieros luxemburgueses"}
}
LVL{
- one{"lats"}
- other{"lats"}
+ one{"lats letón"}
+ other{"lats letónes"}
}
LVR{
one{"rublo letón"}
@@ -1734,8 +1731,8 @@
other{"rufiyas"}
}
MWK{
- one{"kuacha malauí"}
- other{"kuachas malauís"}
+ one{"kwacha malauí"}
+ other{"kwachas malauís"}
}
MXN{
one{"peso mexicano"}
@@ -2114,8 +2111,8 @@
other{"platino"}
}
XXX{
- one{"moneda desconocida/no válida"}
- other{"monedas desconocidas/no válidas"}
+ one{"(unidad de moneda desconocida)"}
+ other{"(moneda desconocida)"}
}
YER{
one{"rial yemení"}
@@ -2142,5 +2139,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.21"}
}
diff --git a/icu4c/source/data/curr/es_419.txt b/icu4c/source/data/curr/es_419.txt
index 73bddb5..7942045 100644
--- a/icu4c/source/data/curr/es_419.txt
+++ b/icu4c/source/data/curr/es_419.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_419.xml
@@ -8,62 +8,14 @@
// ***************************************************************************
es_419{
Currencies{
- AMD{
- "AMD",
- "dram",
- }
- AWG{
- "AWG",
- "florín arubeño",
- }
- BBD{
- "BBD",
- "dólar barbadense",
- }
- BSD{
- "BSD",
- "dólar bahameño",
- }
- BZD{
- "BZD",
- "dólar beliceño",
- }
CAD{
"CAD",
"dólar canadiense",
}
- ERN{
- "ERN",
- "nakfa",
- }
EUR{
"EUR",
"euro",
}
- HKD{
- "HKD",
- "dólar hongkonés",
- }
- ILS{
- "ILS",
- "nuevo sheqel israelí",
- }
- JMD{
- "JMD",
- "dólar jamaicano",
- }
- KZT{
- "KZT",
- "tenge kazako",
- }
- LKR{
- "LKR",
- "rupia esrilanquesa",
- }
- MOP{
- "MOP",
- "pataca",
- }
THB{
"THB",
"bat",
@@ -76,71 +28,9 @@
"VND",
"dong",
}
- XXX{
- "XXX",
- "moneda desconocida",
- }
- ZMW{
- "ZMK",
- "kuacha zambiano",
- }
}
Currencies%narrow{
EUR{"€"}
}
- CurrencyPlurals{
- AWG{
- one{"florín arubeño"}
- other{"florines arubeños"}
- }
- BBD{
- one{"dólar barbadense"}
- other{"dólares barbadenses"}
- }
- BHD{
- one{"dinar bareiní"}
- other{"dinares bareiníes"}
- }
- BSD{
- one{"dólar bahameño"}
- other{"dólares bahameños"}
- }
- BZD{
- one{"dólar beliceño"}
- other{"dólares beliceños"}
- }
- HKD{
- one{"dólar hongkonés"}
- other{"dólares hongkoneses"}
- }
- ILS{
- one{"nuevo sheqel israelí"}
- other{"nuevos sheqels israelíes"}
- }
- JMD{
- one{"dólar jamaicano"}
- other{"dólares jamaicanos"}
- }
- KZT{
- one{"tenge kazako"}
- other{"tenges kazakos"}
- }
- LKR{
- one{"rupia esrilanquesa"}
- other{"rupias esrilanquesas"}
- }
- MOP{
- one{"pataca"}
- other{"patacas"}
- }
- MWK{
- one{"kuacha malauí"}
- other{"kuachas malauíes"}
- }
- XXX{
- one{"(unidad de moneda desconocida)"}
- other{"(moneda desconocida)"}
- }
- }
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_AR.txt b/icu4c/source/data/curr/es_AR.txt
index 1302cea..ade6d42 100644
--- a/icu4c/source/data/curr/es_AR.txt
+++ b/icu4c/source/data/curr/es_AR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_AR.xml
@@ -18,5 +18,5 @@
"dólar estadounidense",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_BO.txt b/icu4c/source/data/curr/es_BO.txt
index 2304f79..bf00786 100755
--- a/icu4c/source/data/curr/es_BO.txt
+++ b/icu4c/source/data/curr/es_BO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_BO.xml
diff --git a/icu4c/source/data/curr/es_CL.txt b/icu4c/source/data/curr/es_CL.txt
index 82e2275..ee291b9 100644
--- a/icu4c/source/data/curr/es_CL.txt
+++ b/icu4c/source/data/curr/es_CL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CL.xml
@@ -18,5 +18,5 @@
"dólar estadounidense",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_CO.txt b/icu4c/source/data/curr/es_CO.txt
index 9df2a52..40faf81 100644
--- a/icu4c/source/data/curr/es_CO.txt
+++ b/icu4c/source/data/curr/es_CO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CO.xml
@@ -18,5 +18,5 @@
"dólar estadounidense",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_CR.txt b/icu4c/source/data/curr/es_CR.txt
index 15de39b..67e4c23 100755
--- a/icu4c/source/data/curr/es_CR.txt
+++ b/icu4c/source/data/curr/es_CR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CR.xml
@@ -14,5 +14,5 @@
"colón costarricense",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_CU.txt b/icu4c/source/data/curr/es_CU.txt
index 0109f98..c1f2efd 100755
--- a/icu4c/source/data/curr/es_CU.txt
+++ b/icu4c/source/data/curr/es_CU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CU.xml
diff --git a/icu4c/source/data/curr/es_DO.txt b/icu4c/source/data/curr/es_DO.txt
index 838d5e3..3d40b7a 100755
--- a/icu4c/source/data/curr/es_DO.txt
+++ b/icu4c/source/data/curr/es_DO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_DO.xml
diff --git a/icu4c/source/data/curr/es_EC.txt b/icu4c/source/data/curr/es_EC.txt
index 89ee881..571b5cb 100644
--- a/icu4c/source/data/curr/es_EC.txt
+++ b/icu4c/source/data/curr/es_EC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_EC.xml
@@ -14,5 +14,5 @@
"dólar estadounidense",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_GQ.txt b/icu4c/source/data/curr/es_GQ.txt
index d0ab551..1d88175 100644
--- a/icu4c/source/data/curr/es_GQ.txt
+++ b/icu4c/source/data/curr/es_GQ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_GQ.xml
diff --git a/icu4c/source/data/curr/es_GT.txt b/icu4c/source/data/curr/es_GT.txt
index 748120d..100cc1f 100644
--- a/icu4c/source/data/curr/es_GT.txt
+++ b/icu4c/source/data/curr/es_GT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_GT.xml
@@ -14,5 +14,5 @@
"quetzal guatemalteco",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_HN.txt b/icu4c/source/data/curr/es_HN.txt
index 0417a22..233ad06 100644
--- a/icu4c/source/data/curr/es_HN.txt
+++ b/icu4c/source/data/curr/es_HN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_HN.xml
@@ -14,5 +14,5 @@
"lempira hondureño",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_MX.txt b/icu4c/source/data/curr/es_MX.txt
index c7b7745..40068cb 100644
--- a/icu4c/source/data/curr/es_MX.txt
+++ b/icu4c/source/data/curr/es_MX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_MX.xml
@@ -17,10 +17,6 @@
"ALL",
"lek albanés",
}
- AMD{
- "AMD",
- "dram armenio",
- }
ANG{
"Naf",
"florín de las Antillas Neerlandesas",
@@ -49,10 +45,6 @@
"BDT",
"taka de Bangladesh",
}
- BGN{
- "BGN",
- "lev búlgaro",
- }
BND{
"BND",
"dólar de Brunéi",
@@ -125,22 +117,10 @@
"ECV",
"unidad de valor constante (UVC) ecuatoriana",
}
- ERN{
- "ERN",
- "nakfa eritreo",
- }
ETB{
"ETB",
"birr etíope",
}
- FKP{
- "FKP",
- "libra malvinense",
- }
- GBP{
- "GBP",
- "libra esterlina británica",
- }
GEL{
"GEL",
"lari georgiano",
@@ -161,18 +141,10 @@
"HRK",
"kuna croata",
}
- HUF{
- "HUF",
- "florín húngaro",
- }
ILS{
"ILS",
"nuevo shéquel israelí",
}
- JMD{
- "JMD",
- "dólar jamaiquino",
- }
JPY{
"JPY",
"yen japonés",
@@ -197,14 +169,6 @@
"LKR",
"rupia de Sri Lanka",
}
- LTL{
- "LTL",
- "litas lituano",
- }
- LVL{
- "LVL",
- "lats letón",
- }
MGA{
"MGA",
"ariary malgache",
@@ -217,10 +181,6 @@
"MNT",
"tugrik mongol",
}
- MOP{
- "MOP",
- "pataca de Macao",
- }
MRO{
"MRO",
"ouguiya mauritano",
@@ -229,10 +189,6 @@
"MVR",
"rufiyaa de Maldivas",
}
- MWK{
- "MWK",
- "kwacha malauí",
- }
MXN{
"$",
"peso mexicano",
@@ -357,16 +313,12 @@
"XPF",
"franco CFP",
}
- XXX{
- "XXX",
- "divisa desconocida",
- }
ZAR{
"ZAR",
"rand sudafricano",
}
ZMW{
- "ZMK",
+ "ZMW",
"kwacha zambiano",
}
}
@@ -397,14 +349,6 @@
one{"taka de Bangladesh"}
other{"taka de Bangladesh"}
}
- BGN{
- one{"lev búlgaro"}
- other{"levas búlgaras"}
- }
- BHD{
- one{"dinar bahreiní"}
- other{"dinares bahreiníes"}
- }
BND{
one{"dólar de Brunéi"}
other{"dólares de Brunéi"}
@@ -429,14 +373,6 @@
one{"birr etíope"}
other{"birrs etíopes"}
}
- FKP{
- one{"libra malvinense"}
- other{"libras malvinenses"}
- }
- GBP{
- one{"libra esterlina británica"}
- other{"libras esterlinas británicas"}
- }
GEL{
one{"lari georgiano"}
other{"laris georgianos"}
@@ -457,18 +393,10 @@
one{"kuna croata"}
other{"kunas croatas"}
}
- HUF{
- one{"florín húngaro"}
- other{"florines húngaros"}
- }
ILS{
one{"nuevo shéquel israelí"}
other{"nuevos shéquels israelíes"}
}
- JMD{
- one{"dólar jamaiquino"}
- other{"dólares jamaiquinos"}
- }
JPY{
one{"yen japonés"}
other{"yenes japoneses"}
@@ -493,10 +421,6 @@
one{"rupia de Sri Lanka"}
other{"rupias de Sri Lanka"}
}
- LTL{
- one{"litas lituana"}
- other{"litas lituanas"}
- }
LVL{
one{"lats letón"}
other{"lats letones"}
@@ -513,10 +437,6 @@
one{"tugrik mongol"}
other{"tugriks mongoles"}
}
- MOP{
- one{"pataca de Macao"}
- other{"patacas de Macao"}
- }
MRO{
one{"ouguiya mauritano"}
other{"ouguiyas mauritanos"}
@@ -613,10 +533,6 @@
one{"tala samoano"}
other{"talas samoanos"}
}
- XXX{
- one{"moneda desconocida/no válida"}
- other{"monedas desconocidas/no válidas"}
- }
ZAR{
one{"rand sudafricano"}
other{"rands sudafricanos"}
@@ -626,5 +542,5 @@
other{"kwachas zambianos"}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_NI.txt b/icu4c/source/data/curr/es_NI.txt
index 990d700..67f8d4f 100755
--- a/icu4c/source/data/curr/es_NI.txt
+++ b/icu4c/source/data/curr/es_NI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_NI.xml
@@ -14,5 +14,5 @@
"córdoba nicaragüense",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_PA.txt b/icu4c/source/data/curr/es_PA.txt
index 6fde672..e6779eb 100755
--- a/icu4c/source/data/curr/es_PA.txt
+++ b/icu4c/source/data/curr/es_PA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PA.xml
@@ -14,5 +14,5 @@
"balboa panameño",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_PE.txt b/icu4c/source/data/curr/es_PE.txt
index eb0724f..f36e633 100755
--- a/icu4c/source/data/curr/es_PE.txt
+++ b/icu4c/source/data/curr/es_PE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PE.xml
@@ -14,5 +14,5 @@
"nuevo sol peruano",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_PH.txt b/icu4c/source/data/curr/es_PH.txt
index 7f265a7..5fcb6aa 100755
--- a/icu4c/source/data/curr/es_PH.txt
+++ b/icu4c/source/data/curr/es_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PH.xml
diff --git a/icu4c/source/data/curr/es_PR.txt b/icu4c/source/data/curr/es_PR.txt
index d0cacf3..19583fd 100644
--- a/icu4c/source/data/curr/es_PR.txt
+++ b/icu4c/source/data/curr/es_PR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PR.xml
@@ -14,5 +14,5 @@
"dólar estadounidense",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_PY.txt b/icu4c/source/data/curr/es_PY.txt
index 8ad3590..90adf4d 100755
--- a/icu4c/source/data/curr/es_PY.txt
+++ b/icu4c/source/data/curr/es_PY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PY.xml
diff --git a/icu4c/source/data/curr/es_SV.txt b/icu4c/source/data/curr/es_SV.txt
index 8052330..31bf364 100755
--- a/icu4c/source/data/curr/es_SV.txt
+++ b/icu4c/source/data/curr/es_SV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_SV.xml
@@ -14,5 +14,5 @@
"dólar estadounidense",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_US.txt b/icu4c/source/data/curr/es_US.txt
index 192da1a..1eb1915 100644
--- a/icu4c/source/data/curr/es_US.txt
+++ b/icu4c/source/data/curr/es_US.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_US.xml
@@ -18,5 +18,5 @@
"dólar estadounidense",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/es_UY.txt b/icu4c/source/data/curr/es_UY.txt
index f0908cd..24a80ba 100644
--- a/icu4c/source/data/curr/es_UY.txt
+++ b/icu4c/source/data/curr/es_UY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_UY.xml
@@ -18,5 +18,5 @@
"peso uruguayo",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.11.86"}
}
diff --git a/icu4c/source/data/curr/es_VE.txt b/icu4c/source/data/curr/es_VE.txt
index 5a9dec8..cfcf3a1 100755
--- a/icu4c/source/data/curr/es_VE.txt
+++ b/icu4c/source/data/curr/es_VE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_VE.xml
diff --git a/icu4c/source/data/curr/et.txt b/icu4c/source/data/curr/et.txt
index c5e01e6..53afefe 100644
--- a/icu4c/source/data/curr/et.txt
+++ b/icu4c/source/data/curr/et.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/et.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/et.xml
- */
et{
Currencies{
ADP{
@@ -1672,5 +1669,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/eu.txt b/icu4c/source/data/curr/eu.txt
index 89e7c1b..da5208c 100644
--- a/icu4c/source/data/curr/eu.txt
+++ b/icu4c/source/data/curr/eu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/eu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/eu.xml
- */
eu{
Currencies{
AED{
@@ -1344,5 +1341,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ewo.txt b/icu4c/source/data/curr/ewo.txt
old mode 100644
new mode 100755
index a8a6fba..00e3aac
--- a/icu4c/source/data/curr/ewo.txt
+++ b/icu4c/source/data/curr/ewo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ewo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ewo.xml
- */
ewo{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/fa.txt b/icu4c/source/data/curr/fa.txt
index 8d2f65d..85bbbf4 100644
--- a/icu4c/source/data/curr/fa.txt
+++ b/icu4c/source/data/curr/fa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fa.xml
- */
fa{
Currencies{
ADP{
@@ -793,7 +790,7 @@
}
XAF{
"FCFA",
- "فرانک CFA مرکز آفریقا",
+ "فرانک CFA مرکز افریقا",
}
XAG{
"XAG",
@@ -813,7 +810,7 @@
}
XOF{
"CFA",
- "فرانک CFA غرب آفریقا",
+ "فرانک CFA غرب افریقا",
}
XPD{
"XPD",
@@ -925,12 +922,12 @@
other{"دلار امریکا"}
}
XAF{
- one{"فرانک CFA مرکز آفریقا"}
- other{"فرانک CFA مرکز آفریقا"}
+ one{"فرانک CFA مرکز افریقا"}
+ other{"فرانک CFA مرکز افریقا"}
}
XOF{
- one{"فرانک CFA غرب آفریقا"}
- other{"فرانک CFA غرب آفریقا"}
+ one{"فرانک CFA غرب افریقا"}
+ other{"فرانک CFA غرب افریقا"}
}
XPF{
one{"فرانک CFP"}
@@ -941,5 +938,5 @@
other{"(ارز نامشخص)"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/fa_AF.txt b/icu4c/source/data/curr/fa_AF.txt
index a85a22c..1fc9671 100644
--- a/icu4c/source/data/curr/fa_AF.txt
+++ b/icu4c/source/data/curr/fa_AF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fa_AF.xml
@@ -65,5 +65,5 @@
"دالر امریکا",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.12.17"}
}
diff --git a/icu4c/source/data/curr/ff.txt b/icu4c/source/data/curr/ff.txt
old mode 100644
new mode 100755
index 375b6d7..ee02a8c
--- a/icu4c/source/data/curr/ff.txt
+++ b/icu4c/source/data/curr/ff.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ff.xml
- */
ff{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ff_GN.txt b/icu4c/source/data/curr/ff_GN.txt
index 5f47821..980e1f0 100644
--- a/icu4c/source/data/curr/ff_GN.txt
+++ b/icu4c/source/data/curr/ff_GN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff_GN.xml
diff --git a/icu4c/source/data/curr/ff_MR.txt b/icu4c/source/data/curr/ff_MR.txt
index 69fa3a5..916c131 100644
--- a/icu4c/source/data/curr/ff_MR.txt
+++ b/icu4c/source/data/curr/ff_MR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff_MR.xml
diff --git a/icu4c/source/data/curr/fi.txt b/icu4c/source/data/curr/fi.txt
index e00684a..79894a2 100644
--- a/icu4c/source/data/curr/fi.txt
+++ b/icu4c/source/data/curr/fi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fi.xml
- */
fi{
Currencies{
ADP{
@@ -2445,5 +2442,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.33"}
}
diff --git a/icu4c/source/data/curr/fil.txt b/icu4c/source/data/curr/fil.txt
old mode 100644
new mode 100755
index 6580341..bcd08d6
--- a/icu4c/source/data/curr/fil.txt
+++ b/icu4c/source/data/curr/fil.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fil.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fil.xml
- */
fil{
Currencies{
AED{
@@ -209,7 +206,7 @@
}
GBP{
"£",
- "British Pound Sterling",
+ "British Pound",
}
GEL{
"GEL",
@@ -900,8 +897,8 @@
other{"Falkland Islands pounds"}
}
GBP{
- one{"British pound sterling"}
- other{"British pounds sterling"}
+ one{"British pound"}
+ other{"British pounds"}
}
GEL{
one{"Georgian lari"}
@@ -1348,5 +1345,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/fil_PH.txt b/icu4c/source/data/curr/fil_PH.txt
index d758dda..da9fecf 100755
--- a/icu4c/source/data/curr/fil_PH.txt
+++ b/icu4c/source/data/curr/fil_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/fo.txt b/icu4c/source/data/curr/fo.txt
index 5408910..69284d2 100644
--- a/icu4c/source/data/curr/fo.txt
+++ b/icu4c/source/data/curr/fo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fo.xml
- */
fo{
Currencies{
DKK{
@@ -90,5 +87,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.7.53"}
+ Version{"2.1.12.27"}
}
diff --git a/icu4c/source/data/curr/fr.txt b/icu4c/source/data/curr/fr.txt
index b93c67c..36a246b 100644
--- a/icu4c/source/data/curr/fr.txt
+++ b/icu4c/source/data/curr/fr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fr.xml
- */
fr{
Currencies{
ADP{
@@ -353,7 +350,7 @@
}
FKP{
"£FK",
- "livre des Falkland",
+ "livre des îles Malouines",
}
FRF{
"F",
@@ -1511,8 +1508,8 @@
other{"dollars fidjiens"}
}
FKP{
- one{"livre des Falkland"}
- other{"livres des Falkland"}
+ one{"livre des îles Malouines"}
+ other{"livres des îles Malouines"}
}
FRF{
one{"franc français"}
@@ -2275,5 +2272,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
}
diff --git a/icu4c/source/data/curr/fr_BI.txt b/icu4c/source/data/curr/fr_BI.txt
index b212387..4f7bad9 100755
--- a/icu4c/source/data/curr/fr_BI.txt
+++ b/icu4c/source/data/curr/fr_BI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_BI.xml
diff --git a/icu4c/source/data/curr/fr_CA.txt b/icu4c/source/data/curr/fr_CA.txt
index 2258740..e198f05 100644
--- a/icu4c/source/data/curr/fr_CA.txt
+++ b/icu4c/source/data/curr/fr_CA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CA.xml
@@ -16,10 +16,6 @@
"$ AU",
"dollar australien",
}
- AZN{
- "AZN",
- "manat azerbaïdjanais",
- }
BMD{
"BMD",
"dollar bermudien",
@@ -52,10 +48,6 @@
"COP",
"peso colombien",
}
- CVE{
- "CVE",
- "escudo du Cap-Vert",
- }
FJD{
"FJD",
"dollar fidjien",
@@ -92,10 +84,6 @@
"KRW",
"won sud-coréen",
}
- LAK{
- "LAK",
- "kip laotien",
- }
LBP{
"LBP",
"livre libanaise",
@@ -112,14 +100,6 @@
"$ NZ",
"dollar néo-zélandais",
}
- PGK{
- "PGK",
- "kina papou-néo-guinéen",
- }
- QAR{
- "QAR",
- "riyal du Qatar",
- }
SBD{
"SBD",
"dollar des îles Salomon",
@@ -128,18 +108,10 @@
"$ SG",
"dollar de Singapour",
}
- SRD{
- "SRD",
- "dollar du Suriname",
- }
THB{
"THB",
"baht thaïlandais",
}
- TOP{
- "TOP",
- "pa’anga",
- }
TTD{
"TTD",
"dollar de Trinité-et-Tobago",
@@ -156,14 +128,6 @@
"VND",
"dông vietnamien",
}
- VUV{
- "VUV",
- "vatu",
- }
- WST{
- "WST",
- "tala",
- }
XAF{
"XAF",
"franc CFA (BEAC)",
@@ -178,58 +142,10 @@
}
}
CurrencyPlurals{
- AZN{
- one{"manat azerbaïdjanais"}
- other{"manats azerbaïdjanais"}
- }
- CVE{
- one{"escudo du Cap-Vert"}
- other{"escudos du Cap-Vert"}
- }
FKP{
one{"livre des Îles Malouines"}
other{"livres des Îles Malouines"}
}
- GEL{
- one{"lari géorgien"}
- other{"laris géorgiens"}
- }
- GYD{
- one{"dollar guyanien"}
- other{"dollars guyaniens"}
- }
- LAK{
- one{"kip laotien"}
- other{"kips laotiens"}
- }
- PGK{
- one{"kina papou-néo-guinéen"}
- other{"kinas papou-néo-guinéens"}
- }
- QAR{
- one{"riyal du Qatar"}
- other{"riyals du Qatar"}
- }
- SRD{
- one{"dollar du Suriname"}
- other{"dollars du Suriname"}
- }
- TOP{
- one{"pa’anga"}
- other{"pa’angas"}
- }
- VUV{
- one{"vatu"}
- other{"vatus"}
- }
- WST{
- one{"tala"}
- other{"talas"}
- }
- XXX{
- one{"devise inconnue ou non valide"}
- other{"devise inconnue ou non valide"}
- }
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/fr_CD.txt b/icu4c/source/data/curr/fr_CD.txt
index 14a4b0a..779adf5 100755
--- a/icu4c/source/data/curr/fr_CD.txt
+++ b/icu4c/source/data/curr/fr_CD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CD.xml
diff --git a/icu4c/source/data/curr/fr_DJ.txt b/icu4c/source/data/curr/fr_DJ.txt
index e968335..55a5ef7 100755
--- a/icu4c/source/data/curr/fr_DJ.txt
+++ b/icu4c/source/data/curr/fr_DJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_DJ.xml
diff --git a/icu4c/source/data/curr/fr_DZ.txt b/icu4c/source/data/curr/fr_DZ.txt
index fd74abb..9802342 100755
--- a/icu4c/source/data/curr/fr_DZ.txt
+++ b/icu4c/source/data/curr/fr_DZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_DZ.xml
diff --git a/icu4c/source/data/curr/fr_GN.txt b/icu4c/source/data/curr/fr_GN.txt
index 012c40d..e6b2630 100755
--- a/icu4c/source/data/curr/fr_GN.txt
+++ b/icu4c/source/data/curr/fr_GN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_GN.xml
diff --git a/icu4c/source/data/curr/fr_HT.txt b/icu4c/source/data/curr/fr_HT.txt
index 1ee261d..4892771 100755
--- a/icu4c/source/data/curr/fr_HT.txt
+++ b/icu4c/source/data/curr/fr_HT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_HT.xml
diff --git a/icu4c/source/data/curr/fr_KM.txt b/icu4c/source/data/curr/fr_KM.txt
index 4172054..37656f0 100755
--- a/icu4c/source/data/curr/fr_KM.txt
+++ b/icu4c/source/data/curr/fr_KM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_KM.xml
diff --git a/icu4c/source/data/curr/fr_LU.txt b/icu4c/source/data/curr/fr_LU.txt
index 57f13c0..453f4da 100644
--- a/icu4c/source/data/curr/fr_LU.txt
+++ b/icu4c/source/data/curr/fr_LU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_LU.xml
diff --git a/icu4c/source/data/curr/fr_MG.txt b/icu4c/source/data/curr/fr_MG.txt
index ac384b2..1c3fda2 100755
--- a/icu4c/source/data/curr/fr_MG.txt
+++ b/icu4c/source/data/curr/fr_MG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MG.xml
diff --git a/icu4c/source/data/curr/fr_MR.txt b/icu4c/source/data/curr/fr_MR.txt
index 49f5381..2146691 100755
--- a/icu4c/source/data/curr/fr_MR.txt
+++ b/icu4c/source/data/curr/fr_MR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MR.xml
diff --git a/icu4c/source/data/curr/fr_MU.txt b/icu4c/source/data/curr/fr_MU.txt
index ebd6efc..7795288 100755
--- a/icu4c/source/data/curr/fr_MU.txt
+++ b/icu4c/source/data/curr/fr_MU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MU.xml
diff --git a/icu4c/source/data/curr/fr_RW.txt b/icu4c/source/data/curr/fr_RW.txt
index 13ef946..c448f26 100755
--- a/icu4c/source/data/curr/fr_RW.txt
+++ b/icu4c/source/data/curr/fr_RW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_RW.xml
diff --git a/icu4c/source/data/curr/fr_SC.txt b/icu4c/source/data/curr/fr_SC.txt
index e430104..5d2bf76 100755
--- a/icu4c/source/data/curr/fr_SC.txt
+++ b/icu4c/source/data/curr/fr_SC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_SC.xml
diff --git a/icu4c/source/data/curr/fr_SY.txt b/icu4c/source/data/curr/fr_SY.txt
index 0cebb77..705a405 100755
--- a/icu4c/source/data/curr/fr_SY.txt
+++ b/icu4c/source/data/curr/fr_SY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_SY.xml
diff --git a/icu4c/source/data/curr/fr_TN.txt b/icu4c/source/data/curr/fr_TN.txt
index 567dd90..e8681b1 100755
--- a/icu4c/source/data/curr/fr_TN.txt
+++ b/icu4c/source/data/curr/fr_TN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_TN.xml
diff --git a/icu4c/source/data/curr/fr_VU.txt b/icu4c/source/data/curr/fr_VU.txt
index d2afeb6..4e25165 100755
--- a/icu4c/source/data/curr/fr_VU.txt
+++ b/icu4c/source/data/curr/fr_VU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_VU.xml
diff --git a/icu4c/source/data/curr/fur.txt b/icu4c/source/data/curr/fur.txt
index 3ba0449..266ee44 100644
--- a/icu4c/source/data/curr/fur.txt
+++ b/icu4c/source/data/curr/fur.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fur.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fur.xml
- */
fur{
Currencies{
AMD{
@@ -382,5 +379,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/fy.txt b/icu4c/source/data/curr/fy.txt
index 09632dd..be6cf44 100644
--- a/icu4c/source/data/curr/fy.txt
+++ b/icu4c/source/data/curr/fy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fy.xml
- */
fy{
Currencies{
ADP{
@@ -389,7 +386,7 @@
}
GBP{
"£",
- "Brits pûn sterling",
+ "Brits pûn",
}
GEK{
"GEK",
@@ -1558,8 +1555,8 @@
other{"Franske franc"}
}
GBP{
- one{"Brits pûn sterling"}
- other{"Brits pûn sterling"}
+ one{"Brits pûn"}
+ other{"Brits pûn"}
}
GEK{
one{"Georgyske kupon larit"}
@@ -2354,5 +2351,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/ga.txt b/icu4c/source/data/curr/ga.txt
index 88882a7..0453b45 100644
--- a/icu4c/source/data/curr/ga.txt
+++ b/icu4c/source/data/curr/ga.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ga.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ga.xml
- */
ga{
Currencies{
ADP{
@@ -2628,5 +2625,5 @@
other{"{0} {1}"}
two{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/gd.txt b/icu4c/source/data/curr/gd.txt
index 71c6238..3e134c0 100644
--- a/icu4c/source/data/curr/gd.txt
+++ b/icu4c/source/data/curr/gd.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gd.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gd.xml
- */
gd{
Currencies{
ADP{
@@ -3045,5 +3042,5 @@
other{"{0} {1}"}
two{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/gl.txt b/icu4c/source/data/curr/gl.txt
index a6c1e8b..c5d1ba4 100644
--- a/icu4c/source/data/curr/gl.txt
+++ b/icu4c/source/data/curr/gl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gl.xml
- */
gl{
Currencies{
ADP{
@@ -1608,5 +1605,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/gsw.txt b/icu4c/source/data/curr/gsw.txt
index 9f54051..baeb855 100644
--- a/icu4c/source/data/curr/gsw.txt
+++ b/icu4c/source/data/curr/gsw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gsw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gsw.xml
- */
gsw{
Currencies{
ADP{
@@ -2138,5 +2135,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.7.41"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/gu.txt b/icu4c/source/data/curr/gu.txt
index 4aa62db..022538d 100644
--- a/icu4c/source/data/curr/gu.txt
+++ b/icu4c/source/data/curr/gu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gu.xml
- */
gu{
Currencies{
AED{
@@ -1335,5 +1332,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/guz.txt b/icu4c/source/data/curr/guz.txt
old mode 100644
new mode 100755
index a8250f4..578d0a8
--- a/icu4c/source/data/curr/guz.txt
+++ b/icu4c/source/data/curr/guz.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/guz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/guz.xml
- */
guz{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/gv.txt b/icu4c/source/data/curr/gv.txt
index a74079f..c087c5e 100644
--- a/icu4c/source/data/curr/gv.txt
+++ b/icu4c/source/data/curr/gv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gv.xml
- */
gv{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/ha.txt b/icu4c/source/data/curr/ha.txt
index b0f5821..ba88259 100644
--- a/icu4c/source/data/curr/ha.txt
+++ b/icu4c/source/data/curr/ha.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ha.xml
- */
ha{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ha_GH.txt b/icu4c/source/data/curr/ha_GH.txt
index 34aae81..aac7c27 100644
--- a/icu4c/source/data/curr/ha_GH.txt
+++ b/icu4c/source/data/curr/ha_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ha_Latn.txt b/icu4c/source/data/curr/ha_Latn.txt
index 12982d7..ff485b8 100644
--- a/icu4c/source/data/curr/ha_Latn.txt
+++ b/icu4c/source/data/curr/ha_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ha_Latn.xml
- */
ha_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/ha_Latn_GH.txt b/icu4c/source/data/curr/ha_Latn_GH.txt
index 2ee5db5..9212a4d 100644
--- a/icu4c/source/data/curr/ha_Latn_GH.txt
+++ b/icu4c/source/data/curr/ha_Latn_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha_Latn_GH.xml
diff --git a/icu4c/source/data/curr/ha_Latn_NE.txt b/icu4c/source/data/curr/ha_Latn_NE.txt
index 480260c..0ae59bb 100644
--- a/icu4c/source/data/curr/ha_Latn_NE.txt
+++ b/icu4c/source/data/curr/ha_Latn_NE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ha_Latn_NG.txt b/icu4c/source/data/curr/ha_Latn_NG.txt
index c0ad58a..e5ee617 100644
--- a/icu4c/source/data/curr/ha_Latn_NG.txt
+++ b/icu4c/source/data/curr/ha_Latn_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ha_NE.txt b/icu4c/source/data/curr/ha_NE.txt
index 3e0c8cb..3571172 100644
--- a/icu4c/source/data/curr/ha_NE.txt
+++ b/icu4c/source/data/curr/ha_NE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ha_NG.txt b/icu4c/source/data/curr/ha_NG.txt
index a5c9f24..2dfc597 100644
--- a/icu4c/source/data/curr/ha_NG.txt
+++ b/icu4c/source/data/curr/ha_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/haw.txt b/icu4c/source/data/curr/haw.txt
index 8209eea..1aa56f3 100644
--- a/icu4c/source/data/curr/haw.txt
+++ b/icu4c/source/data/curr/haw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/haw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/haw.xml
- */
haw{
Currencies{
USD{
diff --git a/icu4c/source/data/curr/he.txt b/icu4c/source/data/curr/he.txt
index d291828..c2577a9 100644
--- a/icu4c/source/data/curr/he.txt
+++ b/icu4c/source/data/curr/he.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/he.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/he.xml
- */
he{
Currencies{
ADP{
@@ -1913,5 +1910,5 @@
other{"{0} {1}"}
two{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/he_IL.txt b/icu4c/source/data/curr/he_IL.txt
index 001ac49..cb83247 100644
--- a/icu4c/source/data/curr/he_IL.txt
+++ b/icu4c/source/data/curr/he_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/hi.txt b/icu4c/source/data/curr/hi.txt
index f467133..5b4aaa8 100644
--- a/icu4c/source/data/curr/hi.txt
+++ b/icu4c/source/data/curr/hi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hi.xml
- */
hi{
Currencies{
AED{
@@ -41,7 +38,7 @@
}
ARS{
"ARS",
- "अर्जेंटीनी पीसो",
+ "अर्जेंटीनी पेसो",
}
AUD{
"A$",
@@ -129,7 +126,7 @@
}
CLP{
"CLP",
- "चिली पीसो",
+ "चिली पेसो",
}
CNY{
"CN¥",
@@ -137,7 +134,7 @@
}
COP{
"COP",
- "कोलंबियाई पीसो",
+ "कोलंबियाई पेसो",
}
CRC{
"CRC",
@@ -149,11 +146,11 @@
}
CUC{
"CUC",
- "क्यूबाई परिवर्तनीय पीसो",
+ "क्यूबाई परिवर्तनीय पेसो",
}
CUP{
"CUP",
- "क्यूबाई पीसो",
+ "क्यूबाई पेसो",
}
CVE{
"CVE",
@@ -181,7 +178,7 @@
}
DOP{
"DOP",
- "डोमिनिकन पीसो",
+ "डोमिनिकन पेसो",
}
DZD{
"DZD",
@@ -433,7 +430,7 @@
}
MXN{
"MX$",
- "मैक्सिकन पीसो",
+ "मैक्सिकन पेसो",
}
MYR{
"MYR",
@@ -485,7 +482,7 @@
}
PHP{
"PHP",
- "फ़िलिपीनी पीसो",
+ "फ़िलिपीनी पेसो",
}
PKR{
"PKR",
@@ -669,7 +666,7 @@
}
UYU{
"UYU",
- "उरुग्वियन पीसो",
+ "उरुग्वियन पेसो",
}
UZS{
"UZS",
@@ -811,8 +808,8 @@
other{"अंगोला क्वांज़ा"}
}
ARS{
- one{"अर्जेंटीनी पीसो"}
- other{"अर्जेंटीनी पीसो"}
+ one{"अर्जेंटीनी पेसो"}
+ other{"अर्जेंटीनी पेसो"}
}
AUD{
one{"ऑस्ट्रेलियाई डॉलर"}
@@ -899,28 +896,28 @@
other{"स्विस फ़्रैंक"}
}
CLP{
- one{"चिली पीसो"}
- other{"चिली पीसो"}
+ one{"चिली पेसो"}
+ other{"चिली पेसो"}
}
CNY{
one{"चीनी युआन"}
other{"चीनी युआन"}
}
COP{
- one{"कोलंबियाई पीसो"}
- other{"कोलंबियाई पीसो"}
+ one{"कोलंबियाई पेसो"}
+ other{"कोलंबियाई पेसो"}
}
CRC{
one{"कोस्टा रिका कोलोन"}
other{"कोस्टा रिका कोलोन"}
}
CUC{
- one{"क्यूबाई परिवर्तनीय पीसो"}
- other{"क्यूबाई परिवर्तनीय पीसो"}
+ one{"क्यूबाई परिवर्तनीय पेसो"}
+ other{"क्यूबाई परिवर्तनीय पेसो"}
}
CUP{
- one{"क्यूबाई पीसो"}
- other{"क्यूबाई पीसो"}
+ one{"क्यूबाई पेसो"}
+ other{"क्यूबाई पेसो"}
}
CVE{
one{"केप वर्ड एस्कूडो"}
@@ -939,8 +936,8 @@
other{"डैनिश क्रोन"}
}
DOP{
- one{"डोमिनिकन पीसो"}
- other{"डोमिनिकन पीसो"}
+ one{"डोमिनिकन पेसो"}
+ other{"डोमिनिकन पेसो"}
}
DZD{
one{"अल्जीरियाई दिनार"}
@@ -1167,8 +1164,8 @@
other{"मालावियन क्वाचा"}
}
MXN{
- one{"मैक्सिकन पीसो"}
- other{"मैक्सिकन पीसो"}
+ one{"मैक्सिकन पेसो"}
+ other{"मैक्सिकन पेसो"}
}
MYR{
one{"मलेशियाई रिंगित"}
@@ -1219,8 +1216,8 @@
other{"पापुआ न्यू गिनीयन किना"}
}
PHP{
- one{"फ़िलिपीनी पीसो"}
- other{"फ़िलिपीनी पीसो"}
+ one{"फ़िलिपीनी पेसो"}
+ other{"फ़िलिपीनी पेसो"}
}
PKR{
one{"पाकिस्तानी रुपया"}
@@ -1359,8 +1356,8 @@
other{"यूएस डॉलर"}
}
UYU{
- one{"उरुग्वियन पीसो"}
- other{"उरुग्वियन पीसो"}
+ one{"उरुग्वियन पेसो"}
+ other{"उरुग्वियन पेसो"}
}
UZS{
one{"उज़्बेकिस्तान सोम"}
@@ -1419,5 +1416,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/hr.txt b/icu4c/source/data/curr/hr.txt
index f4f8729..3ed8b70 100644
--- a/icu4c/source/data/curr/hr.txt
+++ b/icu4c/source/data/curr/hr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hr.xml
- */
hr{
Currencies{
ADP{
@@ -2737,5 +2734,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/hr_BA.txt b/icu4c/source/data/curr/hr_BA.txt
index 27cd47a..c2ba8f6 100755
--- a/icu4c/source/data/curr/hr_BA.txt
+++ b/icu4c/source/data/curr/hr_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hr_BA.xml
diff --git a/icu4c/source/data/curr/hsb.txt b/icu4c/source/data/curr/hsb.txt
index 70851af..c760abc 100644
--- a/icu4c/source/data/curr/hsb.txt
+++ b/icu4c/source/data/curr/hsb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hsb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hsb.xml
- */
hsb{
Currencies{
ADP{
@@ -1853,5 +1850,5 @@
other{"{0} {1}"}
two{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/hu.txt b/icu4c/source/data/curr/hu.txt
index 3e36667..c20b7ad 100644
--- a/icu4c/source/data/curr/hu.txt
+++ b/icu4c/source/data/curr/hu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hu.xml
- */
hu{
Currencies{
ADP{
@@ -357,7 +354,7 @@
}
GBP{
"GBP",
- "brit font sterling",
+ "brit font",
}
GEK{
"GEK",
@@ -1435,8 +1432,8 @@
other{"falkland-szigeteki font"}
}
GBP{
- one{"brit font sterling"}
- other{"brit font sterling"}
+ one{"brit font"}
+ other{"brit font"}
}
GEL{
one{"grúz lari"}
@@ -1967,5 +1964,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/hy.txt b/icu4c/source/data/curr/hy.txt
index 2fc6985..0bb18c1 100644
--- a/icu4c/source/data/curr/hy.txt
+++ b/icu4c/source/data/curr/hy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hy.xml
- */
hy{
Currencies{
AED{
@@ -197,7 +194,7 @@
}
GBP{
"£",
- "Բրիտանական ֆունտ ստեռլինգ",
+ "Բրիտանական ֆունտ",
}
GEL{
"GEL",
@@ -886,8 +883,8 @@
other{"Ֆոլկլենդյան կղզիներ ֆունտ"}
}
GBP{
- one{"Բրիտանական ֆունտ ստեռլինգ"}
- other{"Բրիտանական ֆունտ ստեռլինգ"}
+ one{"Բրիտանական ֆունտ"}
+ other{"Բրիտանական ֆունտ"}
}
GEL{
one{"Վրացական լարի"}
@@ -1338,5 +1335,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/id.txt b/icu4c/source/data/curr/id.txt
index 09dc464..a44f79f 100644
--- a/icu4c/source/data/curr/id.txt
+++ b/icu4c/source/data/curr/id.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/id.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/id.xml
- */
id{
Currencies{
ADP{
@@ -389,7 +386,7 @@
}
GBP{
"£",
- "Pound Sterling Inggris",
+ "Pound Inggris",
}
GEK{
"GEK",
@@ -1436,7 +1433,7 @@
other{"Pound Kepulauan Falkland"}
}
GBP{
- other{"Pound Sterling Inggris"}
+ other{"Pound Inggris"}
}
GEL{
other{"Lari Georgia"}
@@ -1862,5 +1859,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/id_ID.txt b/icu4c/source/data/curr/id_ID.txt
index d74e94f..eda7d2c 100644
--- a/icu4c/source/data/curr/id_ID.txt
+++ b/icu4c/source/data/curr/id_ID.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ig.txt b/icu4c/source/data/curr/ig.txt
index 04ecbd6..c9accf8 100755
--- a/icu4c/source/data/curr/ig.txt
+++ b/icu4c/source/data/curr/ig.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ig.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ig.xml
- */
ig{
Currencies{
CVE{
diff --git a/icu4c/source/data/curr/ii.txt b/icu4c/source/data/curr/ii.txt
index 24dd314..fba0495 100644
--- a/icu4c/source/data/curr/ii.txt
+++ b/icu4c/source/data/curr/ii.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ii.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ii.xml
- */
ii{
Currencies{
CNY{
diff --git a/icu4c/source/data/curr/in.txt b/icu4c/source/data/curr/in.txt
index a9dccd8..c0a4278 100644
--- a/icu4c/source/data/curr/in.txt
+++ b/icu4c/source/data/curr/in.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/in_ID.txt b/icu4c/source/data/curr/in_ID.txt
index 42144e3..6c76c2e 100644
--- a/icu4c/source/data/curr/in_ID.txt
+++ b/icu4c/source/data/curr/in_ID.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/is.txt b/icu4c/source/data/curr/is.txt
index 7e3cc8b..bb34388 100644
--- a/icu4c/source/data/curr/is.txt
+++ b/icu4c/source/data/curr/is.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/is.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/is.xml
- */
is{
Currencies{
ADP{
@@ -1595,5 +1592,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/it.txt b/icu4c/source/data/curr/it.txt
index bd41683..8360fd1 100644
--- a/icu4c/source/data/curr/it.txt
+++ b/icu4c/source/data/curr/it.txt
@@ -1,467 +1,464 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/it.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/it.xml
- */
it{
Currencies{
ADP{
"ADP",
- "Peseta Andorrana",
+ "peseta andorrana",
}
AED{
"AED",
- "Dirham degli Emirati Arabi Uniti",
+ "dirham degli Emirati Arabi Uniti",
}
AFA{
"AFA",
- "Afgani (1927–2002)",
+ "afgani (1927–2002)",
}
AFN{
"AFN",
- "Afghani",
+ "afghani",
}
ALL{
"ALL",
- "Lek Albanese",
+ "lek albanese",
}
AMD{
"AMD",
- "Dram armeno",
+ "dram armeno",
}
ANG{
"ANG",
- "Fiorino delle Antille Olandesi",
+ "fiorino delle Antille Olandesi",
}
AOA{
"AOA",
- "Kwanza Angolano",
+ "kwanza angolano",
}
AOK{
"AOK",
- "Kwanza Angolano (1977–1990)",
+ "kwanza angolano (1977–1990)",
}
AON{
"AON",
- "Nuovo Kwanza Angolano (1990–2000)",
+ "nuovo kwanza angolano (1990–2000)",
}
AOR{
"AOR",
- "Kwanza Reajustado Angolano (1995–1999)",
+ "kwanza reajustado angolano (1995–1999)",
}
ARA{
"ARA",
- "Austral Argentino",
+ "austral argentino",
}
ARP{
"ARP",
- "Peso Argentino (vecchio Cod.)",
+ "peso argentino (vecchio Cod.)",
}
ARS{
"ARS",
- "Peso Argentino",
+ "peso argentino",
}
ATS{
"ATS",
- "Scellino Austriaco",
+ "scellino austriaco",
}
AUD{
"A$",
- "Dollaro Australiano",
+ "dollaro australiano",
}
AWG{
"AWG",
- "Fiorino di Aruba",
+ "fiorino di Aruba",
}
AZM{
"AZM",
- "Manat azero (1993–2006)",
+ "manat azero (1993–2006)",
}
AZN{
"AZN",
- "Manat azero",
+ "manat azero",
}
BAD{
"BAD",
- "Dinar Bosnia-Herzegovina",
+ "dinar Bosnia-Herzegovina",
}
BAM{
"BAM",
- "Marco Conv. Bosnia-Erzegovina",
+ "marco conv. Bosnia-Erzegovina",
}
BBD{
"BBD",
- "Dollaro di Barbados",
+ "dollaro di Barbados",
}
BDT{
"BDT",
- "Taka Bangladese",
+ "taka bangladese",
}
BEC{
"BEC",
- "Franco Belga (convertibile)",
+ "franco belga (convertibile)",
}
BEF{
"BEF",
- "Franco Belga",
+ "franco belga",
}
BEL{
"BEL",
- "Franco Belga (finanziario)",
+ "franco belga (finanziario)",
}
BGL{
"BGL",
- "Lev Bulgaro (1962–1999)",
+ "lev bulgaro (1962–1999)",
}
BGN{
"BGN",
- "Lev bulgaro",
+ "lev bulgaro",
}
BHD{
"BHD",
- "Dinaro del Bahrein",
+ "dinaro del Bahrein",
}
BIF{
"BIF",
- "Franco del Burundi",
+ "franco del Burundi",
}
BMD{
"BMD",
- "Dollaro delle Bermuda",
+ "dollaro delle Bermuda",
}
BND{
"BND",
- "Dollaro del Brunei",
+ "dollaro del Brunei",
}
BOB{
"BOB",
- "Boliviano",
+ "boliviano",
}
BOP{
"BOP",
- "Peso Boliviano",
+ "peso boliviano",
}
BOV{
"BOV",
- "Mvdol Boliviano",
+ "mvdol boliviano",
}
BRB{
"BRB",
- "Cruzeiro Novo Brasiliano (1967–1986)",
+ "cruzeiro novo brasiliano (1967–1986)",
}
BRC{
"BRC",
- "Cruzado Brasiliano",
+ "cruzado brasiliano",
}
BRE{
"BRE",
- "Cruzeiro Brasiliano (1990–1993)",
+ "cruzeiro brasiliano (1990–1993)",
}
BRL{
"BRL",
- "Real Brasiliano",
+ "real brasiliano",
}
BRN{
"BRN",
- "Cruzado Novo Brasiliano",
+ "cruzado novo brasiliano",
}
BRR{
"BRR",
- "Cruzeiro Brasiliano",
+ "cruzeiro brasiliano",
}
BSD{
"BSD",
- "Dollaro delle Bahamas",
+ "dollaro delle Bahamas",
}
BTN{
"BTN",
- "Ngultrum Butanese",
+ "ngultrum butanese",
}
BUK{
"BUK",
- "Kyat Birmano",
+ "kyat birmano",
}
BWP{
"BWP",
- "Pula del Botswana",
+ "pula del Botswana",
}
BYB{
"BYB",
- "Nuovo Rublo Bielorussia (1994–1999)",
+ "nuovo rublo bielorusso (1994–1999)",
}
BYR{
"BYR",
- "Rublo Bielorussia",
+ "rublo bielorusso",
}
BZD{
"BZD",
- "Dollaro del Belize",
+ "dollaro del Belize",
}
CAD{
"CA$",
- "Dollaro Canadese",
+ "dollaro canadese",
}
CDF{
"CDF",
- "Franco Congolese",
+ "franco congolese",
}
CHF{
"CHF",
- "Franco svizzero",
+ "franco svizzero",
}
CLF{
"CLF",
- "Unidades de Fomento Chilene",
+ "unidades de fomento chilene",
}
CLP{
"CLP",
- "Peso Cileno",
+ "peso cileno",
}
CNY{
"CN¥",
- "Renminbi cinese",
+ "renminbi cinese",
}
COP{
"COP",
- "Peso Colombiano",
+ "peso colombiano",
}
CRC{
"CRC",
- "Colón Costaricano",
+ "colón costaricano",
}
CSD{
"CSD",
- "Antico Dinaro Serbo",
+ "antico dinaro serbo",
}
CSK{
"CSK",
- "Corona forte cecoslovacca",
+ "corona forte cecoslovacca",
}
CUC{
"CUC",
- "Peso Cubano Convertibile",
+ "peso cubano convertibile",
}
CUP{
"CUP",
- "Peso Cubano",
+ "peso cubano",
}
CVE{
"CVE",
- "Escudo del Capo Verde",
+ "escudo del Capo Verde",
}
CYP{
"CYP",
- "Sterlina Cipriota",
+ "sterlina cipriota",
}
CZK{
"CZK",
- "Corona Ceca",
+ "corona ceca",
}
DDM{
"DDM",
- "Ostmark della Germania Orientale",
+ "ostmark della Germania Orientale",
}
DEM{
"DEM",
- "Marco Tedesco",
+ "marco tedesco",
}
DJF{
"DJF",
- "Franco Gibutiano",
+ "franco gibutiano",
}
DKK{
"DKK",
- "Corona danese",
+ "corona danese",
}
DOP{
"DOP",
- "Peso Dominicano",
+ "peso dominicano",
}
DZD{
"DZD",
- "Dinaro Algerino",
+ "dinaro algerino",
}
ECS{
"ECS",
- "Sucre dell’Ecuador",
+ "sucre dell’Ecuador",
}
ECV{
"ECV",
- "Unidad de Valor Constante (UVC) dell’Ecuador",
+ "unidad de valor constante (UVC) dell’Ecuador",
}
EEK{
"EEK",
- "Corona dell’Estonia",
+ "corona dell’Estonia",
}
EGP{
"EGP",
- "Sterlina Egiziana",
+ "sterlina egiziana",
}
ERN{
"ERN",
- "Nakfa Eritreo",
+ "nakfa eritreo",
}
ESA{
"ESA",
- "Peseta Spagnola Account",
+ "peseta spagnola account",
}
ESB{
"ESB",
- "Peseta Spagnola Account Convertibile",
+ "peseta spagnola account convertibile",
}
ESP{
"ESP",
- "Peseta Spagnola",
+ "peseta spagnola",
}
ETB{
"ETB",
- "Birr Etiopico",
+ "birr etiopico",
}
EUR{
"€",
- "Euro",
+ "euro",
}
FIM{
"FIM",
- "Markka Finlandese",
+ "markka finlandese",
}
FJD{
"FJD",
- "Dollaro delle Figi",
+ "dollaro delle Figi",
}
FKP{
"FKP",
- "Sterlina delle Falkland",
+ "sterlina delle Falkland",
}
FRF{
"FRF",
- "Franco Francese",
+ "franco francese",
}
GBP{
"£",
- "Sterlina Inglese",
+ "sterlina inglese",
}
GEK{
"GEK",
- "Kupon Larit Georgiano",
+ "kupon larit georgiano",
}
GEL{
"GEL",
- "Lari georgiano",
+ "lari georgiano",
}
GHC{
"GHC",
- "Cedi del Ghana",
+ "cedi del Ghana",
}
GHS{
"GHS",
- "Cedi ghanese",
+ "cedi ghanese",
}
GIP{
"GIP",
- "Sterlina di Gibilterra",
+ "sterlina di Gibilterra",
}
GMD{
"GMD",
- "Dalasi del Gambia",
+ "dalasi del Gambia",
}
GNF{
"GNF",
- "Franco della Guinea",
+ "franco della Guinea",
}
GNS{
"GNS",
- "Syli della Guinea",
+ "syli della Guinea",
}
GQE{
"GQE",
- "Ekwele della Guinea Equatoriale",
+ "ekwele della Guinea Equatoriale",
}
GRD{
"GRD",
- "Dracma Greca",
+ "dracma greca",
}
GTQ{
"GTQ",
- "Quetzal Guatemalteco",
+ "quetzal guatemalteco",
}
GWE{
"GWE",
- "Escudo della Guinea portoghese",
+ "escudo della Guinea portoghese",
}
GWP{
"GWP",
- "Peso della Guinea-Bissau",
+ "peso della Guinea-Bissau",
}
GYD{
"GYD",
- "Dollaro della Guyana",
+ "dollaro della Guyana",
}
HKD{
"HKD",
- "Dollaro di Hong Kong",
+ "dollaro di Hong Kong",
}
HNL{
"HNL",
- "Lempira Honduregna",
+ "lempira honduregna",
}
HRD{
"HRD",
- "Dinaro Croato",
+ "dinaro croato",
}
HRK{
"HRK",
- "Kuna Croata",
+ "kuna croata",
}
HTG{
"HTG",
- "Gourde Haitiano",
+ "gourde haitiano",
}
HUF{
"HUF",
- "Fiorino Ungherese",
+ "fiorino ungherese",
}
IDR{
"IDR",
- "Rupia Indonesiana",
+ "rupia indonesiana",
}
IEP{
"IEP",
- "Sterlina irlandese",
+ "sterlina irlandese",
}
ILP{
"ILP",
- "Sterlina Israeliana",
+ "sterlina israeliana",
}
ILS{
"₪",
- "Nuovo siclo israeliano",
+ "nuovo siclo israeliano",
}
INR{
"₹",
- "Rupia Indiana",
+ "rupia indiana",
}
IQD{
"IQD",
- "Dinaro iracheno",
+ "dinaro iracheno",
}
IRR{
"IRR",
- "Rial Iraniano",
+ "rial iraniano",
}
ISK{
"ISK",
- "Corona islandese",
+ "corona islandese",
}
ITL{
"ITL",
- "Lira Italiana",
+ "lira italiana",
{
"¤ #,##0.00",
",",
@@ -470,623 +467,623 @@
}
JMD{
"JMD",
- "Dollaro Giamaicano",
+ "dollaro giamaicano",
}
JOD{
"JOD",
- "Dinaro giordano",
+ "dinaro giordano",
}
JPY{
"JPY",
- "Yen giapponese",
+ "yen giapponese",
}
KES{
"KES",
- "Scellino Keniota",
+ "scellino keniota",
}
KGS{
"KGS",
- "Som Kirghiso",
+ "som Kirghiso",
}
KHR{
"KHR",
- "Riel Cambogiano",
+ "riel cambogiano",
}
KMF{
"KMF",
- "Franco Comoriano",
+ "franco Comoriano",
}
KPW{
"KPW",
- "Won Nordcoreano",
+ "won nordcoreano",
}
KRW{
"KRW",
- "Won Sudcoreano",
+ "won sudcoreano",
}
KWD{
"KWD",
- "Dinaro kuwaitiano",
+ "dinaro kuwaitiano",
}
KYD{
"KYD",
- "Dollaro delle Isole Cayman",
+ "dollaro delle Isole Cayman",
}
KZT{
"KZT",
- "Tenge kazako",
+ "tenge kazako",
}
LAK{
"LAK",
- "Kip Laotiano",
+ "kip laotiano",
}
LBP{
"LBP",
- "Lira libanese",
+ "lira libanese",
}
LKR{
"LKR",
- "Rupia di Sri Lanka",
+ "rupia di Sri Lanka",
}
LRD{
"LRD",
- "Dollaro Liberiano",
+ "dollaro liberiano",
}
LSL{
"LSL",
- "Loti del Lesotho",
+ "loti del Lesotho",
}
LTL{
"LTL",
- "Litas lituano",
+ "litas lituano",
}
LTT{
"LTT",
- "Talonas Lituani",
+ "talonas lituani",
}
LUC{
"LUC",
- "Franco Convertibile del Lussemburgo",
+ "franco convertibile del Lussemburgo",
}
LUF{
"LUF",
- "Franco del Lussemburgo",
+ "franco del Lussemburgo",
}
LUL{
"LUL",
- "Franco Finanziario del Lussemburgo",
+ "franco finanziario del Lussemburgo",
}
LVL{
"LVL",
- "Lats lettone",
+ "lats lettone",
}
LVR{
"LVR",
- "Rublo Lettone",
+ "rublo lettone",
}
LYD{
"LYD",
- "Dinaro Libico",
+ "dinaro libico",
}
MAD{
"MAD",
- "Dirham Marocchino",
+ "dirham marocchino",
}
MAF{
"MAF",
- "Franco Marocchino",
+ "franco marocchino",
}
MDL{
"MDL",
- "Leu Moldavo",
+ "leu moldavo",
}
MGA{
"MGA",
- "Ariary Malgascio",
+ "ariary malgascio",
}
MGF{
"MGF",
- "Franco Malgascio",
+ "franco malgascio",
}
MKD{
"MKD",
- "Dinaro Macedone",
+ "dinaro macedone",
}
MLF{
"MLF",
- "Franco di Mali",
+ "franco di Mali",
}
MMK{
"MMK",
- "Kyat di Myanmar",
+ "kyat di Myanmar",
}
MNT{
"MNT",
- "Tugrik mongolo",
+ "tugrik mongolo",
}
MOP{
"MOP",
- "Pataca di Macao",
+ "pataca di Macao",
}
MRO{
"MRO",
- "Ouguiya della Mauritania",
+ "ouguiya della Mauritania",
}
MTL{
"MTL",
- "Lira Maltese",
+ "lira maltese",
}
MTP{
"MTP",
- "Sterlina Maltese",
+ "sterlina maltese",
}
MUR{
"MUR",
- "Rupia Mauriziana",
+ "rupia mauriziana",
}
MVR{
"MVR",
- "Rufiyaa delle Maldive",
+ "rufiyaa delle Maldive",
}
MWK{
"MWK",
- "Kwacha Malawiano",
+ "kwacha malawiano",
}
MXN{
"MXN",
- "Peso Messicano",
+ "peso messicano",
}
MXP{
"MXP",
- "Peso messicano d’argento (1861–1992)",
+ "peso messicano d’argento (1861–1992)",
}
MXV{
"MXV",
- "Unidad de Inversion (UDI) Messicana",
+ "unidad de inversion (UDI) messicana",
}
MYR{
"MYR",
- "Ringgit della Malesia",
+ "ringgit della Malesia",
}
MZE{
"MZE",
- "Escudo del Mozambico",
+ "escudo del Mozambico",
}
MZN{
"MZN",
- "Metical mozambicano",
+ "metical mozambicano",
}
NAD{
"NAD",
- "Dollaro Namibiano",
+ "dollaro namibiano",
}
NGN{
"NGN",
- "Naira Nigeriana",
+ "naira nigeriana",
}
NIC{
"NIC",
- "Cordoba Nicaraguense",
+ "cordoba nicaraguense",
}
NIO{
"NIO",
- "Córdoba Nicaraguense",
+ "córdoba nicaraguense",
}
NLG{
"NLG",
- "Fiorino Olandese",
+ "fiorino olandese",
}
NOK{
"NOK",
- "Corona norvegese",
+ "corona norvegese",
}
NPR{
"NPR",
- "Rupia Nepalese",
+ "rupia nepalese",
}
NZD{
"NZ$",
- "Dollaro Neozelandese",
+ "dollaro neozelandese",
}
OMR{
"OMR",
- "Rial dell’Oman",
+ "rial dell’Oman",
}
PAB{
"PAB",
- "Balboa di Panama",
+ "balboa di Panama",
}
PEI{
"PEI",
- "Inti Peruviano",
+ "inti peruviano",
}
PEN{
"PEN",
- "Sol Nuevo Peruviano",
+ "sol nuevo peruviano",
}
PES{
"PES",
- "Sol Peruviano",
+ "sol peruviano",
}
PGK{
"PGK",
- "Kina della Papua Nuova Guinea",
+ "kina della Papua Nuova Guinea",
}
PHP{
"PHP",
- "Peso delle Filippine",
+ "peso delle Filippine",
}
PKR{
"PKR",
- "Rupia del Pakistan",
+ "rupia del Pakistan",
}
PLN{
"PLN",
- "Złoty polacco",
+ "złoty polacco",
}
PLZ{
"PLZ",
- "Złoty Polacco (1950–1995)",
+ "złoty Polacco (1950–1995)",
}
PTE{
"PTE",
- "Escudo Portoghese",
+ "escudo portoghese",
}
PYG{
"PYG",
- "Guaraní del Paraguay",
+ "guaraní del Paraguay",
}
QAR{
"QAR",
- "Rial del Qatar",
+ "rial del Qatar",
}
RHD{
"RHD",
- "Dollaro della Rhodesia",
+ "dollaro della Rhodesia",
}
ROL{
"ROL",
- "Leu della Romania",
+ "leu della Romania",
}
RON{
"RON",
- "Leu Rumeno",
+ "leu rumeno",
}
RSD{
"RSD",
- "Dinaro Serbo",
+ "dinaro serbo",
}
RUB{
"RUB",
- "Rublo Russo",
+ "rublo russo",
}
RUR{
"RUR",
- "Rublo della CSI",
+ "rublo della CSI",
}
RWF{
"RWF",
- "Franco Ruandese",
+ "franco ruandese",
}
SAR{
"SAR",
- "Riyal saudita",
+ "riyal saudita",
}
SBD{
"SBD",
- "Dollaro delle Isole Solomon",
+ "dollaro delle Isole Solomon",
}
SCR{
"SCR",
- "Rupia delle Seychelles",
+ "rupia delle Seychelles",
}
SDD{
"SDD",
- "Dinaro Sudanese",
+ "dinaro sudanese",
}
SDG{
"SDG",
- "Sterlina Sudanese",
+ "sterlina sudanese",
}
SEK{
"SEK",
- "Corona svedese",
+ "corona svedese",
}
SGD{
"SGD",
- "Dollaro di Singapore",
+ "dollaro di Singapore",
}
SHP{
"SHP",
- "Sterlina di Sant’Elena",
+ "sterlina di Sant’Elena",
}
SIT{
"SIT",
- "Tallero Sloveno",
+ "tallero sloveno",
}
SKK{
"SKK",
- "Corona Slovacca",
+ "corona slovacca",
}
SLL{
"SLL",
- "Leone della Sierra Leone",
+ "leone della Sierra Leone",
}
SOS{
"SOS",
- "Scellino Somalo",
+ "scellino somalo",
}
SRD{
"SRD",
- "Dollaro Surinamese",
+ "dollaro surinamese",
}
SRG{
"SRG",
- "Fiorino del Suriname",
+ "fiorino del Suriname",
}
SSP{
"SSP",
- "Sterlina sudsudanese",
+ "sterlina sudsudanese",
}
STD{
"STD",
- "Dobra di Sao Tomé e Principe",
+ "dobra di Sao Tomé e Principe",
}
SUR{
"SUR",
- "Rublo Sovietico",
+ "rublo sovietico",
}
SVC{
"SVC",
- "Colón Salvadoregno",
+ "colón salvadoregno",
}
SYP{
"SYP",
- "Lira siriana",
+ "lira siriana",
}
SZL{
"SZL",
- "Lilangeni dello Swaziland",
+ "lilangeni dello Swaziland",
}
THB{
"฿",
- "Baht thailandese",
+ "baht thailandese",
}
TJR{
"TJR",
- "Rublo del Tajikistan",
+ "rublo del Tajikistan",
}
TJS{
"TJS",
- "Somoni del Tajikistan",
+ "somoni del Tajikistan",
}
TMM{
"TMM",
- "Manat Turkmeno (1993–2009)",
+ "manat turkmeno (1993–2009)",
}
TMT{
"TMT",
- "Manat Turkmeno",
+ "manat turkmeno",
}
TND{
"TND",
- "Dinaro Tunisino",
+ "dinaro tunisino",
}
TOP{
"TOP",
- "Paʻanga di Tonga",
+ "paʻanga di Tonga",
}
TPE{
"TPE",
- "Escudo di Timor",
+ "escudo di Timor",
}
TRL{
"TRL",
- "Lira turca (1922–2005)",
+ "lira turca (1922–2005)",
}
TRY{
"TRY",
- "Lira turca",
+ "lira turca",
}
TTD{
"TTD",
- "Dollaro di Trinidad e Tobago",
+ "dollaro di Trinidad e Tobago",
}
TWD{
"TWD",
- "Nuovo dollaro taiwanese",
+ "nuovo dollaro taiwanese",
}
TZS{
"TZS",
- "Scellino della Tanzania",
+ "scellino della Tanzania",
}
UAH{
"UAH",
- "Grivnia Ucraina",
+ "grivnia ucraina",
}
UAK{
"UAK",
- "Karbovanetz Ucraino",
+ "karbovanetz ucraino",
}
UGS{
"UGS",
- "Scellino Ugandese (1966–1987)",
+ "scellino ugandese (1966–1987)",
}
UGX{
"UGX",
- "Scellino Ugandese",
+ "scellino ugandese",
}
USD{
"US$",
- "Dollaro Statunitense",
+ "dollaro statunitense",
}
USN{
"USN",
- "Dollaro Statunitense (Next day)",
+ "dollaro statunitense (next day)",
}
USS{
"USS",
- "Dollaro Statunitense (Same day)",
+ "dollaro statunitense (same day)",
}
UYI{
"UYI",
- "Peso uruguaiano in unità indicizzate",
+ "peso uruguaiano in unità indicizzate",
}
UYP{
"UYP",
- "Peso Uruguaiano (1975–1993)",
+ "peso uruguaiano (1975–1993)",
}
UYU{
"UYU",
- "Peso Uruguaiano",
+ "peso uruguaiano",
}
UZS{
"UZS",
- "Sum dell’Uzbekistan",
+ "sum dell’Uzbekistan",
}
VEB{
"VEB",
- "Bolivar Venezuelano (1871–2008)",
+ "bolivar venezuelano (1871–2008)",
}
VEF{
"VEF",
- "Bolívar Venezuelano",
+ "bolívar venezuelano",
}
VND{
"₫",
- "Dong Vietnamita",
+ "dong vietnamita",
}
VUV{
"VUV",
- "Vatu di Vanuatu",
+ "vatu di Vanuatu",
}
WST{
"WST",
- "Tala della Samoa Occidentale",
+ "tala della Samoa Occidentale",
}
XAF{
"FCFA",
- "Franco CFA BEAC",
+ "franco CFA BEAC",
}
XAG{
"XAG",
- "Argento",
+ "argento",
}
XAU{
"XAU",
- "Oro",
+ "oro",
}
XBA{
"XBA",
- "Unità composita europea",
+ "unità composita europea",
}
XBB{
"XBB",
- "Unità monetaria europea",
+ "unità monetaria europea",
}
XBC{
"XBC",
- "Unità di acconto europea (XBC)",
+ "unità di acconto europea (XBC)",
}
XBD{
"XBD",
- "Unità di acconto europea (XBD)",
+ "unità di acconto europea (XBD)",
}
XCD{
"EC$",
- "Dollaro dei Caraibi Orientali",
+ "dollaro dei Caraibi Orientali",
}
XDR{
"XDR",
- "Diritti Speciali di Incasso",
+ "diritti speciali di incasso",
}
XFO{
"XFO",
- "Franco Oro Francese",
+ "franco oro francese",
}
XFU{
"XFU",
- "Franco UIC Francese",
+ "franco UIC francese",
}
XOF{
"CFA",
- "Franco CFA BCEAO",
+ "franco CFA BCEAO",
}
XPD{
"XPD",
- "Palladio",
+ "palladio",
}
XPF{
"CFPF",
- "Franco CFP",
+ "franco CFP",
}
XPT{
"XPT",
- "Platino",
+ "platino",
}
XRE{
"XRE",
- "Fondi RINET",
+ "fondi RINET",
}
XTS{
"XTS",
- "Codice di verifica della valuta",
+ "codice di verifica della valuta",
}
XXX{
"XXX",
- "Valuta sconosciuta",
+ "valuta sconosciuta",
}
YDD{
"YDD",
- "Dinaro dello Yemen",
+ "dinaro dello Yemen",
}
YER{
"YER",
- "Riyal yemenita",
+ "riyal yemenita",
}
YUD{
"YUD",
- "Dinaro Forte Yugoslavo",
+ "dinaro forte yugoslavo",
}
YUM{
"YUM",
- "Dinaro Noviy Yugoslavo",
+ "dinaro noviy yugoslavo",
}
YUN{
"YUN",
- "Dinaro Convertibile Yugoslavo",
+ "dinaro convertibile yugoslavo",
}
ZAL{
"ZAL",
- "Rand Sudafricano (finanziario)",
+ "rand sudafricano (finanziario)",
}
ZAR{
"ZAR",
- "Rand Sudafricano",
+ "rand sudafricano",
}
ZMK{
"ZMK",
- "Kwacha dello Zambia (1968–2012)",
+ "kwacha dello Zambia (1968–2012)",
}
ZMW{
"ZMW",
- "Kwacha dello Zambia",
+ "kwacha dello Zambia",
}
ZRN{
"ZRN",
- "Nuovo Zaire dello Zaire",
+ "nuovo zaire dello Zaire",
}
ZRZ{
"ZRZ",
- "Zaire dello Zaire",
+ "zaire dello Zaire",
}
ZWD{
"ZWD",
- "Dollaro dello Zimbabwe",
+ "dollaro dello Zimbabwe",
}
ZWL{
"ZWL",
- "Dollaro Zimbabwiano (2009)",
+ "dollaro zimbabwiano (2009)",
}
}
Currencies%narrow{
@@ -1278,8 +1275,8 @@
other{"corone ceche"}
}
DJF{
- one{"Franco Gibutiano"}
- other{"Franco Gibutiano"}
+ one{"franco gibutiano"}
+ other{"franco gibutiano"}
}
DKK{
one{"corona danese"}
@@ -1438,7 +1435,7 @@
other{"dollari delle Isole Cayman"}
}
KZT{
- one{"tenge kazaco"}
+ one{"tenge kazako"}
other{"tenge kazaki"}
}
LAK{
@@ -1534,8 +1531,8 @@
other{"naire nigeriane"}
}
NIC{
- one{"Cordoba Nicaraguense"}
- other{"Cordoba Nicaraguense"}
+ one{"cordoba nicaraguense"}
+ other{"cordoba nicaraguense"}
}
NIO{
one{"córdoba nicaraguense"}
@@ -1726,7 +1723,7 @@
other{"sum dell’Uzbekistan"}
}
VEB{
- one{"bolivar Venezuelano (1871–2008)"}
+ one{"bolivar venezuelano (1871–2008)"}
other{"bolivares venezuelani (1871–2008)"}
}
VEF{
@@ -1786,5 +1783,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.32"}
+ Version{"2.1.13.6"}
}
diff --git a/icu4c/source/data/curr/iw.txt b/icu4c/source/data/curr/iw.txt
index c32fc5a..a7db8ef 100644
--- a/icu4c/source/data/curr/iw.txt
+++ b/icu4c/source/data/curr/iw.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/iw_IL.txt b/icu4c/source/data/curr/iw_IL.txt
index ad7daff..e213989 100644
--- a/icu4c/source/data/curr/iw_IL.txt
+++ b/icu4c/source/data/curr/iw_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ja.txt b/icu4c/source/data/curr/ja.txt
index bbba119..65e9ec3 100644
--- a/icu4c/source/data/curr/ja.txt
+++ b/icu4c/source/data/curr/ja.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ja.xml
- */
ja{
Currencies{
ADP{
@@ -2148,7 +2145,7 @@
}
}
CurrencyUnitPatterns{
- other{"{0} {1}"}
+ other{"{0}{1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ja_JP.txt b/icu4c/source/data/curr/ja_JP.txt
index 19821ff..ecfe646 100644
--- a/icu4c/source/data/curr/ja_JP.txt
+++ b/icu4c/source/data/curr/ja_JP.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ja_JP_TRADITIONAL.txt b/icu4c/source/data/curr/ja_JP_TRADITIONAL.txt
index cedb7c5..5eef82e 100644
--- a/icu4c/source/data/curr/ja_JP_TRADITIONAL.txt
+++ b/icu4c/source/data/curr/ja_JP_TRADITIONAL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/jgo.txt b/icu4c/source/data/curr/jgo.txt
index c187e49..9498044 100755
--- a/icu4c/source/data/curr/jgo.txt
+++ b/icu4c/source/data/curr/jgo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/jgo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/jgo.xml
- */
jgo{
Currencies{
CAD{
diff --git a/icu4c/source/data/curr/jmc.txt b/icu4c/source/data/curr/jmc.txt
old mode 100644
new mode 100755
index 23c6dd2..b4e346c
--- a/icu4c/source/data/curr/jmc.txt
+++ b/icu4c/source/data/curr/jmc.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/jmc.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/jmc.xml
- */
jmc{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ka.txt b/icu4c/source/data/curr/ka.txt
index ce31db5..0906744 100644
--- a/icu4c/source/data/curr/ka.txt
+++ b/icu4c/source/data/curr/ka.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ka.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ka.xml
- */
ka{
Currencies{
ADP{
@@ -1670,5 +1667,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.13.22"}
}
diff --git a/icu4c/source/data/curr/kab.txt b/icu4c/source/data/curr/kab.txt
old mode 100644
new mode 100755
index c670966..64ea430
--- a/icu4c/source/data/curr/kab.txt
+++ b/icu4c/source/data/curr/kab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kab.xml
- */
kab{
Currencies{
AED{
@@ -81,7 +78,7 @@
}
GBP{
"£",
- "Apund Sterling Aglizi",
+ "Apund Aglizi",
}
GHC{
"GHC",
@@ -232,5 +229,5 @@
"Adular Azimbabwi",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/kam.txt b/icu4c/source/data/curr/kam.txt
old mode 100644
new mode 100755
index 98bf077..ed5d68b
--- a/icu4c/source/data/curr/kam.txt
+++ b/icu4c/source/data/curr/kam.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kam.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kam.xml
- */
kam{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/kde.txt b/icu4c/source/data/curr/kde.txt
old mode 100644
new mode 100755
index 180b4cc..89e2354
--- a/icu4c/source/data/curr/kde.txt
+++ b/icu4c/source/data/curr/kde.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kde.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kde.xml
- */
kde{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/kea.txt b/icu4c/source/data/curr/kea.txt
old mode 100644
new mode 100755
index d32d8bd..d517509
--- a/icu4c/source/data/curr/kea.txt
+++ b/icu4c/source/data/curr/kea.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kea.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kea.xml
- */
kea{
Currencies{
AED{
@@ -142,7 +139,7 @@
}
GBP{
"£",
- "Libra sterlina britaniku",
+ "Libra britaniku",
}
GEL{
"GEL",
@@ -617,7 +614,7 @@
other{"Euro"}
}
GBP{
- other{"Libra sterlina britaniku"}
+ other{"Libra britaniku"}
}
GMD{
other{"Dalasi"}
@@ -752,5 +749,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/khq.txt b/icu4c/source/data/curr/khq.txt
old mode 100644
new mode 100755
index 62d41fe..0ace5aa
--- a/icu4c/source/data/curr/khq.txt
+++ b/icu4c/source/data/curr/khq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/khq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/khq.xml
- */
khq{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ki.txt b/icu4c/source/data/curr/ki.txt
old mode 100644
new mode 100755
index 8ada81e..bb7daf5
--- a/icu4c/source/data/curr/ki.txt
+++ b/icu4c/source/data/curr/ki.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ki.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ki.xml
- */
ki{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/kk.txt b/icu4c/source/data/curr/kk.txt
index a81d948..9062f4b 100644
--- a/icu4c/source/data/curr/kk.txt
+++ b/icu4c/source/data/curr/kk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kk.xml
- */
kk{
Currencies{
AED{
@@ -1298,5 +1295,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/kk_Cyrl.txt b/icu4c/source/data/curr/kk_Cyrl.txt
index 8f5dfba..611b5cb 100644
--- a/icu4c/source/data/curr/kk_Cyrl.txt
+++ b/icu4c/source/data/curr/kk_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kk_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kk_Cyrl.xml
- */
kk_Cyrl{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/kk_Cyrl_KZ.txt b/icu4c/source/data/curr/kk_Cyrl_KZ.txt
index 29b6615..3b10676 100644
--- a/icu4c/source/data/curr/kk_Cyrl_KZ.txt
+++ b/icu4c/source/data/curr/kk_Cyrl_KZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/kk_KZ.txt b/icu4c/source/data/curr/kk_KZ.txt
index f5df521..dfdf948 100644
--- a/icu4c/source/data/curr/kk_KZ.txt
+++ b/icu4c/source/data/curr/kk_KZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/kkj.txt b/icu4c/source/data/curr/kkj.txt
index 98b65ec..c471ba3 100755
--- a/icu4c/source/data/curr/kkj.txt
+++ b/icu4c/source/data/curr/kkj.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kkj.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kkj.xml
- */
kkj{
Currencies{
XAF{
diff --git a/icu4c/source/data/curr/kl.txt b/icu4c/source/data/curr/kl.txt
index 9e1e085..adae790 100644
--- a/icu4c/source/data/curr/kl.txt
+++ b/icu4c/source/data/curr/kl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kl.xml
- */
kl{
Currencies{
DKK{
diff --git a/icu4c/source/data/curr/kln.txt b/icu4c/source/data/curr/kln.txt
old mode 100644
new mode 100755
index f31ab06..9ae02c0
--- a/icu4c/source/data/curr/kln.txt
+++ b/icu4c/source/data/curr/kln.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kln.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kln.xml
- */
kln{
Currencies{
AED{
@@ -232,5 +229,5 @@
"Dolaitab ya Zimbabwe",
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.11.39"}
}
diff --git a/icu4c/source/data/curr/km.txt b/icu4c/source/data/curr/km.txt
index cfd6dbc..d8a3364 100644
--- a/icu4c/source/data/curr/km.txt
+++ b/icu4c/source/data/curr/km.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/km.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/km.xml
- */
km{
Currencies{
AED{
@@ -1173,5 +1170,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.51"}
}
diff --git a/icu4c/source/data/curr/kn.txt b/icu4c/source/data/curr/kn.txt
index a219ed6..0d4a1ff 100644
--- a/icu4c/source/data/curr/kn.txt
+++ b/icu4c/source/data/curr/kn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kn.xml
- */
kn{
Currencies{
AED{
@@ -1335,5 +1332,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.51"}
}
diff --git a/icu4c/source/data/curr/ko.txt b/icu4c/source/data/curr/ko.txt
index 08653b5..c1667fd 100644
--- a/icu4c/source/data/curr/ko.txt
+++ b/icu4c/source/data/curr/ko.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ko.xml
- */
ko{
Currencies{
ADP{
@@ -1687,7 +1684,7 @@
}
}
CurrencyUnitPatterns{
- other{"{0} {1}"}
+ other{"{0}{1}"}
}
- Version{"2.1.9.31"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/kok.txt b/icu4c/source/data/curr/kok.txt
index 52eb8e4..120595e 100644
--- a/icu4c/source/data/curr/kok.txt
+++ b/icu4c/source/data/curr/kok.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kok.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kok.xml
- */
kok{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/ks.txt b/icu4c/source/data/curr/ks.txt
old mode 100644
new mode 100755
index 4ed10c0..4523534
--- a/icu4c/source/data/curr/ks.txt
+++ b/icu4c/source/data/curr/ks.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ks.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ks.xml
- */
ks{
Currencies{
ADP{
@@ -1016,5 +1013,5 @@
"زِمبابِیُک ڈالَر",
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ks_Arab.txt b/icu4c/source/data/curr/ks_Arab.txt
index b6f9025..d21561b 100755
--- a/icu4c/source/data/curr/ks_Arab.txt
+++ b/icu4c/source/data/curr/ks_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ks_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ks_Arab.xml
- */
ks_Arab{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/ks_Arab_IN.txt b/icu4c/source/data/curr/ks_Arab_IN.txt
index 19dd973..6026237 100755
--- a/icu4c/source/data/curr/ks_Arab_IN.txt
+++ b/icu4c/source/data/curr/ks_Arab_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ks_IN.txt b/icu4c/source/data/curr/ks_IN.txt
index 3f55a16..1bfcbb2 100755
--- a/icu4c/source/data/curr/ks_IN.txt
+++ b/icu4c/source/data/curr/ks_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ksb.txt b/icu4c/source/data/curr/ksb.txt
old mode 100644
new mode 100755
index 28d543c..bd217dd
--- a/icu4c/source/data/curr/ksb.txt
+++ b/icu4c/source/data/curr/ksb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksb.xml
- */
ksb{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ksf.txt b/icu4c/source/data/curr/ksf.txt
old mode 100644
new mode 100755
index 1ce385d..eb49acf
--- a/icu4c/source/data/curr/ksf.txt
+++ b/icu4c/source/data/curr/ksf.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksf.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksf.xml
- */
ksf{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ksh.txt b/icu4c/source/data/curr/ksh.txt
index 0e0a876..b17106b 100644
--- a/icu4c/source/data/curr/ksh.txt
+++ b/icu4c/source/data/curr/ksh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksh.xml
- */
ksh{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/kw.txt b/icu4c/source/data/curr/kw.txt
index 06fcb8b..4cb4eee 100644
--- a/icu4c/source/data/curr/kw.txt
+++ b/icu4c/source/data/curr/kw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kw.xml
- */
kw{
- Version{"2.1.6.69"}
+ Version{"2.1.12.32"}
}
diff --git a/icu4c/source/data/curr/ky.txt b/icu4c/source/data/curr/ky.txt
index b6461cd..82d4c4e 100755
--- a/icu4c/source/data/curr/ky.txt
+++ b/icu4c/source/data/curr/ky.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ky.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ky.xml
- */
ky{
Currencies{
AED{
@@ -197,7 +194,7 @@
}
GBP{
"GBP",
- "британия фунт стерлинги",
+ "британия фунт",
}
GEL{
"GEL",
@@ -842,8 +839,8 @@
other{"фолкленд аралдарынын фунту"}
}
GBP{
- one{"британия фунт стерлинги"}
- other{"британия фунт стерлинги"}
+ one{"британия фунт"}
+ other{"британия фунт"}
}
GEL{
one{"Грузия лариси"}
@@ -1290,5 +1287,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ky_Cyrl.txt b/icu4c/source/data/curr/ky_Cyrl.txt
index b45f8c6..c211c3a 100755
--- a/icu4c/source/data/curr/ky_Cyrl.txt
+++ b/icu4c/source/data/curr/ky_Cyrl.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ky_Cyrl.xml
diff --git a/icu4c/source/data/curr/ky_Cyrl_KG.txt b/icu4c/source/data/curr/ky_Cyrl_KG.txt
index f32d653..606ab8a 100755
--- a/icu4c/source/data/curr/ky_Cyrl_KG.txt
+++ b/icu4c/source/data/curr/ky_Cyrl_KG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ky_KG.txt b/icu4c/source/data/curr/ky_KG.txt
index 1630260..a5d9976 100755
--- a/icu4c/source/data/curr/ky_KG.txt
+++ b/icu4c/source/data/curr/ky_KG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/lag.txt b/icu4c/source/data/curr/lag.txt
old mode 100644
new mode 100755
index a9f6570..4d5c089
--- a/icu4c/source/data/curr/lag.txt
+++ b/icu4c/source/data/curr/lag.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lag.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lag.xml
- */
lag{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/lb.txt b/icu4c/source/data/curr/lb.txt
index 556a514..49721c7 100644
--- a/icu4c/source/data/curr/lb.txt
+++ b/icu4c/source/data/curr/lb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lb.xml
- */
lb{
Currencies{
ADP{
@@ -357,7 +354,7 @@
}
GBP{
"£",
- "Britescht Pond Sterling",
+ "Britescht Pond",
}
GEK{
"GEK",
@@ -1470,8 +1467,8 @@
other{"Franséisch Frang"}
}
GBP{
- one{"Britescht Pond Sterling"}
- other{"Britesch Pond Sterling"}
+ one{"Britescht Pond"}
+ other{"Britesch Pond"}
}
GEK{
one{"Georgesche Kupon Larit"}
@@ -2226,5 +2223,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/lg.txt b/icu4c/source/data/curr/lg.txt
old mode 100644
new mode 100755
index 8ca5368..208d015
--- a/icu4c/source/data/curr/lg.txt
+++ b/icu4c/source/data/curr/lg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lg.xml
- */
lg{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/lkt.txt b/icu4c/source/data/curr/lkt.txt
index fb9afe4..e2b8429 100755
--- a/icu4c/source/data/curr/lkt.txt
+++ b/icu4c/source/data/curr/lkt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lkt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lkt.xml
- */
lkt{
Currencies{
USD{
diff --git a/icu4c/source/data/curr/ln.txt b/icu4c/source/data/curr/ln.txt
old mode 100644
new mode 100755
index 3385123..1183075
--- a/icu4c/source/data/curr/ln.txt
+++ b/icu4c/source/data/curr/ln.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ln.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ln.xml
- */
ln{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ln_AO.txt b/icu4c/source/data/curr/ln_AO.txt
index 0313e8e..14faff5 100755
--- a/icu4c/source/data/curr/ln_AO.txt
+++ b/icu4c/source/data/curr/ln_AO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ln_AO.xml
diff --git a/icu4c/source/data/curr/lo.txt b/icu4c/source/data/curr/lo.txt
old mode 100644
new mode 100755
index 25db878..b48d0b8
--- a/icu4c/source/data/curr/lo.txt
+++ b/icu4c/source/data/curr/lo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lo.xml
- */
lo{
Currencies{
ADP{
@@ -1683,5 +1680,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/lt.txt b/icu4c/source/data/curr/lt.txt
index 8715125..2c59dc1 100644
--- a/icu4c/source/data/curr/lt.txt
+++ b/icu4c/source/data/curr/lt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lt.xml
- */
lt{
Currencies{
ADP{
@@ -376,7 +373,7 @@
"Etiopijos biras",
}
EUR{
- "EUR",
+ "€",
"Euras",
}
FIM{
@@ -397,7 +394,7 @@
}
GBP{
"GBP",
- "Didžiosios Britanijos svaras sterlingų",
+ "Didžiosios Britanijos svaras",
}
GEK{
"GEK",
@@ -1004,7 +1001,7 @@
"Ugandos šilingas",
}
USD{
- "USD",
+ "dol.",
"JAV doleris",
}
USN{
@@ -1218,7 +1215,6 @@
CRC{"₡"}
CUP{"$"}
DOP{"$"}
- EUR{"€"}
FJD{"$"}
GBP{"£"}
GIP{"£"}
@@ -1835,10 +1831,10 @@
other{"Prancūzijos frankų"}
}
GBP{
- few{"Didžiosios Britanijos svarai sterlingų"}
- many{"Didžiosios Britanijos svaro sterlingų"}
- one{"Didžiosios Britanijos svaras sterlingų"}
- other{"Didžiosios Britanijos svarų sterlingų"}
+ few{"Didžiosios Britanijos svarai"}
+ many{"Didžiosios Britanijos svaro"}
+ one{"Didžiosios Britanijos svaras"}
+ other{"Didžiosios Britanijos svarų"}
}
GEK{
few{"Gruzinų kupon larits"}
@@ -3041,5 +3037,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
}
diff --git a/icu4c/source/data/curr/lu.txt b/icu4c/source/data/curr/lu.txt
old mode 100644
new mode 100755
index fb885a5..9f52ccf
--- a/icu4c/source/data/curr/lu.txt
+++ b/icu4c/source/data/curr/lu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lu.xml
- */
lu{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/luo.txt b/icu4c/source/data/curr/luo.txt
old mode 100644
new mode 100755
index c271518..5abf30a
--- a/icu4c/source/data/curr/luo.txt
+++ b/icu4c/source/data/curr/luo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/luo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/luo.xml
- */
luo{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/luy.txt b/icu4c/source/data/curr/luy.txt
old mode 100644
new mode 100755
index e0c5580..c66ba94
--- a/icu4c/source/data/curr/luy.txt
+++ b/icu4c/source/data/curr/luy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/luy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/luy.xml
- */
luy{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/lv.txt b/icu4c/source/data/curr/lv.txt
index 827d9f5..42835ce 100644
--- a/icu4c/source/data/curr/lv.txt
+++ b/icu4c/source/data/curr/lv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lv.xml
- */
lv{
Currencies{
AED{
@@ -237,7 +234,7 @@
}
GBP{
"£",
- "Lielbritānijas sterliņu mārciņa",
+ "Lielbritānijas mārciņa",
}
GEL{
"GEL",
@@ -1123,9 +1120,9 @@
zero{"Folklenda Salu mārciņas"}
}
GBP{
- one{"Lielbritānijas sterliņu mārciņa"}
- other{"Lielbritānijas sterliņu mārciņas"}
- zero{"Lielbritānijas sterliņu mārciņas"}
+ one{"Lielbritānijas mārciņa"}
+ other{"Lielbritānijas mārciņas"}
+ zero{"Lielbritānijas mārciņas"}
}
GEL{
one{"Gruzijas lari"}
@@ -1738,5 +1735,5 @@
other{"{0} {1}"}
zero{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/mas.txt b/icu4c/source/data/curr/mas.txt
old mode 100644
new mode 100755
index d2b32ff..6bd762f
--- a/icu4c/source/data/curr/mas.txt
+++ b/icu4c/source/data/curr/mas.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mas.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mas.xml
- */
mas{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/mas_TZ.txt b/icu4c/source/data/curr/mas_TZ.txt
index c4ab6d8..21cbb54 100755
--- a/icu4c/source/data/curr/mas_TZ.txt
+++ b/icu4c/source/data/curr/mas_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mas_TZ.xml
diff --git a/icu4c/source/data/curr/mer.txt b/icu4c/source/data/curr/mer.txt
old mode 100644
new mode 100755
index 9acf899..7196233
--- a/icu4c/source/data/curr/mer.txt
+++ b/icu4c/source/data/curr/mer.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mer.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mer.xml
- */
mer{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/mfe.txt b/icu4c/source/data/curr/mfe.txt
old mode 100644
new mode 100755
index 8fb8832..ca66eff
--- a/icu4c/source/data/curr/mfe.txt
+++ b/icu4c/source/data/curr/mfe.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mfe.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mfe.xml
- */
mfe{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/mg.txt b/icu4c/source/data/curr/mg.txt
old mode 100644
new mode 100755
index a12c0f7..7d19795
--- a/icu4c/source/data/curr/mg.txt
+++ b/icu4c/source/data/curr/mg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mg.xml
- */
mg{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/mgh.txt b/icu4c/source/data/curr/mgh.txt
index 4198c3e..4ef34cd 100755
--- a/icu4c/source/data/curr/mgh.txt
+++ b/icu4c/source/data/curr/mgh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mgh.xml
- */
mgh{
Currencies{
MZN{
diff --git a/icu4c/source/data/curr/mgo.txt b/icu4c/source/data/curr/mgo.txt
index f1d5115..a8f79e5 100755
--- a/icu4c/source/data/curr/mgo.txt
+++ b/icu4c/source/data/curr/mgo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mgo.xml
- */
mgo{
Currencies{
XAF{
diff --git a/icu4c/source/data/curr/mk.txt b/icu4c/source/data/curr/mk.txt
index 263bffb..09934f9 100644
--- a/icu4c/source/data/curr/mk.txt
+++ b/icu4c/source/data/curr/mk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mk.xml
- */
mk{
Currencies{
ADP{
@@ -1611,5 +1608,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ml.txt b/icu4c/source/data/curr/ml.txt
index abf8885..15ef259 100644
--- a/icu4c/source/data/curr/ml.txt
+++ b/icu4c/source/data/curr/ml.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ml.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ml.xml
- */
ml{
Currencies{
ADP{
@@ -2167,5 +2164,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/mn.txt b/icu4c/source/data/curr/mn.txt
index 02d8c7d..b10dfc4 100755
--- a/icu4c/source/data/curr/mn.txt
+++ b/icu4c/source/data/curr/mn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mn.xml
- */
mn{
Currencies{
AED{
@@ -197,7 +194,7 @@
}
GBP{
"£",
- "британийн фунт стерлинг",
+ "британийн фунт",
}
GEL{
"GEL",
@@ -886,8 +883,8 @@
other{"фолклэнд арлын паунд"}
}
GBP{
- one{"британийн фунт стерлинг"}
- other{"британийн фунт стерлинг"}
+ one{"британийн фунт"}
+ other{"британийн фунт"}
}
GEL{
one{"гүржийн лари"}
@@ -1338,5 +1335,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/mn_Cyrl.txt b/icu4c/source/data/curr/mn_Cyrl.txt
index 932f6ca..a461602 100755
--- a/icu4c/source/data/curr/mn_Cyrl.txt
+++ b/icu4c/source/data/curr/mn_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mn_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mn_Cyrl.xml
- */
mn_Cyrl{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/mn_Cyrl_MN.txt b/icu4c/source/data/curr/mn_Cyrl_MN.txt
index 1601f6e..7cf5c10 100755
--- a/icu4c/source/data/curr/mn_Cyrl_MN.txt
+++ b/icu4c/source/data/curr/mn_Cyrl_MN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/mn_MN.txt b/icu4c/source/data/curr/mn_MN.txt
index 13ff6ce..43f8851 100755
--- a/icu4c/source/data/curr/mn_MN.txt
+++ b/icu4c/source/data/curr/mn_MN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/mo.txt b/icu4c/source/data/curr/mo.txt
index 4d4e9ab..8261196 100755
--- a/icu4c/source/data/curr/mo.txt
+++ b/icu4c/source/data/curr/mo.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/mr.txt b/icu4c/source/data/curr/mr.txt
index 4fff57e..6b81d30 100644
--- a/icu4c/source/data/curr/mr.txt
+++ b/icu4c/source/data/curr/mr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mr.xml
- */
mr{
Currencies{
AED{
@@ -1331,5 +1328,5 @@
other{"झांबियन क्वाचास"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ms.txt b/icu4c/source/data/curr/ms.txt
index 85f936d..32c9f14 100644
--- a/icu4c/source/data/curr/ms.txt
+++ b/icu4c/source/data/curr/ms.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ms.xml
- */
ms{
Currencies{
AED{
@@ -197,7 +194,7 @@
}
GBP{
"£",
- "Paun Sterling British",
+ "Paun British",
}
GEL{
"GEL",
@@ -841,7 +838,7 @@
other{"Paun Kepulauan Falkland"}
}
GBP{
- other{"Paun Sterling British"}
+ other{"Paun British"}
}
GEL{
other{"Lari Georgia"}
@@ -1177,5 +1174,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ms_BN.txt b/icu4c/source/data/curr/ms_BN.txt
index 1e8f98a..4080947 100644
--- a/icu4c/source/data/curr/ms_BN.txt
+++ b/icu4c/source/data/curr/ms_BN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ms_Latn.txt b/icu4c/source/data/curr/ms_Latn.txt
index 647a0b8..5e7d92a 100644
--- a/icu4c/source/data/curr/ms_Latn.txt
+++ b/icu4c/source/data/curr/ms_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ms_Latn.xml
- */
ms_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/ms_Latn_BN.txt b/icu4c/source/data/curr/ms_Latn_BN.txt
index 732da34..17b9b4c 100644
--- a/icu4c/source/data/curr/ms_Latn_BN.txt
+++ b/icu4c/source/data/curr/ms_Latn_BN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms_Latn_BN.xml
diff --git a/icu4c/source/data/curr/ms_Latn_MY.txt b/icu4c/source/data/curr/ms_Latn_MY.txt
index bf0a0e0..391ad6d 100644
--- a/icu4c/source/data/curr/ms_Latn_MY.txt
+++ b/icu4c/source/data/curr/ms_Latn_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ms_Latn_SG.txt b/icu4c/source/data/curr/ms_Latn_SG.txt
index ee3da63..6ea3c7b 100644
--- a/icu4c/source/data/curr/ms_Latn_SG.txt
+++ b/icu4c/source/data/curr/ms_Latn_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms_Latn_SG.xml
diff --git a/icu4c/source/data/curr/ms_MY.txt b/icu4c/source/data/curr/ms_MY.txt
index 01b7ba2..01accdc 100644
--- a/icu4c/source/data/curr/ms_MY.txt
+++ b/icu4c/source/data/curr/ms_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ms_SG.txt b/icu4c/source/data/curr/ms_SG.txt
index b0cf0cb..64c1f3b 100644
--- a/icu4c/source/data/curr/ms_SG.txt
+++ b/icu4c/source/data/curr/ms_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/mt.txt b/icu4c/source/data/curr/mt.txt
index 9a0d2c6..b5c9a2e 100644
--- a/icu4c/source/data/curr/mt.txt
+++ b/icu4c/source/data/curr/mt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mt.xml
- */
mt{
Currencies{
EUR{
@@ -41,5 +38,5 @@
other{"Munita Mhux Magħruf jew Mhux Validu"}
}
}
- Version{"2.1.8.22"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/mua.txt b/icu4c/source/data/curr/mua.txt
old mode 100644
new mode 100755
index 617d1f6..ecb012e
--- a/icu4c/source/data/curr/mua.txt
+++ b/icu4c/source/data/curr/mua.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mua.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mua.xml
- */
mua{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/my.txt b/icu4c/source/data/curr/my.txt
index c154cc4..6a68f9b 100644
--- a/icu4c/source/data/curr/my.txt
+++ b/icu4c/source/data/curr/my.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/my.xml
- */
my{
Currencies{
AED{
@@ -1178,5 +1175,5 @@
other{"ဇင်ဘာဘွေခွါးချာ"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.21"}
}
diff --git a/icu4c/source/data/curr/naq.txt b/icu4c/source/data/curr/naq.txt
old mode 100644
new mode 100755
index 9b5af96..75be504
--- a/icu4c/source/data/curr/naq.txt
+++ b/icu4c/source/data/curr/naq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/naq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/naq.xml
- */
naq{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/nb.txt b/icu4c/source/data/curr/nb.txt
index 2862b13..a4637a3 100644
--- a/icu4c/source/data/curr/nb.txt
+++ b/icu4c/source/data/curr/nb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nb.xml
- */
nb{
Currencies{
ADP{
@@ -397,7 +394,7 @@
}
GBP{
"£",
- "britiske pund sterling",
+ "britiske pund",
}
GEK{
"GEK",
@@ -1631,8 +1628,8 @@
other{"franske franc"}
}
GBP{
- one{"britisk pund sterling"}
- other{"britiske pund sterling"}
+ one{"britisk pund"}
+ other{"britiske pund"}
}
GEK{
one{"georgisk kupon larit"}
@@ -2435,5 +2432,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/nb_NO.txt b/icu4c/source/data/curr/nb_NO.txt
index e82dbf8..2ba5fc3 100644
--- a/icu4c/source/data/curr/nb_NO.txt
+++ b/icu4c/source/data/curr/nb_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/nd.txt b/icu4c/source/data/curr/nd.txt
old mode 100644
new mode 100755
index 2e6ef13..f9d61ee
--- a/icu4c/source/data/curr/nd.txt
+++ b/icu4c/source/data/curr/nd.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nd.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nd.xml
- */
nd{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ne.txt b/icu4c/source/data/curr/ne.txt
index 5622f80..c8bfc06 100644
--- a/icu4c/source/data/curr/ne.txt
+++ b/icu4c/source/data/curr/ne.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ne.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ne.xml
- */
ne{
Currencies{
AED{
@@ -261,7 +258,7 @@
}
INR{
"₹",
- "भारती रूपिँया",
+ "भारतीय रूपिँया",
}
IQD{
"IQD",
@@ -890,8 +887,8 @@
other{"इजरायली नयाँ शेकेल"}
}
INR{
- one{"भारती रूपिँया"}
- other{"भारती रूपिँया"}
+ one{"भारतीय रूपिँया"}
+ other{"भारतीय रूपिँया"}
}
IQD{
one{"इराकी डिनार"}
@@ -1278,5 +1275,5 @@
other{"जाम्बियाली क्वाचा"}
}
}
- Version{"2.1.8.95"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ne_IN.txt b/icu4c/source/data/curr/ne_IN.txt
deleted file mode 100644
index acdabf0..0000000
--- a/icu4c/source/data/curr/ne_IN.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/ne_IN.xml
-// *
-// ***************************************************************************
-ne_IN{
- Currencies{
- INR{
- "₹",
- "भारतीय रूपिँया",
- }
- }
- CurrencyPlurals{
- INR{
- one{"भारतीय रूपिँया"}
- other{"भारतीय रूपिँया"}
- }
- }
- Version{"2.1.8.19"}
-}
diff --git a/icu4c/source/data/curr/nl.txt b/icu4c/source/data/curr/nl.txt
index 1c9ceae..a4b556b 100644
--- a/icu4c/source/data/curr/nl.txt
+++ b/icu4c/source/data/curr/nl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nl.xml
- */
nl{
Currencies{
ADP{
@@ -397,7 +394,7 @@
}
GBP{
"£",
- "Brits pond sterling",
+ "Brits pond",
}
GEK{
"GEK",
@@ -1641,8 +1638,8 @@
other{"Franse franc"}
}
GBP{
- one{"Brits pond sterling"}
- other{"Brits pond sterling"}
+ one{"Brits pond"}
+ other{"Brits pond"}
}
GEK{
one{"Georgische kupon larit"}
@@ -2449,5 +2446,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/nl_AW.txt b/icu4c/source/data/curr/nl_AW.txt
index 6fddc02..d0f6d78 100755
--- a/icu4c/source/data/curr/nl_AW.txt
+++ b/icu4c/source/data/curr/nl_AW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_AW.xml
diff --git a/icu4c/source/data/curr/nl_BQ.txt b/icu4c/source/data/curr/nl_BQ.txt
index 93b5f42..f3950c6 100755
--- a/icu4c/source/data/curr/nl_BQ.txt
+++ b/icu4c/source/data/curr/nl_BQ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_BQ.xml
diff --git a/icu4c/source/data/curr/nl_CW.txt b/icu4c/source/data/curr/nl_CW.txt
index 533777a..789de0d 100644
--- a/icu4c/source/data/curr/nl_CW.txt
+++ b/icu4c/source/data/curr/nl_CW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_CW.xml
diff --git a/icu4c/source/data/curr/nl_SR.txt b/icu4c/source/data/curr/nl_SR.txt
index d0ab2c5..3f54afe 100755
--- a/icu4c/source/data/curr/nl_SR.txt
+++ b/icu4c/source/data/curr/nl_SR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_SR.xml
diff --git a/icu4c/source/data/curr/nl_SX.txt b/icu4c/source/data/curr/nl_SX.txt
index 66603df..e1ffd77 100644
--- a/icu4c/source/data/curr/nl_SX.txt
+++ b/icu4c/source/data/curr/nl_SX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_SX.xml
diff --git a/icu4c/source/data/curr/nmg.txt b/icu4c/source/data/curr/nmg.txt
old mode 100644
new mode 100755
index ed7d956..0446c72
--- a/icu4c/source/data/curr/nmg.txt
+++ b/icu4c/source/data/curr/nmg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nmg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nmg.xml
- */
nmg{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/nn.txt b/icu4c/source/data/curr/nn.txt
index 50f9dc4..7763910 100644
--- a/icu4c/source/data/curr/nn.txt
+++ b/icu4c/source/data/curr/nn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nn.xml
- */
nn{
Currencies{
ADP{
@@ -353,7 +350,7 @@
}
GBP{
"£",
- "britisk pund sterling",
+ "britisk pund",
}
GEK{
"GEK",
@@ -1922,5 +1919,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.7.72"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/nn_NO.txt b/icu4c/source/data/curr/nn_NO.txt
index 74ea080..ef57e68 100644
--- a/icu4c/source/data/curr/nn_NO.txt
+++ b/icu4c/source/data/curr/nn_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/nnh.txt b/icu4c/source/data/curr/nnh.txt
index 71c06f9..7d1bec6 100755
--- a/icu4c/source/data/curr/nnh.txt
+++ b/icu4c/source/data/curr/nnh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nnh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nnh.xml
- */
nnh{
Currencies{
XAF{
diff --git a/icu4c/source/data/curr/no.txt b/icu4c/source/data/curr/no.txt
index 91c33d7..fdd855f 100644
--- a/icu4c/source/data/curr/no.txt
+++ b/icu4c/source/data/curr/no.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/no_NO.txt b/icu4c/source/data/curr/no_NO.txt
index 785a6e4..63cbf33 100644
--- a/icu4c/source/data/curr/no_NO.txt
+++ b/icu4c/source/data/curr/no_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/no_NO_NY.txt b/icu4c/source/data/curr/no_NO_NY.txt
index 060e782..a9b8ef4 100644
--- a/icu4c/source/data/curr/no_NO_NY.txt
+++ b/icu4c/source/data/curr/no_NO_NY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/nus.txt b/icu4c/source/data/curr/nus.txt
index 32c559e..1f9c85f 100755
--- a/icu4c/source/data/curr/nus.txt
+++ b/icu4c/source/data/curr/nus.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nus.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nus.xml
- */
nus{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/nyn.txt b/icu4c/source/data/curr/nyn.txt
old mode 100644
new mode 100755
index e93a8a8..f42656a
--- a/icu4c/source/data/curr/nyn.txt
+++ b/icu4c/source/data/curr/nyn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nyn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nyn.xml
- */
nyn{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/om.txt b/icu4c/source/data/curr/om.txt
index 552e2e7..3a5c960 100644
--- a/icu4c/source/data/curr/om.txt
+++ b/icu4c/source/data/curr/om.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/om.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/om.xml
- */
om{
Currencies{
BRL{
@@ -29,7 +26,7 @@
}
GBP{
"£",
- "British Pound Sterling",
+ "British Pound",
}
INR{
"₹",
@@ -48,5 +45,5 @@
"US Dollar",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/om_KE.txt b/icu4c/source/data/curr/om_KE.txt
index 9a99985..0065ebc 100755
--- a/icu4c/source/data/curr/om_KE.txt
+++ b/icu4c/source/data/curr/om_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/om_KE.xml
diff --git a/icu4c/source/data/curr/or.txt b/icu4c/source/data/curr/or.txt
index 36f90f1..e1f46da 100644
--- a/icu4c/source/data/curr/or.txt
+++ b/icu4c/source/data/curr/or.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/or.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/or.xml
- */
or{
Currencies{
INR{
diff --git a/icu4c/source/data/curr/os.txt b/icu4c/source/data/curr/os.txt
index ba8d783..3441011 100644
--- a/icu4c/source/data/curr/os.txt
+++ b/icu4c/source/data/curr/os.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/os.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/os.xml
- */
os{
Currencies{
BRL{
@@ -21,7 +18,7 @@
}
GBP{
"£",
- "Бритайнаг Стерлингы Фунт",
+ "Бритайнаг Фунт",
}
GEL{
"GEL",
@@ -50,8 +47,8 @@
other{"евройы"}
}
GBP{
- one{"бритайнаг стерлингы фунт"}
- other{"бритайнаг стерлингы фунты"}
+ one{"бритайнаг фунт"}
+ other{"бритайнаг фунты"}
}
GEL{
one{"лар"}
@@ -74,5 +71,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/os_RU.txt b/icu4c/source/data/curr/os_RU.txt
index c30e724..092e713 100644
--- a/icu4c/source/data/curr/os_RU.txt
+++ b/icu4c/source/data/curr/os_RU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/os_RU.xml
diff --git a/icu4c/source/data/curr/pa.txt b/icu4c/source/data/curr/pa.txt
index 2d579e6..ff8cefa 100644
--- a/icu4c/source/data/curr/pa.txt
+++ b/icu4c/source/data/curr/pa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa.xml
- */
pa{
Currencies{
AED{
@@ -1536,5 +1533,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/pa_Arab.txt b/icu4c/source/data/curr/pa_Arab.txt
index 5458ecb..db2cc48 100644
--- a/icu4c/source/data/curr/pa_Arab.txt
+++ b/icu4c/source/data/curr/pa_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa_Arab.xml
- */
pa_Arab{
%%Parent{"root"}
Currencies{
diff --git a/icu4c/source/data/curr/pa_Arab_PK.txt b/icu4c/source/data/curr/pa_Arab_PK.txt
index 508a02a..f311f29 100644
--- a/icu4c/source/data/curr/pa_Arab_PK.txt
+++ b/icu4c/source/data/curr/pa_Arab_PK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/pa_Guru.txt b/icu4c/source/data/curr/pa_Guru.txt
index ba37949..a124c54 100644
--- a/icu4c/source/data/curr/pa_Guru.txt
+++ b/icu4c/source/data/curr/pa_Guru.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa_Guru.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa_Guru.xml
- */
pa_Guru{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/pa_Guru_IN.txt b/icu4c/source/data/curr/pa_Guru_IN.txt
index eb1583b..2a26eda 100644
--- a/icu4c/source/data/curr/pa_Guru_IN.txt
+++ b/icu4c/source/data/curr/pa_Guru_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/pa_IN.txt b/icu4c/source/data/curr/pa_IN.txt
index 69fc79b..eb2a7df 100644
--- a/icu4c/source/data/curr/pa_IN.txt
+++ b/icu4c/source/data/curr/pa_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/pa_PK.txt b/icu4c/source/data/curr/pa_PK.txt
index 1af7606..989cc9d 100644
--- a/icu4c/source/data/curr/pa_PK.txt
+++ b/icu4c/source/data/curr/pa_PK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/pl.txt b/icu4c/source/data/curr/pl.txt
index b8d40e8..6d0aa29 100644
--- a/icu4c/source/data/curr/pl.txt
+++ b/icu4c/source/data/curr/pl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pl.xml
- */
pl{
Currencies{
ADP{
@@ -2237,5 +2234,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/pool.res b/icu4c/source/data/curr/pool.res
index 335dd82..48b83c5 100644
--- a/icu4c/source/data/curr/pool.res
+++ b/icu4c/source/data/curr/pool.res
Binary files differ
diff --git a/icu4c/source/data/curr/ps.txt b/icu4c/source/data/curr/ps.txt
index b385c7f..f2117c0 100644
--- a/icu4c/source/data/curr/ps.txt
+++ b/icu4c/source/data/curr/ps.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ps.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ps.xml
- */
ps{
Currencies{
AFN{
diff --git a/icu4c/source/data/curr/pt.txt b/icu4c/source/data/curr/pt.txt
index d758eed..96d673d 100644
--- a/icu4c/source/data/curr/pt.txt
+++ b/icu4c/source/data/curr/pt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pt.xml
- */
pt{
Currencies{
ADP{
@@ -397,7 +394,7 @@
}
GBP{
"£",
- "Libra esterlina britânica",
+ "Libra britânica",
}
GEK{
"GEK",
@@ -1627,8 +1624,8 @@
other{"Francos franceses"}
}
GBP{
- one{"Libra esterlina britânica"}
- other{"Libras esterlinas britânicas"}
+ one{"Libra britânica"}
+ other{"Libras britânicas"}
}
GEK{
one{"Kupon larit da Geórgia"}
@@ -2423,5 +2420,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/pt_AO.txt b/icu4c/source/data/curr/pt_AO.txt
index 03c4fb9..3acc7e3 100755
--- a/icu4c/source/data/curr/pt_AO.txt
+++ b/icu4c/source/data/curr/pt_AO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_AO.xml
diff --git a/icu4c/source/data/curr/pt_CV.txt b/icu4c/source/data/curr/pt_CV.txt
index 687c163..87f28a9 100755
--- a/icu4c/source/data/curr/pt_CV.txt
+++ b/icu4c/source/data/curr/pt_CV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_CV.xml
diff --git a/icu4c/source/data/curr/pt_GW.txt b/icu4c/source/data/curr/pt_GW.txt
index c38381f..6fe8fa3 100755
--- a/icu4c/source/data/curr/pt_GW.txt
+++ b/icu4c/source/data/curr/pt_GW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_GW.xml
diff --git a/icu4c/source/data/curr/pt_MO.txt b/icu4c/source/data/curr/pt_MO.txt
index 2392605..a090e35 100755
--- a/icu4c/source/data/curr/pt_MO.txt
+++ b/icu4c/source/data/curr/pt_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_MO.xml
diff --git a/icu4c/source/data/curr/pt_MZ.txt b/icu4c/source/data/curr/pt_MZ.txt
index 0756495..113472a 100755
--- a/icu4c/source/data/curr/pt_MZ.txt
+++ b/icu4c/source/data/curr/pt_MZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_MZ.xml
diff --git a/icu4c/source/data/curr/pt_PT.txt b/icu4c/source/data/curr/pt_PT.txt
index 6e28884..8e51017 100644
--- a/icu4c/source/data/curr/pt_PT.txt
+++ b/icu4c/source/data/curr/pt_PT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_PT.xml
@@ -222,11 +222,11 @@
}
NIC{
"NIC",
- "Córdoba nicaraguano",
+ "Córdoba nicaraguano (1988–1991)",
}
NIO{
"NIO",
- "Córdoba de ouro da Nicarágua",
+ "Córdoba nicaraguano",
}
OMR{
"OMR",
@@ -523,9 +523,13 @@
one{"Dólar da Namíbia"}
other{"Dólares da Namíbia"}
}
+ NIC{
+ one{"Córdoba nicaraguano (1988–1991)"}
+ other{"Córdobas nicaraguano (1988–1991)"}
+ }
NIO{
- one{"Córdoba de ouro da Nicarágua"}
- other{"Córdobas de ouro da Nicarágua"}
+ one{"Córdoba nicaraguano"}
+ other{"Córdoba nicaraguano"}
}
OMR{
one{"Rial de Omã"}
@@ -636,5 +640,5 @@
other{"Kwachas zambianos (1968–2012)"}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/pt_ST.txt b/icu4c/source/data/curr/pt_ST.txt
index fbeccf4..8bccf8e 100755
--- a/icu4c/source/data/curr/pt_ST.txt
+++ b/icu4c/source/data/curr/pt_ST.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_ST.xml
diff --git a/icu4c/source/data/curr/pt_TL.txt b/icu4c/source/data/curr/pt_TL.txt
index 802ec97..819fe94 100755
--- a/icu4c/source/data/curr/pt_TL.txt
+++ b/icu4c/source/data/curr/pt_TL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_TL.xml
diff --git a/icu4c/source/data/curr/qu.txt b/icu4c/source/data/curr/qu.txt
index f19169e..b5cfdf2 100644
--- a/icu4c/source/data/curr/qu.txt
+++ b/icu4c/source/data/curr/qu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/qu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/qu.xml
- */
qu{
Currencies{
PEN{
diff --git a/icu4c/source/data/curr/qu_BO.txt b/icu4c/source/data/curr/qu_BO.txt
index 9bc6424..336b708 100644
--- a/icu4c/source/data/curr/qu_BO.txt
+++ b/icu4c/source/data/curr/qu_BO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/qu_BO.xml
diff --git a/icu4c/source/data/curr/qu_EC.txt b/icu4c/source/data/curr/qu_EC.txt
index fd45907..255b868 100644
--- a/icu4c/source/data/curr/qu_EC.txt
+++ b/icu4c/source/data/curr/qu_EC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/qu_EC.xml
diff --git a/icu4c/source/data/curr/resfiles.mk b/icu4c/source/data/curr/resfiles.mk
index aa1d323..86f550f 100644
--- a/icu4c/source/data/curr/resfiles.mk
+++ b/icu4c/source/data/curr/resfiles.mk
@@ -1,4 +1,4 @@
-# * Copyright (C) 1998-2014, International Business Machines
+# * Copyright (C) 1998-2015, International Business Machines
# * Corporation and others. All Rights Reserved.
CURR_CLDR_VERSION = %version%
# A list of txt's to build
@@ -36,13 +36,14 @@
nn_NO.txt no.txt no_NO.txt no_NO_NY.txt pa_Arab_PK.txt\
pa_Guru_IN.txt pa_IN.txt pa_PK.txt sh.txt sh_BA.txt\
sh_CS.txt sh_YU.txt shi_MA.txt shi_Tfng_MA.txt sr_BA.txt\
- sr_CS.txt sr_Cyrl_CS.txt sr_Cyrl_RS.txt sr_Cyrl_XK.txt sr_Cyrl_YU.txt\
- sr_Latn_CS.txt sr_Latn_ME.txt sr_Latn_RS.txt sr_Latn_YU.txt sr_ME.txt\
- sr_RS.txt sr_XK.txt sr_YU.txt th_TH.txt th_TH_TRADITIONAL.txt\
- tl.txt tl_PH.txt tzm_Latn_MA.txt tzm_MA.txt ug_Arab_CN.txt\
- ug_CN.txt uz_AF.txt uz_Arab_AF.txt uz_Latn_UZ.txt uz_UZ.txt\
- vai_LR.txt vai_Vaii_LR.txt zh_CN.txt zh_HK.txt zh_Hans_CN.txt\
- zh_Hant_TW.txt zh_MO.txt zh_SG.txt zh_TW.txt
+ sr_CS.txt sr_Cyrl_BA.txt sr_Cyrl_CS.txt sr_Cyrl_RS.txt sr_Cyrl_XK.txt\
+ sr_Cyrl_YU.txt sr_Latn_BA.txt sr_Latn_CS.txt sr_Latn_ME.txt sr_Latn_RS.txt\
+ sr_Latn_YU.txt sr_ME.txt sr_RS.txt sr_XK.txt sr_YU.txt\
+ th_TH.txt th_TH_TRADITIONAL.txt tl.txt tl_PH.txt tzm_Latn_MA.txt\
+ tzm_MA.txt ug_Arab_CN.txt ug_CN.txt uz_AF.txt uz_Arab_AF.txt\
+ uz_Latn_UZ.txt uz_UZ.txt vai_LR.txt vai_Vaii_LR.txt zh_CN.txt\
+ zh_HK.txt zh_Hans_CN.txt zh_Hant_TW.txt zh_MO.txt zh_SG.txt\
+ zh_TW.txt
# All aliases (to not be included under 'installed'), but not including root.
@@ -105,30 +106,29 @@
mg.txt mgh.txt mgo.txt mk.txt ml.txt\
mn.txt mn_Cyrl.txt mr.txt ms.txt ms_Latn.txt\
ms_Latn_BN.txt ms_Latn_SG.txt mt.txt mua.txt my.txt\
- naq.txt nb.txt nd.txt ne.txt ne_IN.txt\
- nl.txt nl_AW.txt nl_BQ.txt nl_CW.txt nl_SR.txt\
- nl_SX.txt nmg.txt nn.txt nnh.txt nus.txt\
- nyn.txt om.txt om_KE.txt or.txt os.txt\
- os_RU.txt pa.txt pa_Arab.txt pa_Guru.txt pl.txt\
- ps.txt pt.txt pt_AO.txt pt_CV.txt pt_GW.txt\
- pt_MO.txt pt_MZ.txt pt_PT.txt pt_ST.txt pt_TL.txt\
- qu.txt qu_BO.txt qu_EC.txt rm.txt rn.txt\
- ro.txt ro_MD.txt rof.txt ru.txt ru_BY.txt\
- ru_KG.txt ru_KZ.txt ru_MD.txt rw.txt rwk.txt\
- sah.txt saq.txt sbp.txt se.txt se_SE.txt\
- seh.txt ses.txt sg.txt shi.txt shi_Latn.txt\
- shi_Tfng.txt si.txt sk.txt sl.txt smn.txt\
- sn.txt so.txt so_DJ.txt so_ET.txt so_KE.txt\
- sq.txt sq_MK.txt sr.txt sr_Cyrl.txt sr_Cyrl_BA.txt\
- sr_Latn.txt sr_Latn_BA.txt sv.txt sw.txt sw_UG.txt\
- swc.txt ta.txt ta_LK.txt ta_MY.txt ta_SG.txt\
- te.txt teo.txt teo_KE.txt th.txt ti.txt\
- ti_ER.txt to.txt tr.txt twq.txt tzm.txt\
- tzm_Latn.txt ug.txt ug_Arab.txt uk.txt ur.txt\
- ur_IN.txt uz.txt uz_Arab.txt uz_Cyrl.txt uz_Latn.txt\
- vai.txt vai_Latn.txt vai_Vaii.txt vi.txt vun.txt\
- wae.txt xog.txt yav.txt yi.txt yo.txt\
- yo_BJ.txt zgh.txt zh.txt zh_Hans.txt zh_Hans_HK.txt\
- zh_Hans_MO.txt zh_Hans_SG.txt zh_Hant.txt zh_Hant_HK.txt zh_Hant_MO.txt\
- zu.txt
+ naq.txt nb.txt nd.txt ne.txt nl.txt\
+ nl_AW.txt nl_BQ.txt nl_CW.txt nl_SR.txt nl_SX.txt\
+ nmg.txt nn.txt nnh.txt nus.txt nyn.txt\
+ om.txt om_KE.txt or.txt os.txt os_RU.txt\
+ pa.txt pa_Arab.txt pa_Guru.txt pl.txt ps.txt\
+ pt.txt pt_AO.txt pt_CV.txt pt_GW.txt pt_MO.txt\
+ pt_MZ.txt pt_PT.txt pt_ST.txt pt_TL.txt qu.txt\
+ qu_BO.txt qu_EC.txt rm.txt rn.txt ro.txt\
+ ro_MD.txt rof.txt ru.txt ru_BY.txt ru_KG.txt\
+ ru_KZ.txt ru_MD.txt rw.txt rwk.txt sah.txt\
+ saq.txt sbp.txt se.txt se_SE.txt seh.txt\
+ ses.txt sg.txt shi.txt shi_Latn.txt shi_Tfng.txt\
+ si.txt sk.txt sl.txt smn.txt sn.txt\
+ so.txt so_DJ.txt so_ET.txt so_KE.txt sq.txt\
+ sq_MK.txt sr.txt sr_Cyrl.txt sr_Latn.txt sv.txt\
+ sw.txt sw_CD.txt sw_UG.txt ta.txt ta_LK.txt\
+ ta_MY.txt ta_SG.txt te.txt teo.txt teo_KE.txt\
+ th.txt ti.txt ti_ER.txt to.txt tr.txt\
+ twq.txt tzm.txt tzm_Latn.txt ug.txt ug_Arab.txt\
+ uk.txt ur.txt ur_IN.txt uz.txt uz_Arab.txt\
+ uz_Cyrl.txt uz_Latn.txt vai.txt vai_Latn.txt vai_Vaii.txt\
+ vi.txt vun.txt wae.txt xog.txt yav.txt\
+ yi.txt yo.txt yo_BJ.txt zgh.txt zh.txt\
+ zh_Hans.txt zh_Hans_HK.txt zh_Hans_MO.txt zh_Hans_SG.txt zh_Hant.txt\
+ zh_Hant_HK.txt zh_Hant_MO.txt zu.txt
diff --git a/icu4c/source/data/curr/rm.txt b/icu4c/source/data/curr/rm.txt
old mode 100644
new mode 100755
index a94319c..a968c92
--- a/icu4c/source/data/curr/rm.txt
+++ b/icu4c/source/data/curr/rm.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rm.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rm.xml
- */
rm{
Currencies{
ADP{
@@ -1270,5 +1267,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/rn.txt b/icu4c/source/data/curr/rn.txt
old mode 100644
new mode 100755
index 0e38de6..00a3661
--- a/icu4c/source/data/curr/rn.txt
+++ b/icu4c/source/data/curr/rn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rn.xml
- */
rn{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/ro.txt b/icu4c/source/data/curr/ro.txt
index 72959e5..6f3bf48 100644
--- a/icu4c/source/data/curr/ro.txt
+++ b/icu4c/source/data/curr/ro.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ro.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ro.xml
- */
ro{
Currencies{
ADP{
@@ -2141,5 +2138,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ro_MD.txt b/icu4c/source/data/curr/ro_MD.txt
index ba991f5..58ecc60 100755
--- a/icu4c/source/data/curr/ro_MD.txt
+++ b/icu4c/source/data/curr/ro_MD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ro_MD.xml
diff --git a/icu4c/source/data/curr/rof.txt b/icu4c/source/data/curr/rof.txt
old mode 100644
new mode 100755
index cc47c81..fa7bc98
--- a/icu4c/source/data/curr/rof.txt
+++ b/icu4c/source/data/curr/rof.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rof.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rof.xml
- */
rof{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/root.txt b/icu4c/source/data/curr/root.txt
index 8ae296e..7633c2b 100644
--- a/icu4c/source/data/curr/root.txt
+++ b/icu4c/source/data/curr/root.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/root.xml
@@ -196,7 +196,7 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.7.12"}
+ Version{"2.1.12.90"}
currencySpacing{
afterCurrency{
currencyMatch{"[:^S:]"}
diff --git a/icu4c/source/data/curr/ru.txt b/icu4c/source/data/curr/ru.txt
index 8d3e09a..639ca22 100644
--- a/icu4c/source/data/curr/ru.txt
+++ b/icu4c/source/data/curr/ru.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ru.xml
- */
ru{
Currencies{
ADP{
@@ -357,7 +354,7 @@
}
GBP{
"£",
- "Английский фунт стерлингов",
+ "Английский фунт",
}
GEK{
"GEK",
@@ -1457,10 +1454,10 @@
other{"фунта Фолклендских островов"}
}
GBP{
- few{"английских фунта стерлингов"}
- many{"английских фунтов стерлингов"}
- one{"английский фунт стерлингов"}
- other{"английского фунта стерлингов"}
+ few{"английских фунта"}
+ many{"английских фунтов"}
+ one{"английский фунт"}
+ other{"английского фунта"}
}
GEL{
few{"грузинских лари"}
@@ -2141,5 +2138,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.53"}
}
diff --git a/icu4c/source/data/curr/ru_BY.txt b/icu4c/source/data/curr/ru_BY.txt
index cb5208e..8411955 100755
--- a/icu4c/source/data/curr/ru_BY.txt
+++ b/icu4c/source/data/curr/ru_BY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_BY.xml
diff --git a/icu4c/source/data/curr/ru_KG.txt b/icu4c/source/data/curr/ru_KG.txt
index d358fb3..53f0efb 100755
--- a/icu4c/source/data/curr/ru_KG.txt
+++ b/icu4c/source/data/curr/ru_KG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_KG.xml
diff --git a/icu4c/source/data/curr/ru_KZ.txt b/icu4c/source/data/curr/ru_KZ.txt
index 5f756e7..01b165d 100755
--- a/icu4c/source/data/curr/ru_KZ.txt
+++ b/icu4c/source/data/curr/ru_KZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_KZ.xml
diff --git a/icu4c/source/data/curr/ru_MD.txt b/icu4c/source/data/curr/ru_MD.txt
index ad64f7a..539cd65 100755
--- a/icu4c/source/data/curr/ru_MD.txt
+++ b/icu4c/source/data/curr/ru_MD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_MD.xml
diff --git a/icu4c/source/data/curr/rw.txt b/icu4c/source/data/curr/rw.txt
index 7ebbb8d..ff53ee6 100755
--- a/icu4c/source/data/curr/rw.txt
+++ b/icu4c/source/data/curr/rw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rw.xml
- */
rw{
Currencies{
RWF{
diff --git a/icu4c/source/data/curr/rwk.txt b/icu4c/source/data/curr/rwk.txt
old mode 100644
new mode 100755
index 773aa84..0c8fc5b
--- a/icu4c/source/data/curr/rwk.txt
+++ b/icu4c/source/data/curr/rwk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rwk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rwk.xml
- */
rwk{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/sah.txt b/icu4c/source/data/curr/sah.txt
index 7e0e832..1449eaf 100644
--- a/icu4c/source/data/curr/sah.txt
+++ b/icu4c/source/data/curr/sah.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sah.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sah.xml
- */
sah{
Currencies{
RUB{
diff --git a/icu4c/source/data/curr/saq.txt b/icu4c/source/data/curr/saq.txt
old mode 100644
new mode 100755
index d1ccddb..73510dd
--- a/icu4c/source/data/curr/saq.txt
+++ b/icu4c/source/data/curr/saq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/saq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/saq.xml
- */
saq{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/sbp.txt b/icu4c/source/data/curr/sbp.txt
old mode 100644
new mode 100755
index 4ad4c69..c7a8527
--- a/icu4c/source/data/curr/sbp.txt
+++ b/icu4c/source/data/curr/sbp.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sbp.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sbp.xml
- */
sbp{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/se.txt b/icu4c/source/data/curr/se.txt
index 45c50e4..a7a9c52 100644
--- a/icu4c/source/data/curr/se.txt
+++ b/icu4c/source/data/curr/se.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/se.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/se.xml
- */
se{
Currencies{
DKK{
diff --git a/icu4c/source/data/curr/se_SE.txt b/icu4c/source/data/curr/se_SE.txt
index d00c728..8da793f 100644
--- a/icu4c/source/data/curr/se_SE.txt
+++ b/icu4c/source/data/curr/se_SE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/se_SE.xml
diff --git a/icu4c/source/data/curr/seh.txt b/icu4c/source/data/curr/seh.txt
old mode 100644
new mode 100755
index 39d3951..45af3bb
--- a/icu4c/source/data/curr/seh.txt
+++ b/icu4c/source/data/curr/seh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/seh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/seh.xml
- */
seh{
Currencies{
AED{
@@ -81,7 +78,7 @@
}
GBP{
"£",
- "Libra esterlina britânica",
+ "Libra britânica",
}
GHC{
"GHC",
@@ -240,5 +237,5 @@
"Dólar do Zimbábue",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/ses.txt b/icu4c/source/data/curr/ses.txt
old mode 100644
new mode 100755
index 26f8b13..45e5ba2
--- a/icu4c/source/data/curr/ses.txt
+++ b/icu4c/source/data/curr/ses.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ses.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ses.xml
- */
ses{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/sg.txt b/icu4c/source/data/curr/sg.txt
old mode 100644
new mode 100755
index 04b1f31..280c27f
--- a/icu4c/source/data/curr/sg.txt
+++ b/icu4c/source/data/curr/sg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sg.xml
- */
sg{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/sh.txt b/icu4c/source/data/curr/sh.txt
index 01e8e77..92016b4 100644
--- a/icu4c/source/data/curr/sh.txt
+++ b/icu4c/source/data/curr/sh.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sh_BA.txt b/icu4c/source/data/curr/sh_BA.txt
index 6759b40..56fcef4 100644
--- a/icu4c/source/data/curr/sh_BA.txt
+++ b/icu4c/source/data/curr/sh_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sh_CS.txt b/icu4c/source/data/curr/sh_CS.txt
index 553ebf6..30b8a4a 100644
--- a/icu4c/source/data/curr/sh_CS.txt
+++ b/icu4c/source/data/curr/sh_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sh_YU.txt b/icu4c/source/data/curr/sh_YU.txt
index 64e0f96..d15ea82 100644
--- a/icu4c/source/data/curr/sh_YU.txt
+++ b/icu4c/source/data/curr/sh_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/shi.txt b/icu4c/source/data/curr/shi.txt
old mode 100644
new mode 100755
index 7cca8dd..975b90c
--- a/icu4c/source/data/curr/shi.txt
+++ b/icu4c/source/data/curr/shi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi.xml
- */
shi{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/shi_Latn.txt b/icu4c/source/data/curr/shi_Latn.txt
old mode 100644
new mode 100755
index 2c10600..d265ccc
--- a/icu4c/source/data/curr/shi_Latn.txt
+++ b/icu4c/source/data/curr/shi_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi_Latn.xml
- */
shi_Latn{
%%Parent{"root"}
Currencies{
diff --git a/icu4c/source/data/curr/shi_MA.txt b/icu4c/source/data/curr/shi_MA.txt
index 00a0947..872f116 100755
--- a/icu4c/source/data/curr/shi_MA.txt
+++ b/icu4c/source/data/curr/shi_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/shi_Tfng.txt b/icu4c/source/data/curr/shi_Tfng.txt
index c306ae7..e7b5abe 100755
--- a/icu4c/source/data/curr/shi_Tfng.txt
+++ b/icu4c/source/data/curr/shi_Tfng.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi_Tfng.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi_Tfng.xml
- */
shi_Tfng{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/shi_Tfng_MA.txt b/icu4c/source/data/curr/shi_Tfng_MA.txt
old mode 100644
new mode 100755
index 729e805..8d1c881
--- a/icu4c/source/data/curr/shi_Tfng_MA.txt
+++ b/icu4c/source/data/curr/shi_Tfng_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/si.txt b/icu4c/source/data/curr/si.txt
index 53457d7..dc98bd3 100644
--- a/icu4c/source/data/curr/si.txt
+++ b/icu4c/source/data/curr/si.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/si.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/si.xml
- */
si{
Currencies{
AED{
@@ -1331,5 +1328,5 @@
one{"{1}{0}"}
other{"{1}{0}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/sk.txt b/icu4c/source/data/curr/sk.txt
index 4fdf264..fe50833 100644
--- a/icu4c/source/data/curr/sk.txt
+++ b/icu4c/source/data/curr/sk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sk.xml
- */
sk{
Currencies{
ADP{
@@ -2142,5 +2139,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/sl.txt b/icu4c/source/data/curr/sl.txt
index e8aec73..d99edde 100644
--- a/icu4c/source/data/curr/sl.txt
+++ b/icu4c/source/data/curr/sl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sl.xml
- */
sl{
Currencies{
ADP{
@@ -2103,5 +2100,5 @@
other{"{0} {1}"}
two{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/smn.txt b/icu4c/source/data/curr/smn.txt
index 242b2e8..0ec987c 100644
--- a/icu4c/source/data/curr/smn.txt
+++ b/icu4c/source/data/curr/smn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/smn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/smn.xml
- */
smn{
Currencies{
DKK{
diff --git a/icu4c/source/data/curr/sn.txt b/icu4c/source/data/curr/sn.txt
old mode 100644
new mode 100755
index 929cc90..af2b640
--- a/icu4c/source/data/curr/sn.txt
+++ b/icu4c/source/data/curr/sn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sn.xml
- */
sn{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/so.txt b/icu4c/source/data/curr/so.txt
index a852a8d..4eb2625 100644
--- a/icu4c/source/data/curr/so.txt
+++ b/icu4c/source/data/curr/so.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/so.xml
- */
so{
Currencies{
DJF{
@@ -40,5 +37,5 @@
"Doollar maraykan",
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/so_DJ.txt b/icu4c/source/data/curr/so_DJ.txt
index 4f409a9..98e6561 100755
--- a/icu4c/source/data/curr/so_DJ.txt
+++ b/icu4c/source/data/curr/so_DJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so_DJ.xml
diff --git a/icu4c/source/data/curr/so_ET.txt b/icu4c/source/data/curr/so_ET.txt
index bf9bd38..c16588f 100755
--- a/icu4c/source/data/curr/so_ET.txt
+++ b/icu4c/source/data/curr/so_ET.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so_ET.xml
diff --git a/icu4c/source/data/curr/so_KE.txt b/icu4c/source/data/curr/so_KE.txt
index 55dbbca..f01f735 100755
--- a/icu4c/source/data/curr/so_KE.txt
+++ b/icu4c/source/data/curr/so_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so_KE.xml
diff --git a/icu4c/source/data/curr/sq.txt b/icu4c/source/data/curr/sq.txt
index 9c92d60..c0ae5dc 100644
--- a/icu4c/source/data/curr/sq.txt
+++ b/icu4c/source/data/curr/sq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sq.xml
- */
sq{
Currencies{
AED{
@@ -1274,5 +1271,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/sq_MK.txt b/icu4c/source/data/curr/sq_MK.txt
index ba8869a..137a5f8 100755
--- a/icu4c/source/data/curr/sq_MK.txt
+++ b/icu4c/source/data/curr/sq_MK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sq_MK.xml
diff --git a/icu4c/source/data/curr/sr.txt b/icu4c/source/data/curr/sr.txt
index 84ff1c9..0db6f7a 100644
--- a/icu4c/source/data/curr/sr.txt
+++ b/icu4c/source/data/curr/sr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr.xml
- */
sr{
Currencies{
ADP{
@@ -357,7 +354,7 @@
}
GBP{
"£",
- "Британска фунта стерлинга",
+ "Британска фунта",
}
GEK{
"GEK",
@@ -1606,9 +1603,9 @@
other{"француских франака"}
}
GBP{
- few{"британске фунте стерлинга"}
- one{"британска фунта стерлинга"}
- other{"британских фунти стерлинга"}
+ few{"британске фунте"}
+ one{"британска фунта"}
+ other{"британских фунти"}
}
GEK{
few{"грузијска купон ларита"}
@@ -2571,5 +2568,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/sr_BA.txt b/icu4c/source/data/curr/sr_BA.txt
index f06ec6c..110b532 100644
--- a/icu4c/source/data/curr/sr_BA.txt
+++ b/icu4c/source/data/curr/sr_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_CS.txt b/icu4c/source/data/curr/sr_CS.txt
index 9c4bbeb..987c37c 100644
--- a/icu4c/source/data/curr/sr_CS.txt
+++ b/icu4c/source/data/curr/sr_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_Cyrl.txt b/icu4c/source/data/curr/sr_Cyrl.txt
index 762a015..fbe5daf 100644
--- a/icu4c/source/data/curr/sr_Cyrl.txt
+++ b/icu4c/source/data/curr/sr_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr_Cyrl.xml
- */
sr_Cyrl{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/sr_Cyrl_BA.txt b/icu4c/source/data/curr/sr_Cyrl_BA.txt
index 742404a..f8b597d 100644
--- a/icu4c/source/data/curr/sr_Cyrl_BA.txt
+++ b/icu4c/source/data/curr/sr_Cyrl_BA.txt
@@ -1,17 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/sr_Cyrl_BA.xml
+// * Source File: <path>/icu-locale-deprecates.xml & build.xml
// *
// ***************************************************************************
+/**
+ * generated alias target
+ */
sr_Cyrl_BA{
- Currencies{
- BAM{
- "КМ",
- "Конвертибилна Марка",
- }
- }
- Version{"2.1.8.19"}
+ ___{""}
}
diff --git a/icu4c/source/data/curr/sr_Cyrl_CS.txt b/icu4c/source/data/curr/sr_Cyrl_CS.txt
index f646242..44d5e0f 100644
--- a/icu4c/source/data/curr/sr_Cyrl_CS.txt
+++ b/icu4c/source/data/curr/sr_Cyrl_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_Cyrl_RS.txt b/icu4c/source/data/curr/sr_Cyrl_RS.txt
index a2071a5..5ad792e 100644
--- a/icu4c/source/data/curr/sr_Cyrl_RS.txt
+++ b/icu4c/source/data/curr/sr_Cyrl_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_Cyrl_XK.txt b/icu4c/source/data/curr/sr_Cyrl_XK.txt
index 34de337..9b8cc23 100755
--- a/icu4c/source/data/curr/sr_Cyrl_XK.txt
+++ b/icu4c/source/data/curr/sr_Cyrl_XK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_Cyrl_YU.txt b/icu4c/source/data/curr/sr_Cyrl_YU.txt
index 84c66d6..1fbcd59 100644
--- a/icu4c/source/data/curr/sr_Cyrl_YU.txt
+++ b/icu4c/source/data/curr/sr_Cyrl_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_Latn.txt b/icu4c/source/data/curr/sr_Latn.txt
index e4f6d23..6e1e1c0 100644
--- a/icu4c/source/data/curr/sr_Latn.txt
+++ b/icu4c/source/data/curr/sr_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr_Latn.xml
- */
sr_Latn{
%%Parent{"root"}
Currencies{
@@ -358,7 +355,7 @@
}
GBP{
"£",
- "Britanska funta sterlinga",
+ "Britanska funta",
}
GEK{
"GEK",
@@ -1607,9 +1604,9 @@
other{"francuskih franaka"}
}
GBP{
- few{"britanske funte sterlinga"}
- one{"britanska funta sterlinga"}
- other{"britanskih funti sterlinga"}
+ few{"britanske funte"}
+ one{"britanska funta"}
+ other{"britanskih funti"}
}
GEK{
few{"gruzijska kupon larita"}
@@ -2572,5 +2569,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.20"}
+ Version{"2.1.13.24"}
}
diff --git a/icu4c/source/data/curr/sr_Latn_BA.txt b/icu4c/source/data/curr/sr_Latn_BA.txt
index d1b23e1..104ccd0 100644
--- a/icu4c/source/data/curr/sr_Latn_BA.txt
+++ b/icu4c/source/data/curr/sr_Latn_BA.txt
@@ -1,17 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/sr_Latn_BA.xml
+// * Source File: <path>/icu-locale-deprecates.xml & build.xml
// *
// ***************************************************************************
+/**
+ * generated alias target
+ */
sr_Latn_BA{
- Currencies{
- BAM{
- "KM",
- "Konvertibilna Marka",
- }
- }
- Version{"2.1.8.20"}
+ ___{""}
}
diff --git a/icu4c/source/data/curr/sr_Latn_CS.txt b/icu4c/source/data/curr/sr_Latn_CS.txt
index ccc29ad..7e8037e 100644
--- a/icu4c/source/data/curr/sr_Latn_CS.txt
+++ b/icu4c/source/data/curr/sr_Latn_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_Latn_ME.txt b/icu4c/source/data/curr/sr_Latn_ME.txt
old mode 100644
new mode 100755
index 4887740..8e13676
--- a/icu4c/source/data/curr/sr_Latn_ME.txt
+++ b/icu4c/source/data/curr/sr_Latn_ME.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_Latn_RS.txt b/icu4c/source/data/curr/sr_Latn_RS.txt
index c5ee86b..748bde4 100644
--- a/icu4c/source/data/curr/sr_Latn_RS.txt
+++ b/icu4c/source/data/curr/sr_Latn_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_Latn_YU.txt b/icu4c/source/data/curr/sr_Latn_YU.txt
index 6b0d31d..91b61ed 100644
--- a/icu4c/source/data/curr/sr_Latn_YU.txt
+++ b/icu4c/source/data/curr/sr_Latn_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_ME.txt b/icu4c/source/data/curr/sr_ME.txt
index d48fa36..c342143 100644
--- a/icu4c/source/data/curr/sr_ME.txt
+++ b/icu4c/source/data/curr/sr_ME.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_RS.txt b/icu4c/source/data/curr/sr_RS.txt
index a4aa102..7e25389 100644
--- a/icu4c/source/data/curr/sr_RS.txt
+++ b/icu4c/source/data/curr/sr_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_XK.txt b/icu4c/source/data/curr/sr_XK.txt
index cc9125d..095ce67 100755
--- a/icu4c/source/data/curr/sr_XK.txt
+++ b/icu4c/source/data/curr/sr_XK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/sr_YU.txt b/icu4c/source/data/curr/sr_YU.txt
index 6fb5676..e110bd5 100644
--- a/icu4c/source/data/curr/sr_YU.txt
+++ b/icu4c/source/data/curr/sr_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/supplementalData.txt b/icu4c/source/data/curr/supplementalData.txt
index ce67fdc..ae7cd59 100644
--- a/icu4c/source/data/curr/supplementalData.txt
+++ b/icu4c/source/data/curr/supplementalData.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/supplementalData.xml
@@ -8,15 +8,6 @@
// ***************************************************************************
supplementalData:table(nofallback){
CurrencyMap{
- 150{
- {
- from:intvector{
- 213,
- 320765952,
- }
- id{"EUR"}
- }
- }
AC{
{
from:intvector{
@@ -2447,10 +2438,21 @@
LT{
{
from:intvector{
+ 330,
+ -1563774976,
+ }
+ id{"EUR"}
+ }
+ {
+ from:intvector{
172,
-2062942208,
}
id{"LTL"}
+ to:intvector{
+ 330,
+ -1563774977,
+ }
}
{
from:intvector{
diff --git a/icu4c/source/data/curr/sv.txt b/icu4c/source/data/curr/sv.txt
index 75df7f1..63159dc 100644
--- a/icu4c/source/data/curr/sv.txt
+++ b/icu4c/source/data/curr/sv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sv.xml
- */
sv{
Currencies{
ADP{
@@ -2448,5 +2445,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/sw.txt b/icu4c/source/data/curr/sw.txt
index aba0158..057e8cf 100644
--- a/icu4c/source/data/curr/sw.txt
+++ b/icu4c/source/data/curr/sw.txt
@@ -1,19 +1,16 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sw.xml
- */
sw{
Currencies{
AED{
"AED",
- "dirham ya Falme za Kiarabu",
+ "Dirham ya Falme za Kiarabu",
}
AFN{
"AFN",
@@ -33,7 +30,7 @@
}
AOA{
"AOA",
- "kwanza ya Angola",
+ "Kwanza ya Angola",
}
ARS{
"ARS",
@@ -41,7 +38,7 @@
}
AUD{
"A$",
- "dola ya Australia",
+ "Dola ya Australia",
}
AWG{
"AWG",
@@ -69,11 +66,11 @@
}
BHD{
"BHD",
- "dinari ya Bahareni",
+ "Dinari ya Bahareni",
}
BIF{
"BIF",
- "faranga ya Burundi",
+ "Faranga ya Burundi",
}
BMD{
"BMD",
@@ -101,7 +98,7 @@
}
BWP{
"BWP",
- "pula ya Botswana",
+ "Pula ya Botswana",
}
BYR{
"BYR",
@@ -113,15 +110,15 @@
}
CAD{
"CA$",
- "dola ya Kanada",
+ "Dola ya Kanada",
}
CDF{
"CDF",
- "faranga ya Kongo",
+ "Faranga ya Kongo",
}
CHF{
"CHF",
- "faranga ya Uswisi",
+ "Faranga ya Uswisi",
}
CLP{
"CLP",
@@ -129,7 +126,7 @@
}
CNY{
"CN¥",
- "yuan ya Uchina",
+ "Yuan ya Uchina",
}
COP{
"COP",
@@ -149,7 +146,7 @@
}
CVE{
"CVE",
- "eskudo ya Kepuvede",
+ "Eskudo ya Kepuvede",
}
CZK{
"CZK",
@@ -157,7 +154,7 @@
}
DJF{
"DJF",
- "faranga ya Jibuti",
+ "Faranga ya Jibuti",
}
DKK{
"DKK",
@@ -169,23 +166,23 @@
}
DZD{
"DZD",
- "dinari ya Aljeria",
+ "Dinari ya Aljeria",
}
EGP{
"EGP",
- "pauni ya Misri",
+ "Pauni ya Misri",
}
ERN{
"ERN",
- "nakfa ya Eritrea",
+ "Nakfa ya Eritrea",
}
ETB{
"ETB",
- "birr ya Uhabeshi",
+ "Nirr ya Uhabeshi",
}
EUR{
"€",
- "yuro",
+ "Yuro",
}
FJD{
"FJD",
@@ -197,7 +194,7 @@
}
GBP{
"£",
- "pauni ya Uingereza",
+ "Pauni ya Uingereza",
}
GEL{
"GEL",
@@ -205,7 +202,7 @@
}
GHC{
"GHC",
- "sedi ya Ghana",
+ "Sedi ya Ghana",
}
GHS{
"GHS",
@@ -217,15 +214,15 @@
}
GMD{
"GMD",
- "dalasi ya Gambia",
+ "Dalasi ya Gambia",
}
GNF{
"GNF",
- "faranga ya Guinea",
+ "Faranga ya Guinea",
}
GNS{
"GNS",
- "faranga ya Gine",
+ "Faranga ya Gine",
}
GTQ{
"GTQ",
@@ -265,7 +262,7 @@
}
INR{
"₹",
- "rupia ya India",
+ "Rupia ya India",
}
IQD{
"IQD",
@@ -293,7 +290,7 @@
}
KES{
"Ksh",
- "shilingi ya Kenya",
+ "Shilingi ya Kenya",
}
KGS{
"KGS",
@@ -305,7 +302,7 @@
}
KMF{
"KMF",
- "faranga ya Komoro",
+ "Faranga ya Komoro",
}
KPW{
"KPW",
@@ -341,11 +338,11 @@
}
LRD{
"LRD",
- "dola ya Liberia",
+ "Dola ya Liberia",
}
LSL{
"LSL",
- "loti ya Lesoto",
+ "Loti ya Lesoto",
}
LTL{
"LTL",
@@ -357,11 +354,11 @@
}
LYD{
"LYD",
- "dinari ya Libya",
+ "Dinari ya Libya",
}
MAD{
"MAD",
- "dirham ya Moroko",
+ "Dirham ya Moroko",
}
MDL{
"MDL",
@@ -393,7 +390,7 @@
}
MUR{
"MUR",
- "rupia ya Morisi",
+ "Rupia ya Morisi",
}
MVR{
"MVR",
@@ -401,7 +398,7 @@
}
MWK{
"MWK",
- "kwacha ya Malawi",
+ "Kwacha ya Malawi",
}
MXN{
"MX$",
@@ -413,7 +410,7 @@
}
MZM{
"MZM",
- "metikali ya Msumbiji (1980–2006)",
+ "Metikali ya Msumbiji (1980–2006)",
}
MZN{
"MZN",
@@ -421,11 +418,11 @@
}
NAD{
"NAD",
- "dola ya Namibia",
+ "Dola ya Namibia",
}
NGN{
"NGN",
- "naira ya Nijeria",
+ "Naira ya Nijeria",
}
NIO{
"NIO",
@@ -493,11 +490,11 @@
}
RWF{
"RWF",
- "faranga ya Rwanda",
+ "Faranga ya Rwanda",
}
SAR{
"SAR",
- "riyal ya Saudia",
+ "Riyal ya Saudia",
}
SBD{
"SBD",
@@ -505,15 +502,15 @@
}
SCR{
"SCR",
- "rupia ya Ushelisheli",
+ "Rupia ya Ushelisheli",
}
SDG{
"SDG",
- "pauni ya Sudani",
+ "Pauni ya Sudani",
}
SDP{
"SDP",
- "pauni ya Sudani (1957–1998)",
+ "Pauni ya Sudani (1957–1998)",
}
SEK{
"SEK",
@@ -525,15 +522,15 @@
}
SHP{
"SHP",
- "pauni ya Santahelena",
+ "Pauni ya Santahelena",
}
SLL{
"SLL",
- "leoni",
+ "Leoni",
}
SOS{
"SOS",
- "shilingi ya Somalia",
+ "Shilingi ya Somalia",
}
SRD{
"SRD",
@@ -541,11 +538,11 @@
}
SSP{
"SSP",
- "pauni ya Sudani Kusini",
+ "Pauni ya Sudani Kusini",
}
STD{
"STD",
- "dobra ya Sao Tome na Principe",
+ "Dobra ya Sao Tome na Principe",
}
SYP{
"SYP",
@@ -553,7 +550,7 @@
}
SZL{
"SZL",
- "lilangeni",
+ "Lilangeni",
}
THB{
"฿",
@@ -569,7 +566,7 @@
}
TND{
"TND",
- "dinari ya Tunisia",
+ "Dinari ya Tunisia",
}
TOP{
"TOP",
@@ -589,7 +586,7 @@
}
TZS{
"TSh",
- "shilingi ya Tanzania",
+ "Shilingi ya Tanzania",
}
UAH{
"UAH",
@@ -597,11 +594,11 @@
}
UGX{
"UGX",
- "shilingi ya Uganda",
+ "Shilingi ya Uganda",
}
USD{
"US$",
- "dola ya Marekani",
+ "Dola ya Marekani",
}
UYU{
"UYU",
@@ -653,19 +650,19 @@
}
ZAR{
"ZAR",
- "randi ya Afrika Kusini",
+ "Randi ya Afrika Kusini",
}
ZMK{
"ZMK",
- "kwacha ya Zambia (1968–2012)",
+ "Kwacha ya Zambia (1968–2012)",
}
ZMW{
"ZMW",
- "kwacha ya Zambia",
+ "Kwacha ya Zambia",
}
ZWD{
"ZWD",
- "dola ya Zimbabwe",
+ "Dola ya Zimbabwe",
}
}
Currencies%narrow{
@@ -1363,5 +1360,5 @@
one{"{1} {0}"}
other{"{1} {0}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/sw_CD.txt b/icu4c/source/data/curr/sw_CD.txt
new file mode 100755
index 0000000..1f0f67c
--- /dev/null
+++ b/icu4c/source/data/curr/sw_CD.txt
@@ -0,0 +1,49 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw_CD.xml
+// *
+// ***************************************************************************
+sw_CD{
+ Currencies{
+ CDF{
+ "FC",
+ "Faranga ya Kongo",
+ }
+ CNY{
+ "CN¥",
+ "Yuan Renminbi ya China",
+ }
+ ETB{
+ "ETB",
+ "Bir ya Uhabeshi",
+ }
+ JPY{
+ "JP¥",
+ "Sarafu ya Kijapani",
+ }
+ MGA{
+ "MGA",
+ "Ariary ya Bukini",
+ }
+ MRO{
+ "MRO",
+ "Ugwiya ya Moritania",
+ }
+ SCR{
+ "SCR",
+ "Rupia ya Shelisheli",
+ }
+ XAF{
+ "FCFA",
+ "Faranga CFA BEAC",
+ }
+ XOF{
+ "CFA",
+ "Faranga CFA BCEAO",
+ }
+ }
+ Version{"2.1.11.52"}
+}
diff --git a/icu4c/source/data/curr/sw_UG.txt b/icu4c/source/data/curr/sw_UG.txt
index 717944a..58af395 100755
--- a/icu4c/source/data/curr/sw_UG.txt
+++ b/icu4c/source/data/curr/sw_UG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sw_UG.xml
@@ -10,7 +10,7 @@
Currencies{
UGX{
"USh",
- "shilingi ya Uganda",
+ "Shilingi ya Uganda",
}
}
Version{"2.1.6.69"}
diff --git a/icu4c/source/data/curr/swc.txt b/icu4c/source/data/curr/swc.txt
deleted file mode 100644
index 9a5c045..0000000
--- a/icu4c/source/data/curr/swc.txt
+++ /dev/null
@@ -1,236 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/swc.xml
-// *
-// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/swc.xml
- */
-swc{
- Currencies{
- AED{
- "AED",
- "Dirham ya Falme za Kiarabu",
- }
- AOA{
- "AOA",
- "Kwanza ya Angola",
- }
- AUD{
- "A$",
- "Dola ya Australia",
- }
- BHD{
- "BHD",
- "Dinari ya Bahareni",
- }
- BIF{
- "BIF",
- "Faranga ya Burundi",
- }
- BWP{
- "BWP",
- "Pula ya Botswana",
- }
- CAD{
- "CA$",
- "Dola ya Kanada",
- }
- CDF{
- "FC",
- "Faranga ya Kongo",
- }
- CHF{
- "CHF",
- "Faranga ya Uswisi",
- }
- CNY{
- "CN¥",
- "Yuan Renminbi ya China",
- }
- CVE{
- "CVE",
- "Eskudo ya Kepuvede",
- }
- DJF{
- "DJF",
- "Faranga ya Jibuti",
- }
- DZD{
- "DZD",
- "Dinari ya Aljeria",
- }
- EGP{
- "EGP",
- "Pauni ya Misri",
- }
- ERN{
- "ERN",
- "Nakfa ya Eritrea",
- }
- ETB{
- "ETB",
- "Bir ya Uhabeshi",
- }
- EUR{
- "€",
- "Yuro",
- }
- GBP{
- "£",
- "Pauni ya Uingereza",
- }
- GHC{
- "GHC",
- "Sedi ya Ghana",
- }
- GMD{
- "GMD",
- "Dalasi ya Gambia",
- }
- GNS{
- "GNS",
- "Faranga ya Gine",
- }
- INR{
- "₹",
- "Rupia ya India",
- }
- JPY{
- "JP¥",
- "Sarafu ya Kijapani",
- }
- KES{
- "KES",
- "Shilingi ya Kenya",
- }
- KMF{
- "KMF",
- "Faranga ya Komoro",
- }
- LRD{
- "LRD",
- "Dola ya Liberia",
- }
- LSL{
- "LSL",
- "Loti ya Lesoto",
- }
- LYD{
- "LYD",
- "Dinari ya Libya",
- }
- MAD{
- "MAD",
- "Dirham ya Moroko",
- }
- MGA{
- "MGA",
- "Ariary ya Bukini",
- }
- MRO{
- "MRO",
- "Ugwiya ya Moritania",
- }
- MUR{
- "MUR",
- "Rupia ya Morisi",
- }
- MWK{
- "MWK",
- "Kwacha ya Malawi",
- }
- MZM{
- "MZM",
- "Metikali ya Msumbiji",
- }
- NAD{
- "NAD",
- "Dola ya Namibia",
- }
- NGN{
- "NGN",
- "Naira ya Nijeria",
- }
- RWF{
- "RWF",
- "Faranga ya Rwanda",
- }
- SAR{
- "SAR",
- "Riyal ya Saudia",
- }
- SCR{
- "SCR",
- "Rupia ya Shelisheli",
- }
- SDG{
- "SDG",
- "Pauni ya Sudani",
- }
- SHP{
- "SHP",
- "Pauni ya Santahelena",
- }
- SLL{
- "SLL",
- "Leoni",
- }
- SOS{
- "SOS",
- "Shilingi ya Somalia",
- }
- STD{
- "STD",
- "Dobra ya Sao Tome na Principe",
- }
- SZL{
- "SZL",
- "Lilangeni",
- }
- TND{
- "TND",
- "Dinari ya Tunisia",
- }
- TZS{
- "TZS",
- "Shilingi ya Tanzania",
- }
- UGX{
- "UGX",
- "Shilingi ya Uganda",
- }
- USD{
- "US$",
- "Dola ya Marekani",
- }
- XAF{
- "FCFA",
- "Faranga CFA BEAC",
- }
- XOF{
- "CFA",
- "Faranga CFA BCEAO",
- }
- ZAR{
- "ZAR",
- "Randi ya Afrika Kusini",
- }
- ZMK{
- "ZMK",
- "Kwacha ya Zambia (1968–2012)",
- }
- ZMW{
- "ZMW",
- "Kwacha ya Zambia",
- }
- ZWD{
- "ZWD",
- "Dola ya Zimbabwe",
- }
- }
- Version{"2.1.6.69"}
-}
diff --git a/icu4c/source/data/curr/ta.txt b/icu4c/source/data/curr/ta.txt
index 4538e84..2db319c 100644
--- a/icu4c/source/data/curr/ta.txt
+++ b/icu4c/source/data/curr/ta.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ta.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ta.xml
- */
ta{
Currencies{
AED{
@@ -1335,5 +1332,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ta_LK.txt b/icu4c/source/data/curr/ta_LK.txt
index 95b73d8..06b3fbb 100755
--- a/icu4c/source/data/curr/ta_LK.txt
+++ b/icu4c/source/data/curr/ta_LK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ta_LK.xml
diff --git a/icu4c/source/data/curr/ta_MY.txt b/icu4c/source/data/curr/ta_MY.txt
index e2b1508..e3b412e 100755
--- a/icu4c/source/data/curr/ta_MY.txt
+++ b/icu4c/source/data/curr/ta_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ta_MY.xml
@@ -10,12 +10,12 @@
Currencies{
MYR{
"RM",
- "மலேசிய ரிங்கிட்",
+ "மலேஷியன் ரிங்கித்",
}
SGD{
"S$",
"சிங்கப்பூர் டாலர்",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.11.74"}
}
diff --git a/icu4c/source/data/curr/ta_SG.txt b/icu4c/source/data/curr/ta_SG.txt
index 0e7389d..7c6d502 100755
--- a/icu4c/source/data/curr/ta_SG.txt
+++ b/icu4c/source/data/curr/ta_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ta_SG.xml
@@ -10,7 +10,7 @@
Currencies{
MYR{
"RM",
- "மலேசிய ரிங்கிட்",
+ "மலேஷியன் ரிங்கித்",
}
SGD{
"$",
@@ -21,5 +21,5 @@
"அமெரிக்க டாலர்",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.11.74"}
}
diff --git a/icu4c/source/data/curr/te.txt b/icu4c/source/data/curr/te.txt
index 5fa37a8..e0601c2 100644
--- a/icu4c/source/data/curr/te.txt
+++ b/icu4c/source/data/curr/te.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/te.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/te.xml
- */
te{
Currencies{
AED{
@@ -1335,5 +1332,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/teo.txt b/icu4c/source/data/curr/teo.txt
old mode 100644
new mode 100755
index ea8e400..a774d16
--- a/icu4c/source/data/curr/teo.txt
+++ b/icu4c/source/data/curr/teo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/teo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/teo.xml
- */
teo{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/teo_KE.txt b/icu4c/source/data/curr/teo_KE.txt
index f2467d2..3cdd3b8 100755
--- a/icu4c/source/data/curr/teo_KE.txt
+++ b/icu4c/source/data/curr/teo_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/teo_KE.xml
diff --git a/icu4c/source/data/curr/th.txt b/icu4c/source/data/curr/th.txt
index 073d1ce..ef153bc 100644
--- a/icu4c/source/data/curr/th.txt
+++ b/icu4c/source/data/curr/th.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/th.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/th.xml
- */
th{
Currencies{
ADP{
@@ -1720,5 +1717,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/th_TH.txt b/icu4c/source/data/curr/th_TH.txt
index 9e744c8..13be14a 100644
--- a/icu4c/source/data/curr/th_TH.txt
+++ b/icu4c/source/data/curr/th_TH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/th_TH_TRADITIONAL.txt b/icu4c/source/data/curr/th_TH_TRADITIONAL.txt
index abb3191..3a44a9b 100644
--- a/icu4c/source/data/curr/th_TH_TRADITIONAL.txt
+++ b/icu4c/source/data/curr/th_TH_TRADITIONAL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ti.txt b/icu4c/source/data/curr/ti.txt
index c6a0132..a73d95a 100644
--- a/icu4c/source/data/curr/ti.txt
+++ b/icu4c/source/data/curr/ti.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ti.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ti.xml
- */
ti{
Currencies{
BRL{
diff --git a/icu4c/source/data/curr/ti_ER.txt b/icu4c/source/data/curr/ti_ER.txt
index dc94a86..dfe1a72 100755
--- a/icu4c/source/data/curr/ti_ER.txt
+++ b/icu4c/source/data/curr/ti_ER.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ti_ER.xml
@@ -13,5 +13,5 @@
"ERN",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/tl.txt b/icu4c/source/data/curr/tl.txt
index 4898e8a..83645e0 100755
--- a/icu4c/source/data/curr/tl.txt
+++ b/icu4c/source/data/curr/tl.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/tl_PH.txt b/icu4c/source/data/curr/tl_PH.txt
index d832882..f3698e2 100755
--- a/icu4c/source/data/curr/tl_PH.txt
+++ b/icu4c/source/data/curr/tl_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/to.txt b/icu4c/source/data/curr/to.txt
index af78e4d..4bdd405 100755
--- a/icu4c/source/data/curr/to.txt
+++ b/icu4c/source/data/curr/to.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/to.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/to.xml
- */
to{
Currencies{
AUD{
@@ -65,5 +62,5 @@
CurrencyUnitPatterns{
other{"{1} {0}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/tr.txt b/icu4c/source/data/curr/tr.txt
index 2880b09..863e487 100644
--- a/icu4c/source/data/curr/tr.txt
+++ b/icu4c/source/data/curr/tr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/tr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/tr.xml
- */
tr{
Currencies{
ADP{
@@ -2322,5 +2319,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/twq.txt b/icu4c/source/data/curr/twq.txt
old mode 100644
new mode 100755
index d9795fa..8790cbd
--- a/icu4c/source/data/curr/twq.txt
+++ b/icu4c/source/data/curr/twq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/twq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/twq.xml
- */
twq{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/tzm.txt b/icu4c/source/data/curr/tzm.txt
old mode 100644
new mode 100755
index 3bc4979..95374b3
--- a/icu4c/source/data/curr/tzm.txt
+++ b/icu4c/source/data/curr/tzm.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/tzm.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/tzm.xml
- */
tzm{
Currencies{
AED{
@@ -81,7 +78,7 @@
}
GBP{
"£",
- "Junih Usterlini Ubriṭani",
+ "Junih Ubriṭani",
}
GHC{
"GHC",
@@ -236,5 +233,5 @@
"Ḍular Uzimbabwi",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/tzm_Latn.txt b/icu4c/source/data/curr/tzm_Latn.txt
index 68535f8..2d26edf 100755
--- a/icu4c/source/data/curr/tzm_Latn.txt
+++ b/icu4c/source/data/curr/tzm_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/tzm_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/tzm_Latn.xml
- */
tzm_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/tzm_Latn_MA.txt b/icu4c/source/data/curr/tzm_Latn_MA.txt
index aa135ad..53c1bf8 100755
--- a/icu4c/source/data/curr/tzm_Latn_MA.txt
+++ b/icu4c/source/data/curr/tzm_Latn_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/tzm_MA.txt b/icu4c/source/data/curr/tzm_MA.txt
index 33e37ed..472fa7a 100755
--- a/icu4c/source/data/curr/tzm_MA.txt
+++ b/icu4c/source/data/curr/tzm_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ug.txt b/icu4c/source/data/curr/ug.txt
old mode 100644
new mode 100755
index 8d52a48..97a3005
--- a/icu4c/source/data/curr/ug.txt
+++ b/icu4c/source/data/curr/ug.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ug.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ug.xml
- */
ug{
Currencies{
ADP{
diff --git a/icu4c/source/data/curr/ug_Arab.txt b/icu4c/source/data/curr/ug_Arab.txt
index 83402e3..ab16c72 100755
--- a/icu4c/source/data/curr/ug_Arab.txt
+++ b/icu4c/source/data/curr/ug_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ug_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ug_Arab.xml
- */
ug_Arab{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/ug_Arab_CN.txt b/icu4c/source/data/curr/ug_Arab_CN.txt
index ec159d0..e0abbf5 100755
--- a/icu4c/source/data/curr/ug_Arab_CN.txt
+++ b/icu4c/source/data/curr/ug_Arab_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/ug_CN.txt b/icu4c/source/data/curr/ug_CN.txt
index bb61bed..28e681c 100755
--- a/icu4c/source/data/curr/ug_CN.txt
+++ b/icu4c/source/data/curr/ug_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/uk.txt b/icu4c/source/data/curr/uk.txt
index 896e7c3..059f3fc 100644
--- a/icu4c/source/data/curr/uk.txt
+++ b/icu4c/source/data/curr/uk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uk.xml
- */
uk{
Currencies{
ADP{
@@ -357,7 +354,7 @@
}
GBP{
"GBP",
- "англійський фунт стерлінгів",
+ "англійський фунт",
}
GEK{
"GEK",
@@ -1486,10 +1483,10 @@
other{"фунта Фолклендських островів"}
}
GBP{
- few{"англійські фунти стерлінгів"}
- many{"англійських фунтів стерлінгів"}
- one{"англійський фунт стерлінгів"}
- other{"англійського фунта стерлінгів"}
+ few{"англійські фунти"}
+ many{"англійських фунтів"}
+ one{"англійський фунт"}
+ other{"англійського фунта"}
}
GEK{
few{"грузинські купони"}
@@ -2212,5 +2209,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ur.txt b/icu4c/source/data/curr/ur.txt
index b956643..a68c257 100644
--- a/icu4c/source/data/curr/ur.txt
+++ b/icu4c/source/data/curr/ur.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ur.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ur.xml
- */
ur{
Currencies{
AED{
@@ -165,7 +162,7 @@
}
DKK{
"DKK",
- "ڈنمارک کرونر",
+ "ڈنمارک کرون",
}
DOP{
"DOP",
@@ -429,7 +426,7 @@
}
NOK{
"NOK",
- "ناروے کرونر",
+ "ناروے کرون",
}
NPR{
"NPR",
@@ -871,8 +868,8 @@
other{"جبوتی فرانک"}
}
DKK{
- one{"ڈنمارک کرونر"}
- other{"ڈنمارک کرونر"}
+ one{"ڈنمارک کرون"}
+ other{"ڈنمارک کرون"}
}
DOP{
one{"ڈومنیکن پیسو"}
@@ -1127,8 +1124,8 @@
other{"نکارا گوا کا کورڈوبا"}
}
NOK{
- one{"ناروے کرونر"}
- other{"ناروے کرونر"}
+ one{"ناروے کرون"}
+ other{"ناروے کرون"}
}
NPR{
one{"نیپالی روپیہ"}
@@ -1355,5 +1352,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/ur_IN.txt b/icu4c/source/data/curr/ur_IN.txt
index 1566962..4b34b19 100644
--- a/icu4c/source/data/curr/ur_IN.txt
+++ b/icu4c/source/data/curr/ur_IN.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ur_IN.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ur_IN.xml
- */
ur_IN{
Currencies{
CRC{
@@ -27,10 +24,6 @@
"CVE",
"کیپ ورڈی اسکیوڈو",
}
- DKK{
- "DKK",
- "ڈنمارک کرون",
- }
ERN{
"ERN",
"اریٹیریائی ناکفا",
@@ -43,10 +36,6 @@
"GHS",
"گھانی سیڈی",
}
- NOK{
- "NOK",
- "ناروے کرون",
- }
PKR{
"PKR",
"پاکستانی روپیہ",
@@ -73,10 +62,6 @@
one{"کیپ ورڈی اسکیوڈو"}
other{"کیپ ورڈی اسکیوڈو"}
}
- DKK{
- one{"ڈنمارک کرون"}
- other{"ڈنمارک کرونر"}
- }
ERN{
one{"اریٹیریائی ناکفا"}
other{"اریٹیریائی ناکفا"}
@@ -89,10 +74,6 @@
one{"گھانی سیڈی"}
other{"گھانی سیڈی"}
}
- NOK{
- one{"ناروے کرون"}
- other{"ناروے کرونوں"}
- }
PKR{
one{"پاکستانی روپیہ"}
other{"پاکستانی روپے"}
@@ -102,5 +83,5 @@
other{"ساموآئی ٹالا"}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/uz.txt b/icu4c/source/data/curr/uz.txt
index b4aea7e..09d9c97 100644
--- a/icu4c/source/data/curr/uz.txt
+++ b/icu4c/source/data/curr/uz.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uz.xml
- */
uz{
Currencies{
AED{
@@ -197,7 +194,7 @@
}
GBP{
"£",
- "Ingliz funt sterlingi",
+ "Ingliz funt",
}
GEL{
"GEL",
@@ -855,8 +852,8 @@
other{"Folklend oroli funti"}
}
GBP{
- one{"Ingliz funt sterlingi"}
- other{"Ingliz funt sterlingi"}
+ one{"Ingliz funt"}
+ other{"Ingliz funt"}
}
GEL{
one{"Gujiston larisi"}
@@ -1303,5 +1300,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/uz_AF.txt b/icu4c/source/data/curr/uz_AF.txt
index 54042b3..84d43fc 100644
--- a/icu4c/source/data/curr/uz_AF.txt
+++ b/icu4c/source/data/curr/uz_AF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/uz_Arab.txt b/icu4c/source/data/curr/uz_Arab.txt
index 323d038..8dbb2d2 100644
--- a/icu4c/source/data/curr/uz_Arab.txt
+++ b/icu4c/source/data/curr/uz_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uz_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uz_Arab.xml
- */
uz_Arab{
%%Parent{"root"}
Currencies{
diff --git a/icu4c/source/data/curr/uz_Arab_AF.txt b/icu4c/source/data/curr/uz_Arab_AF.txt
index e438cc7..4300cb0 100644
--- a/icu4c/source/data/curr/uz_Arab_AF.txt
+++ b/icu4c/source/data/curr/uz_Arab_AF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/uz_Cyrl.txt b/icu4c/source/data/curr/uz_Cyrl.txt
index 0e233a6..927bdfa 100644
--- a/icu4c/source/data/curr/uz_Cyrl.txt
+++ b/icu4c/source/data/curr/uz_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uz_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uz_Cyrl.xml
- */
uz_Cyrl{
%%Parent{"root"}
Currencies{
@@ -102,7 +99,7 @@
}
GBP{
"£",
- "Инглиз фунт стерлинги",
+ "Инглиз фунт",
}
GTQ{
"GTQ",
@@ -323,8 +320,8 @@
other{"Фолькленд ороли фунти"}
}
GBP{
- one{"Инглиз фунт стерлинги"}
- other{"Инглиз фунт стерлинги"}
+ one{"Инглиз фунт"}
+ other{"Инглиз фунт"}
}
GTQ{
one{"Гватемала кветзали"}
@@ -419,5 +416,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/uz_Latn.txt b/icu4c/source/data/curr/uz_Latn.txt
index 39b71f3..b636bd7 100644
--- a/icu4c/source/data/curr/uz_Latn.txt
+++ b/icu4c/source/data/curr/uz_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uz_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uz_Latn.xml
- */
uz_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/uz_Latn_UZ.txt b/icu4c/source/data/curr/uz_Latn_UZ.txt
old mode 100644
new mode 100755
index 3b1b013..b2e95b8
--- a/icu4c/source/data/curr/uz_Latn_UZ.txt
+++ b/icu4c/source/data/curr/uz_Latn_UZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/uz_UZ.txt b/icu4c/source/data/curr/uz_UZ.txt
index 691c59f..336e5eb 100644
--- a/icu4c/source/data/curr/uz_UZ.txt
+++ b/icu4c/source/data/curr/uz_UZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/vai.txt b/icu4c/source/data/curr/vai.txt
old mode 100644
new mode 100755
index 1225d33..bc9eabe
--- a/icu4c/source/data/curr/vai.txt
+++ b/icu4c/source/data/curr/vai.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vai.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vai.xml
- */
vai{
Currencies{
AED{
@@ -224,5 +221,5 @@
"ꔽꕓꖜꔃ ꕜꕞ",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.13.51"}
}
diff --git a/icu4c/source/data/curr/vai_LR.txt b/icu4c/source/data/curr/vai_LR.txt
index 7acbad2..0ea76a7 100755
--- a/icu4c/source/data/curr/vai_LR.txt
+++ b/icu4c/source/data/curr/vai_LR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/vai_Latn.txt b/icu4c/source/data/curr/vai_Latn.txt
old mode 100644
new mode 100755
index e7b6528..1bc80c5
--- a/icu4c/source/data/curr/vai_Latn.txt
+++ b/icu4c/source/data/curr/vai_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vai_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vai_Latn.xml
- */
vai_Latn{
%%Parent{"root"}
Currencies{
@@ -82,7 +79,7 @@
}
GBP{
"£",
- "Jengési Pɔɔ̃ Sitɛ́liŋ",
+ "Jengési Pɔɔ̃",
}
GHC{
"GHC",
@@ -229,5 +226,5 @@
"Zimbhabhuwe Dala",
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/curr/vai_Vaii.txt b/icu4c/source/data/curr/vai_Vaii.txt
index 135b124..13d857c 100755
--- a/icu4c/source/data/curr/vai_Vaii.txt
+++ b/icu4c/source/data/curr/vai_Vaii.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vai_Vaii.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vai_Vaii.xml
- */
vai_Vaii{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/vai_Vaii_LR.txt b/icu4c/source/data/curr/vai_Vaii_LR.txt
index 2aec609..e8f2600 100755
--- a/icu4c/source/data/curr/vai_Vaii_LR.txt
+++ b/icu4c/source/data/curr/vai_Vaii_LR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/vi.txt b/icu4c/source/data/curr/vi.txt
index 28ba384..0ded822 100644
--- a/icu4c/source/data/curr/vi.txt
+++ b/icu4c/source/data/curr/vi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vi.xml
- */
vi{
Currencies{
ADP{
@@ -581,7 +578,7 @@
}
LSL{
"LSL",
- "Đồng loti của Lesotho",
+ "Ioti Lesotho",
}
LTL{
"LTL",
@@ -709,7 +706,7 @@
}
MZE{
"MZE",
- "Đồng Escudo Mozambique",
+ "Escudo Mozambique",
}
MZM{
"MZM",
@@ -905,7 +902,7 @@
}
SVC{
"SVC",
- "Đồng Colón Salvador",
+ "Colón El Salvador",
}
SYP{
"SYP",
@@ -1704,5 +1701,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/vun.txt b/icu4c/source/data/curr/vun.txt
old mode 100644
new mode 100755
index 6163942..c69f30b
--- a/icu4c/source/data/curr/vun.txt
+++ b/icu4c/source/data/curr/vun.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vun.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vun.xml
- */
vun{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/wae.txt b/icu4c/source/data/curr/wae.txt
index 91874ba..7bc19c4 100644
--- a/icu4c/source/data/curr/wae.txt
+++ b/icu4c/source/data/curr/wae.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/wae.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/wae.xml
- */
wae{
Currencies{
BRL{
@@ -90,5 +87,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/curr/xog.txt b/icu4c/source/data/curr/xog.txt
old mode 100644
new mode 100755
index a596e2d..7adfd7b
--- a/icu4c/source/data/curr/xog.txt
+++ b/icu4c/source/data/curr/xog.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/xog.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/xog.xml
- */
xog{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/yav.txt b/icu4c/source/data/curr/yav.txt
old mode 100644
new mode 100755
index 2472d0f..8c738d7
--- a/icu4c/source/data/curr/yav.txt
+++ b/icu4c/source/data/curr/yav.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/yav.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/yav.xml
- */
yav{
Currencies{
AOA{
diff --git a/icu4c/source/data/curr/yi.txt b/icu4c/source/data/curr/yi.txt
index ff956d8..3c70cbb 100644
--- a/icu4c/source/data/curr/yi.txt
+++ b/icu4c/source/data/curr/yi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/yi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/yi.xml
- */
yi{
Currencies{
BZD{
diff --git a/icu4c/source/data/curr/yo.txt b/icu4c/source/data/curr/yo.txt
old mode 100644
new mode 100755
index b3245a5..bdcb6ea
--- a/icu4c/source/data/curr/yo.txt
+++ b/icu4c/source/data/curr/yo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/yo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/yo.xml
- */
yo{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/yo_BJ.txt b/icu4c/source/data/curr/yo_BJ.txt
old mode 100644
new mode 100755
index 445bc06..373d43f
--- a/icu4c/source/data/curr/yo_BJ.txt
+++ b/icu4c/source/data/curr/yo_BJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/yo_BJ.xml
@@ -72,6 +72,10 @@
"ETB",
"Biri ti Orílɛ́ède Eutopia",
}
+ EUR{
+ "€",
+ "Uro",
+ }
GBP{
"£",
"Pɔɔn ti Orílɛ́ède Bírítísì",
@@ -172,6 +176,10 @@
"SHP",
"Pɔɔun ti Orílɛ́ède ̣Elena",
}
+ SLL{
+ "SLL",
+ "Lioni",
+ }
SOS{
"SOS",
"Sile ti Orílɛ́ède Somali",
@@ -180,6 +188,10 @@
"STD",
"Dobira ti Orílɛ́ède Sao tome Ati Pirisipe",
}
+ SZL{
+ "SZL",
+ "Lilangeni",
+ }
TND{
"TND",
"Dina ti Orílɛ́ède Tunisia",
@@ -221,5 +233,5 @@
"Dɔla ti Orílɛ́ède Siibabuwe",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.24"}
}
diff --git a/icu4c/source/data/curr/zgh.txt b/icu4c/source/data/curr/zgh.txt
old mode 100644
new mode 100755
index f77bb18..944717f
--- a/icu4c/source/data/curr/zgh.txt
+++ b/icu4c/source/data/curr/zgh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zgh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zgh.xml
- */
zgh{
Currencies{
AED{
diff --git a/icu4c/source/data/curr/zh.txt b/icu4c/source/data/curr/zh.txt
index 278e153..b01d96a 100644
--- a/icu4c/source/data/curr/zh.txt
+++ b/icu4c/source/data/curr/zh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zh.xml
- */
zh{
Currencies{
ADP{
@@ -2066,5 +2063,5 @@
CurrencyUnitPatterns{
other{"{0}{1}"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/zh_CN.txt b/icu4c/source/data/curr/zh_CN.txt
index 1be702c..6dcdfba 100644
--- a/icu4c/source/data/curr/zh_CN.txt
+++ b/icu4c/source/data/curr/zh_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/zh_HK.txt b/icu4c/source/data/curr/zh_HK.txt
index a9d7458..81e76f7 100644
--- a/icu4c/source/data/curr/zh_HK.txt
+++ b/icu4c/source/data/curr/zh_HK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/zh_Hans.txt b/icu4c/source/data/curr/zh_Hans.txt
index 4807549..3835854 100644
--- a/icu4c/source/data/curr/zh_Hans.txt
+++ b/icu4c/source/data/curr/zh_Hans.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zh_Hans.xml
- */
zh_Hans{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/curr/zh_Hans_CN.txt b/icu4c/source/data/curr/zh_Hans_CN.txt
index a1a231c..af9c02e 100644
--- a/icu4c/source/data/curr/zh_Hans_CN.txt
+++ b/icu4c/source/data/curr/zh_Hans_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/zh_Hans_HK.txt b/icu4c/source/data/curr/zh_Hans_HK.txt
index b7c0f4f..c9b7768 100644
--- a/icu4c/source/data/curr/zh_Hans_HK.txt
+++ b/icu4c/source/data/curr/zh_Hans_HK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans_HK.xml
@@ -16,26 +16,14 @@
"CN¥",
"人民币",
}
- HNL{
- "HNL",
- "洪都拉斯拉伦皮拉",
- }
KYD{
"KYD",
"开曼群岛元",
}
- KZT{
- "KZT",
- "哈萨克斯坦腾格",
- }
NIO{
"NIO",
"尼加拉瓜科多巴",
}
- UAH{
- "UAH",
- "乌克兰赫夫纳",
- }
XAG{
"XAG",
"白银",
@@ -45,24 +33,15 @@
AWG{
other{"阿鲁巴弗罗林"}
}
- HNL{
- other{"洪都拉斯拉伦皮拉"}
- }
KYD{
other{"开曼群岛元"}
}
- KZT{
- other{"哈萨克斯坦腾格"}
- }
NIO{
other{"尼加拉瓜科多巴"}
}
- UAH{
- other{"乌克兰赫夫纳"}
- }
}
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/zh_Hans_MO.txt b/icu4c/source/data/curr/zh_Hans_MO.txt
index 51fe538..9bd5abd 100755
--- a/icu4c/source/data/curr/zh_Hans_MO.txt
+++ b/icu4c/source/data/curr/zh_Hans_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans_MO.xml
@@ -12,18 +12,10 @@
"AWG",
"阿鲁巴弗罗林",
}
- BAN{
- "BAN",
- "波士尼亚-赫塞哥维纳第纳尔 (1994–1997)",
- }
CNY{
"CN¥",
"人民币",
}
- KZT{
- "KZT",
- "哈萨克斯坦腾格",
- }
MOP{
"MOP$",
"澳门元",
@@ -44,9 +36,6 @@
AWG{
other{"阿鲁巴弗罗林"}
}
- KZT{
- other{"哈萨克斯坦腾格"}
- }
NIO{
other{"尼加拉瓜科多巴"}
}
@@ -54,5 +43,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/zh_Hans_SG.txt b/icu4c/source/data/curr/zh_Hans_SG.txt
index 3c206b3..79000a7 100644
--- a/icu4c/source/data/curr/zh_Hans_SG.txt
+++ b/icu4c/source/data/curr/zh_Hans_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans_SG.xml
@@ -16,10 +16,6 @@
"CN¥",
"人民币",
}
- KZT{
- "KZT",
- "哈萨克斯坦腾格",
- }
NIO{
"NIO",
"尼加拉瓜科多巴",
@@ -40,9 +36,6 @@
AWG{
other{"阿鲁巴弗罗林"}
}
- KZT{
- other{"哈萨克斯坦腾格"}
- }
NIO{
other{"尼加拉瓜科多巴"}
}
@@ -50,5 +43,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/zh_Hant.txt b/icu4c/source/data/curr/zh_Hant.txt
index b6adb99..714ffc8 100644
--- a/icu4c/source/data/curr/zh_Hant.txt
+++ b/icu4c/source/data/curr/zh_Hant.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hant.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zh_Hant.xml
- */
zh_Hant{
%%Parent{"root"}
Currencies{
@@ -454,7 +451,7 @@
}
GYD{
"GYD",
- "圭亞那元",
+ "蓋亞那元",
}
HKD{
"HK$",
@@ -774,7 +771,7 @@
}
OMR{
"OMR",
- "阿曼里奧",
+ "阿曼里亞爾",
}
PAB{
"PAB",
@@ -822,7 +819,7 @@
}
QAR{
"QAR",
- "卡達爾里亞爾",
+ "卡達里亞爾",
}
RHD{
"RHD",
@@ -854,7 +851,7 @@
}
SAR{
"SAR",
- "沙烏地里雅",
+ "沙烏地里亞爾",
}
SBD{
"SBD",
@@ -1146,7 +1143,7 @@
}
YER{
"YER",
- "葉門里雅",
+ "葉門里亞爾",
}
YUD{
"YUD",
@@ -1585,7 +1582,7 @@
other{"幾內亞比索披索"}
}
GYD{
- other{"圭亞那元"}
+ other{"蓋亞那元"}
}
HKD{
other{"港幣"}
@@ -1825,7 +1822,7 @@
other{"紐西蘭幣"}
}
OMR{
- other{"阿曼里奧"}
+ other{"阿曼里亞爾"}
}
PAB{
other{"巴拿馬巴波亞"}
@@ -1861,7 +1858,7 @@
other{"巴拉圭瓜拉尼"}
}
QAR{
- other{"卡達爾里亞爾"}
+ other{"卡達里亞爾"}
}
RHD{
other{"羅德西亞元"}
@@ -1885,7 +1882,7 @@
other{"盧安達法郎"}
}
SAR{
- other{"沙烏地里雅"}
+ other{"沙烏地里亞爾"}
}
SBD{
other{"索羅門群島元"}
@@ -2104,7 +2101,7 @@
other{"葉門第納爾"}
}
YER{
- other{"葉門里雅"}
+ other{"葉門里亞爾"}
}
YUD{
other{"南斯拉夫第納爾硬幣"}
@@ -2149,5 +2146,5 @@
CurrencyUnitPatterns{
other{"{0} {1}"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.12.94"}
}
diff --git a/icu4c/source/data/curr/zh_Hant_HK.txt b/icu4c/source/data/curr/zh_Hant_HK.txt
index 49b43e0..8458fd2 100644
--- a/icu4c/source/data/curr/zh_Hant_HK.txt
+++ b/icu4c/source/data/curr/zh_Hant_HK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hant_HK.xml
@@ -12,10 +12,6 @@
"AED",
"阿拉伯聯合酋長國迪爾汗",
}
- AUD{
- "AU$",
- "澳元",
- }
AWG{
"AWG",
"阿魯巴盾",
@@ -26,15 +22,11 @@
}
BAD{
"BAD",
- "波斯尼亞-黑塞哥維那第納爾",
+ "波斯尼亞-赫塞哥維納第納爾",
}
BAM{
"BAM",
- "波士尼亞與赫塞哥維納可轉換馬克",
- }
- CAD{
- "CA$",
- "加元",
+ "波斯尼亞-赫塞哥維納可轉換馬克",
}
CRC{
"CRC",
@@ -66,24 +58,16 @@
}
MUR{
"MUR",
- "毛里求斯盧布",
+ "毛里裘斯盧布",
}
MZN{
"MZN",
- "莫桑比克美提卡",
+ "莫桑比克梅蒂卡爾",
}
NGN{
"NGN",
"尼日利亞奈拉",
}
- NZD{
- "NZ$",
- "紐西蘭元",
- }
- RSD{
- "RSD",
- "塞爾維亞第納爾",
- }
RWF{
"RWF",
"盧旺達法郎",
@@ -92,14 +76,6 @@
"SAR",
"沙特阿拉伯里亞爾",
}
- SGD{
- "SGD",
- "新加坡元",
- }
- TWD{
- "NT$",
- "新台幣",
- }
USD{
"US$",
"美元",
@@ -121,9 +97,6 @@
AED{
other{"阿拉伯聯合酋長國迪爾汗"}
}
- AUD{
- other{"澳元"}
- }
AWG{
other{"阿魯巴盾"}
}
@@ -131,14 +104,11 @@
other{"亞塞拜疆馬納特"}
}
BAM{
- other{"波士尼亞與赫塞哥維納可轉換馬克"}
+ other{"波斯尼亞-赫塞哥維納可轉換馬克"}
}
CRC{
other{"哥斯達黎加科郎"}
}
- DKK{
- other{"丹麥克羅納"}
- }
ETB{
other{"埃塞俄比亞比爾"}
}
@@ -157,42 +127,21 @@
LRD{
other{"利比利亞元"}
}
- LTL{
- other{"立陶宛里塔"}
- }
MUR{
- other{"毛里求斯盧布"}
+ other{"毛里裘斯盧布"}
}
MZN{
- other{"莫桑比克美提卡"}
+ other{"莫桑比克梅蒂卡爾"}
}
NGN{
other{"尼日利亞奈拉"}
}
- NOK{
- other{"挪威克羅納"}
- }
- NZD{
- other{"紐西蘭元"}
- }
- RSD{
- other{"塞爾維亞第納爾"}
- }
RWF{
other{"盧旺達法郎"}
}
SAR{
other{"沙特阿拉伯里亞爾"}
}
- SEK{
- other{"瑞典克羅納"}
- }
- SGD{
- other{"新加坡元"}
- }
- TWD{
- other{"新台幣"}
- }
XAF{
other{"中非法郎"}
}
@@ -200,5 +149,5 @@
other{"太平洋法郎"}
}
}
- Version{"2.1.8.28"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/curr/zh_Hant_MO.txt b/icu4c/source/data/curr/zh_Hant_MO.txt
index 4ac3f84..213f1b4 100644
--- a/icu4c/source/data/curr/zh_Hant_MO.txt
+++ b/icu4c/source/data/curr/zh_Hant_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hant_MO.xml
@@ -14,5 +14,5 @@
"澳門元",
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.35"}
}
diff --git a/icu4c/source/data/curr/zh_Hant_TW.txt b/icu4c/source/data/curr/zh_Hant_TW.txt
index b5fc19d..af0e3ad 100644
--- a/icu4c/source/data/curr/zh_Hant_TW.txt
+++ b/icu4c/source/data/curr/zh_Hant_TW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/zh_MO.txt b/icu4c/source/data/curr/zh_MO.txt
index 80f54b0..3685079 100644
--- a/icu4c/source/data/curr/zh_MO.txt
+++ b/icu4c/source/data/curr/zh_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/zh_SG.txt b/icu4c/source/data/curr/zh_SG.txt
index 5d952cc..27ef3cb 100644
--- a/icu4c/source/data/curr/zh_SG.txt
+++ b/icu4c/source/data/curr/zh_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/zh_TW.txt b/icu4c/source/data/curr/zh_TW.txt
index 8fbbfb5..9d627a7 100644
--- a/icu4c/source/data/curr/zh_TW.txt
+++ b/icu4c/source/data/curr/zh_TW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/curr/zu.txt b/icu4c/source/data/curr/zu.txt
index b52603f..c427eff 100644
--- a/icu4c/source/data/curr/zu.txt
+++ b/icu4c/source/data/curr/zu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zu.xml
- */
zu{
Currencies{
AED{
@@ -197,7 +194,7 @@
}
GBP{
"£",
- "i-British Pound Sterling",
+ "i-British Pound",
}
GEL{
"GEL",
@@ -744,8 +741,8 @@
other{"i-Euro"}
}
GBP{
- one{"i-British Pound Sterling"}
- other{"i-British Pound Sterling"}
+ one{"i-British Pound"}
+ other{"i-British Pound"}
}
GTQ{
one{"i-Guatemalan Quetzal"}
@@ -856,5 +853,5 @@
one{"{0} {1}"}
other{"{0} {1}"}
}
- Version{"2.1.8.18"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/icu-config.xml b/icu4c/source/data/icu-config.xml
index d94eef8..9fa145d 100644
--- a/icu4c/source/data/icu-config.xml
+++ b/icu4c/source/data/icu-config.xml
@@ -1,7 +1,7 @@
<!--
/*
*******************************************************************************
-* Copyright (C) 2005-2014, International Business Machines Corporation and *
+* Copyright (C) 2005-2015, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@@ -648,11 +648,10 @@
<include locales="sv_FI"/>
<include locales="sv_SE"/>
<include locales="sw"/>
+ <include locales="sw_CD"/>
<include locales="sw_KE"/>
<include locales="sw_TZ"/>
<include locales="sw_UG"/>
- <include locales="swc"/>
- <include locales="swc_CD"/>
<include locales="ta"/>
<include locales="ta_IN"/>
<include locales="ta_LK"/>
@@ -739,38 +738,5 @@
<include locales="zh_TW"/>
<include locales="zu"/>
<include locales="zu_ZA"/>
-
- <!-- Google-specific addition of fil data generation regardless of draft status. -->
- <include locales="fil" draft=".*" />
- <include locales="fil_PH"/>
- <include locales="tl"/>
- <include locales="tl_PH"/>
</locales>
- <paths>
- <include xpath="//ldml/.*"/>
- <include xpath="//ldml/collations/.*" alt="short"/>
- <include xpath="//ldml/.*" draft="contributed"/>
- <include xpath="//ldml/.*/special/.*"/>
- <include xpath="//supplementalData/.*"/>
- <include xpath="//supplementalMetaData/.*"/>
- <!-- Exclude unusable data -->
- <!-- Need to allow alt=.* for ldml/collations, but exclude for others -->
- <exclude xpath="//ldml/fallback/.*" alt=".*"/>
- <exclude xpath="//ldml/localeDisplayNames/.*" alt=".*"/>
- <exclude xpath="//ldml/layout/.*" alt=".*"/>
- <exclude xpath="//ldml/characters/.*" alt=".*"/>
- <exclude xpath="//ldml/delimiters/.*" alt=".*"/>
- <exclude xpath="//ldml/measurement/.*" alt=".*"/>
- <exclude xpath="//ldml/dates/.*" alt=".*"/>
- <exclude xpath="//ldml/numbers/.*" alt=".*"/>
- <exclude xpath="//ldml/units/.*" alt=".*"/>
- <exclude xpath="//ldml/listPatterns/.*" alt=".*"/>
- <exclude xpath="//ldml/posix/.*" alt=".*"/>
- <exclude xpath="//ldml/segmentations/.*" alt=".*"/>
- <exclude xpath="//ldml/rbnf/.*" alt=".*"/>
- <exclude xpath="//ldml/.*" draft="provisional"/>
- <exclude xpath="//ldml/.*" draft="unconfirmed"/>
- <exclude xpath="//ldml/dates/localizedPatternChars.*"/>
- <exclude xpath="//ldml/posix/messages/.*"/>
- </paths>
</config>
diff --git a/icu4c/source/data/in/coll/ucadata-implicithan.icu b/icu4c/source/data/in/coll/ucadata-implicithan.icu
index 1651c84..8707a8c 100644
--- a/icu4c/source/data/in/coll/ucadata-implicithan.icu
+++ b/icu4c/source/data/in/coll/ucadata-implicithan.icu
Binary files differ
diff --git a/icu4c/source/data/in/coll/ucadata-unihan.icu b/icu4c/source/data/in/coll/ucadata-unihan.icu
index 9ca4181..febb4c0 100644
--- a/icu4c/source/data/in/coll/ucadata-unihan.icu
+++ b/icu4c/source/data/in/coll/ucadata-unihan.icu
Binary files differ
diff --git a/icu4c/source/data/lang/af.txt b/icu4c/source/data/lang/af.txt
index 63b4559..f8e3e3f 100644
--- a/icu4c/source/data/lang/af.txt
+++ b/icu4c/source/data/lang/af.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/af.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/af.xml
- */
af{
Keys{
calendar{"Kalender"}
@@ -270,14 +267,14 @@
zu{"Zoeloe"}
zxx{"Geen linguistiese inhoud"}
}
- Languages%variant{
- ps{"Pushto"}
- }
- LanguagesShort{
+ Languages%short{
az{"Azeri"}
en_GB{"Engels (VK)"}
en_US{"Engels (VSA)"}
}
+ Languages%variant{
+ ps{"Pushto"}
+ }
Scripts{
Arab{"Arabies"}
Armn{"Armeens"}
@@ -439,7 +436,7 @@
vaii{"Vai-syfers"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Taal: {0}"}
script{"Skrif: {0}"}
diff --git a/icu4c/source/data/lang/agq.txt b/icu4c/source/data/lang/agq.txt
index cca6476..aa8680d 100755
--- a/icu4c/source/data/lang/agq.txt
+++ b/icu4c/source/data/lang/agq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/agq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/agq.xml
- */
agq{
Languages{
agq{"Aghem"}
@@ -57,5 +54,5 @@
zh{"Chàenê"}
zu{"Zulù"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/lang/ak.txt b/icu4c/source/data/lang/ak.txt
index be6788d..bba7a0b 100755
--- a/icu4c/source/data/lang/ak.txt
+++ b/icu4c/source/data/lang/ak.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ak.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ak.xml
- */
ak{
Languages{
ak{"Akan"}
diff --git a/icu4c/source/data/lang/am.txt b/icu4c/source/data/lang/am.txt
index c4b31fd..0dc0950 100644
--- a/icu4c/source/data/lang/am.txt
+++ b/icu4c/source/data/lang/am.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/am.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/am.xml
- */
am{
Keys{
calendar{"የቀን አቆጣጠር"}
@@ -291,15 +288,15 @@
zu{"ዙሉኛ"}
zxx{"ቋንቋዊ ይዘት አይደለም"}
}
- Languages%variant{
- ps{"ፑሽቶ"}
- ug{"ኡይገር"}
- }
- LanguagesShort{
+ Languages%short{
az{"አዜሪ"}
en_GB{"የዩናይትድ ኪንግደም እንግሊዝኛ"}
en_US{"የዩ ኤስ እንግሊዝኛ"}
}
+ Languages%variant{
+ ps{"ፑሽቶ"}
+ ug{"ኡይገር"}
+ }
Scripts{
Arab{"ዓረብኛ"}
Armn{"አርሜንያዊ"}
@@ -461,7 +458,7 @@
vaii{"የቫይ አሃዞች"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/ar.txt b/icu4c/source/data/lang/ar.txt
index bf7801c..a8f7ac1 100644
--- a/icu4c/source/data/lang/ar.txt
+++ b/icu4c/source/data/lang/ar.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ar.xml
- */
ar{
Keys{
calendar{"التقويم"}
@@ -34,7 +31,7 @@
ace{"الأتشينيزية"}
ach{"الأكولية"}
ada{"الأدانجمية"}
- ady{"الأديجه"}
+ ady{"الأديغة"}
ae{"الأفستية"}
af{"الأفريقانية"}
afh{"الأفريهيلية"}
@@ -45,7 +42,7 @@
ale{"الأليوتية"}
alt{"الألطائية الجنوبية"}
am{"الأمهرية"}
- an{"الأراجونية"}
+ an{"الأراغونية"}
ang{"الإنجليزية القديمة"}
anp{"الأنجيكا"}
ar{"العربية"}
@@ -55,9 +52,9 @@
arp{"الأراباهو"}
arw{"الأراواكية"}
as{"الأسامية"}
- asa{"آسو"}
+ asa{"الآسو"}
ast{"الأسترية"}
- av{"الأفاريكية"}
+ av{"الأوارية"}
awa{"الأوادية"}
ay{"الأيمارا"}
az{"الأذربيجانية"}
@@ -66,15 +63,18 @@
ban{"اللغة البالية"}
bas{"الباسا"}
bax{"بامن"}
- be{"البيلوروسية"}
+ bbj{"لغة الغومالا"}
+ be{"البيلاروسية"}
bej{"البيجا"}
bem{"البيمبا"}
bez{"بينا"}
+ bfd{"لغة البافوت"}
bg{"البلغارية"}
- bho{"البهوجبرية"}
+ bho{"البهوجبورية"}
bi{"البيسلامية"}
bik{"البيكولية"}
bin{"البينية"}
+ bkm{"لغة الكوم"}
bla{"السيكسيكية"}
bm{"البامبارا"}
bn{"البنغالية"}
@@ -86,13 +86,16 @@
bss{"أكوس"}
bua{"البرياتية"}
bug{"البجينيزية"}
+ bum{"لغة البولو"}
byn{"البلينية"}
+ byv{"لغة الميدومبا"}
ca{"الكتالانية"}
cad{"الكادو"}
car{"الكاريبية"}
+ cay{"الكايوجية"}
cch{"الأتسام"}
ce{"الشيشانية"}
- ceb{"السيبيونو"}
+ ceb{"السيبونية"}
cgg{"تشيغا"}
ch{"التشامورو"}
chb{"التشيبشا"}
@@ -104,15 +107,15 @@
chp{"الشيباوايان"}
chr{"الشيروكي"}
chy{"الشايان"}
- ckb{"السريانية الكردية"}
+ ckb{"السورانية الكردية"}
co{"الكورسيكية"}
cop{"القبطية"}
cr{"الكرى"}
- crh{"التركية الكريمينية"}
+ crh{"لغة تتار القرم"}
cs{"التشيكية"}
csb{"الكاشبايان"}
cu{"سلافية كنسية"}
- cv{"التشفاش"}
+ cv{"التشوفاشي"}
cy{"الولزية"}
da{"الدانماركية"}
dak{"الداكوتا"}
@@ -126,7 +129,7 @@
dgr{"الدوجريب"}
din{"الدنكا"}
dje{"الزارمية"}
- doi{"الدوجري"}
+ doi{"الدوجرية"}
dsb{"الصربية السفلى"}
dua{"الديولا"}
dum{"الهولندية الوسطى"}
@@ -150,8 +153,9 @@
enm{"الإنجليزية الوسطى"}
eo{"الإسبرانتو"}
es{"الإسبانية"}
- es_419{"إسبانية أمريكا اللاتينية"}
+ es_419{"الإسبانية أمريكا اللاتينية"}
es_ES{"الإسبانية الأوروبية"}
+ es_MX{"الإسبانية المكسيكية"}
et{"الإستونية"}
eu{"لغة الباسك"}
ewo{"الإيوندو"}
@@ -179,7 +183,7 @@
gay{"الجايو"}
gba{"الجبيا"}
gd{"الغيلية الأسكتلندية"}
- gez{"الجيز"}
+ gez{"الجعزية"}
gil{"لغة أهل جبل طارق"}
gl{"الجاليكية"}
gmh{"الألمانية العليا الوسطى"}
@@ -213,6 +217,7 @@
hz{"الهيريرو"}
ia{"اللّغة الوسيطة"}
iba{"الإيبان"}
+ ibb{"الإيبيبيوية"}
id{"الإندونيسية"}
ie{"الإنترلينج"}
ig{"الإيجبو"}
@@ -227,9 +232,9 @@
ja{"اليابانية"}
jbo{"اللوجبان"}
jgo{"نغومبا"}
- jmc{"ماتشيم"}
- jpr{"الجيدو - الفارسي"}
- jrb{"الجيدو - العربي"}
+ jmc{"الماتشامية"}
+ jpr{"الفارسية اليهودية"}
+ jrb{"العربية اليهودية"}
jv{"الجاوية"}
ka{"الجورجية"}
kaa{"الكارا-كالباك"}
@@ -240,6 +245,7 @@
kaw{"الكوي"}
kbd{"الكاباردايان"}
kbl{"كانمبو"}
+ kcg{"التايابية"}
kde{"ماكونده"}
kea{"كابوفيرديانو"}
kfo{"الكورو"}
@@ -262,24 +268,25 @@
kpe{"الكبيل"}
kr{"الكانيوري"}
krc{"الكاراتشاي-بالكار"}
- krl{"الكريلية"}
- kru{"كرخانة"}
+ krl{"الكاريلية"}
+ kru{"الكوروخ"}
ks{"الكشميرية"}
ksb{"شامبالا"}
- ksf{"بافيا"}
+ ksf{"لغة البافيا"}
+ ksh{"لغة الكولونيان"}
ku{"الكردية"}
- kum{"الكميك"}
+ kum{"القموقية"}
kut{"الكتيناي"}
kv{"الكومي"}
kw{"الكورنية"}
ky{"القرغيزية"}
la{"اللاتينية"}
- lad{"الإسباعبرية"}
+ lad{"اللادينو"}
lag{"لانجي"}
lah{"اللاهندا"}
lam{"اللامبا"}
lb{"اللوكسمبرجية"}
- lez{"الليزجهايانية"}
+ lez{"الليزجية"}
lg{"الجاندا"}
li{"الليمبرجيشية"}
lkt{"لاكوتا"}
@@ -293,8 +300,8 @@
lui{"اللوسينو"}
lun{"اللوندا"}
luo{"اللو"}
- lus{"اللشاي"}
- luy{"لويا"}
+ lus{"الميزو"}
+ luy{"لغة اللويا"}
lv{"اللاتفية"}
mad{"المادريز"}
mag{"الماجا"}
@@ -306,7 +313,7 @@
mdf{"الموكشا"}
mdr{"الماندار"}
men{"الميند"}
- mer{"ميرو"}
+ mer{"الميرو"}
mfe{"المورسيانية"}
mg{"المالاجاشية"}
mga{"الأيرلندية الوسطى"}
@@ -320,7 +327,7 @@
ml{"الماليالام"}
mn{"المنغولية"}
mnc{"المانشو"}
- mni{"المانيبري"}
+ mni{"المانيبورية"}
moh{"الموهوك"}
mos{"الموسي"}
mr{"الماراثي"}
@@ -330,24 +337,25 @@
mul{"لغات متعددة"}
mus{"الكريك"}
mwl{"الميرانديز"}
- mwr{"المارواري"}
+ mwr{"الماروارية"}
my{"البورمية"}
myv{"الأرزية"}
na{"النورو"}
nap{"اللغة النابولية"}
- naq{"ناما"}
+ naq{"لغة الناما"}
nb{"البوكمالية النرويجية"}
nd{"النديبيل الشمالي"}
nds{"الألمانية السفلى"}
ne{"النيبالية"}
- new{"النيواري"}
+ new{"النوارية"}
ng{"الندونجا"}
nia{"النياس"}
niu{"النيوي"}
nl{"الهولندية"}
- nl_BE{"الفلمنك"}
+ nl_BE{"الفلمنكية"}
nmg{"كواسيو"}
nn{"النينورسك النرويجي"}
+ nnh{"لغة النجيمبون"}
no{"النرويجية"}
nog{"النوجاي"}
non{"النورس القديم"}
@@ -394,17 +402,17 @@
rn{"الرندي"}
ro{"الرومانية"}
ro_MD{"المولدوفية"}
- rof{"رومبو"}
+ rof{"الرومبو"}
rom{"غجري"}
root{"الجذر"}
ru{"الروسية"}
rup{"الأرومانيان"}
rw{"الكينيارواندا"}
- rwk{"روا"}
+ rwk{"الروا"}
sa{"السنسكريتية"}
sad{"السانداوي"}
sah{"الساخية"}
- sam{"الآرامية السومارية"}
+ sam{"الآرامية السامرية"}
saq{"سامبورو"}
sas{"الساساك"}
sat{"السانتالي"}
@@ -415,11 +423,13 @@
sco{"الأسكتلندية"}
sd{"السندية"}
se{"السامي الشمالي"}
+ see{"السنيكا"}
seh{"سينا"}
sel{"السيلكب"}
ses{"كويرابورو سيني"}
sg{"السانجو"}
sga{"الأيرلندية القديمة"}
+ sh{"صربية-كرواتية"}
shi{"تشلحيت"}
shn{"الشانية"}
shu{"العربية التشادية"}
@@ -441,6 +451,7 @@
srn{"السرانان تونجو"}
srr{"السرر"}
ss{"السواتي"}
+ ssy{"لغة الساهو"}
st{"السوتو الجنوبية"}
su{"السوندانية"}
suk{"السوكوما"}
@@ -449,7 +460,7 @@
sv{"السويدية"}
sw{"السواحلية"}
swb{"القمرية"}
- swc{"الكونغو السواحلية"}
+ swc{"لغة الكونغو السواحلية"}
syc{"سريانية تقليدية"}
syr{"السريانية"}
ta{"التاميلية"}
@@ -460,8 +471,8 @@
tet{"التيتم"}
tg{"الطاجيكية"}
th{"التايلاندية"}
- ti{"التيجرينيا"}
- tig{"التيجر"}
+ ti{"التغرينية"}
+ tig{"التغرية"}
tiv{"التيف"}
tk{"التركمانية"}
tkl{"التوكيلاو"}
@@ -474,6 +485,7 @@
tog{"تونجا - نياسا"}
tpi{"التوك بيسين"}
tr{"التركية"}
+ trv{"لغة التاروكو"}
ts{"السونجا"}
tsi{"التسيمشيان"}
tt{"التتارية"}
@@ -482,7 +494,7 @@
tw{"التوي"}
twq{"تاساواق"}
ty{"التاهيتية"}
- tyv{"التُرك"}
+ tyv{"التوفية"}
tzm{"الأمازيغية وسط الأطلس"}
udm{"الأدمرت"}
ug{"الأغورية"}
@@ -491,23 +503,26 @@
umb{"الأمبندو"}
und{"لغة غير معروفة"}
ur{"الأردية"}
- uz{"الأوزباكية"}
+ uz{"الأوزبكية"}
vai{"الفاي"}
ve{"الفيندا"}
vi{"الفيتنامية"}
+ vo{"لغة الفولابوك"}
vot{"الفوتيك"}
- vun{"فونجو"}
+ vun{"الفونجو"}
wa{"الولونية"}
- wal{"الوالامو"}
+ wae{"الوالسر"}
+ wal{"الولاياتا"}
war{"الواراي"}
was{"الواشو"}
wo{"الولوف"}
xal{"الكالميك"}
xh{"الخوسا"}
- xog{"سوجا"}
+ xog{"السوغا"}
yao{"الياو"}
yap{"اليابيز"}
yav{"يانجبن"}
+ ybb{"يمبا"}
yi{"اليديشية"}
yo{"اليوروبية"}
yue{"الكَنْتُونية"}
@@ -524,15 +539,15 @@
zxx{"بدون محتوى لغوي"}
zza{"زازا"}
}
- Languages%variant{
- ps{"بشتو"}
- ug{"الأيغورية"}
- }
- LanguagesShort{
+ Languages%short{
az{"الأذرية"}
en_GB{"الإنجليزية المملكة المتحدة"}
en_US{"الإنجليزية الولايات المتحدة"}
}
+ Languages%variant{
+ ps{"بشتو"}
+ ug{"الأيغورية"}
+ }
Scripts{
Arab{"العربية"}
Armn{"الأرمينية"}
@@ -793,7 +808,7 @@
VALENCIA{"بلنسية"}
WADEGILE{"المندرين باللاتينية - ويد–جيلز"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"اللغة: {0}"}
script{"نظام الكتابة: {0}"}
diff --git a/icu4c/source/data/lang/ar_AE.txt b/icu4c/source/data/lang/ar_AE.txt
deleted file mode 100644
index 976c634..0000000
--- a/icu4c/source/data/lang/ar_AE.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/ar_AE.xml
-// *
-// ***************************************************************************
-ar_AE{
- Languages{
- shi{"تكلحيت"}
- }
- Types{
- collation{
- ducet{"الإفتراضي Unicode ترتيب"}
- }
- }
- Version{"2.1.8.19"}
-}
diff --git a/icu4c/source/data/lang/ar_EG.txt b/icu4c/source/data/lang/ar_EG.txt
index c072bd0..83eba71 100755
--- a/icu4c/source/data/lang/ar_EG.txt
+++ b/icu4c/source/data/lang/ar_EG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_EG.xml
@@ -8,105 +8,7 @@
// ***************************************************************************
ar_EG{
Languages{
- ady{"الأديغة"}
- ae{"الأفستانية"}
- agq{"الأغيمية"}
- alt{"الألطية الجنوبية"}
- an{"الأرغونية"}
- arn{"المابوتشية"}
- as{"الأساميزية"}
- asa{"الآسو"}
- av{"الآفارية"}
- ban{"اللغة البالينية"}
- bbj{"لغة الغومالا"}
- be{"البيلاروسية"}
- bfd{"لغة البافوت"}
- bho{"البهوجبورية"}
- bkm{"لغة الكوم"}
- bss{"الأكوسية"}
- bum{"لغة البولو"}
- byv{"لغة الميدومبا"}
- cad{"الكادوية"}
- cay{"الكايوجية"}
- cch{"الأتسامية"}
- ceb{"السيبيونية"}
- chr{"الشيروكية"}
- ckb{"السورانية الكردية"}
- crh{"التركية الكريمانية"}
- cv{"التشوفاشي"}
- cy{"الولشية"}
da{"الدنماركية"}
- doi{"الدوجرية"}
- es_419{"الإسبانية أمريكا اللاتينية"}
- es_MX{"الإسبانية المكسيكية"}
- gba{"الجبايا"}
- gez{"الجعزية"}
- ibb{"الإيبيبيوية"}
- jmc{"الماتشامية"}
- jpr{"الفارسية العبرية"}
- jrb{"العربية العبرية"}
- kcg{"التايابية"}
- kde{"الماكوندية"}
- kea{"الكابوفيرديانيوية"}
- khq{"الكورية التشينية"}
- kkj{"الكاكوية"}
- kln{"الكالينجينية"}
- kn{"الكانادية"}
- krl{"الكاريلية"}
- kru{"الكيورك"}
- ksb{"الشمبالاية"}
- ksf{"لغة البافيا"}
- ksh{"لغة الكولونيان"}
- kum{"الكوميك"}
- ky{"الكيرغزستانية"}
- lad{"اللادينو"}
- lag{"اللانغية"}
- lez{"الليزجية"}
- lus{"الميزو"}
- luy{"لغة اللويا"}
- mag{"المغهية"}
- mai{"المايثلية"}
- mer{"الميرو"}
- mgh{"لغة ماكوا ميتو"}
- mni{"المانيبورية"}
- mr{"الماراثية"}
- mwr{"الماروارية"}
- naq{"لغة الناما"}
- new{"النوارية"}
- nl_BE{"الفلمنكية"}
- nmg{"لغة الكواسيو"}
- nnh{"لغة النجيمبون"}
- rof{"الرومبو"}
- rom{"الغجرية"}
- rwk{"الروا"}
- sam{"الآرامية السامرية"}
- saq{"السامبورو"}
- sbp{"السانغو"}
- see{"السينيكا"}
- seh{"السينا"}
- ses{"لغة الكوري ابروسيني"}
- sh{"صربية-كرواتية"}
- shi{"التاشلحيت"}
- ssy{"لغة الساهو"}
- swb{"لغة جزر القمر"}
- swc{"لغة الكونغو السواحلية"}
- teo{"التيزو"}
- ti{"التيغرينية"}
- tig{"التيغرية"}
- trv{"لغة التاروكو"}
- twq{"لغة التاساواك"}
- tyv{"التوفية"}
- tzm{"التمازيغية الأوسط أطلسية"}
- udm{"الأدمرتية"}
- ug{"الأويغورية"}
- uz{"الأوزبكية"}
- vo{"لغة الفولابوك"}
- vun{"الفونجو"}
- wae{"الوالسر"}
- wal{"الولاياتا"}
- xog{"السوغا"}
- yav{"اليانغبين"}
- ybb{"يمبا"}
}
- Version{"2.1.8.19"}
+ Version{"2.1.12.17"}
}
diff --git a/icu4c/source/data/lang/ar_LB.txt b/icu4c/source/data/lang/ar_LB.txt
deleted file mode 100755
index 67f2738..0000000
--- a/icu4c/source/data/lang/ar_LB.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/ar_LB.xml
-// *
-// ***************************************************************************
-ar_LB{
- Types{
- collation{
- ducet{"ترتيب تصنيف الشفرة الافتراضية"}
- }
- }
- Version{"2.1.8.19"}
- localeDisplayPattern{
- separator{"{0}, {1}"}
- }
-}
diff --git a/icu4c/source/data/lang/as.txt b/icu4c/source/data/lang/as.txt
index b3c1153..3e77952 100644
--- a/icu4c/source/data/lang/as.txt
+++ b/icu4c/source/data/lang/as.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/as.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/as.xml
- */
as{
Keys{
calendar{"পঞ্জিকা"}
diff --git a/icu4c/source/data/lang/asa.txt b/icu4c/source/data/lang/asa.txt
index bd98623..6caaa4d 100755
--- a/icu4c/source/data/lang/asa.txt
+++ b/icu4c/source/data/lang/asa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/asa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/asa.xml
- */
asa{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/az.txt b/icu4c/source/data/lang/az.txt
index e004df6..a01ae23 100644
--- a/icu4c/source/data/lang/az.txt
+++ b/icu4c/source/data/lang/az.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az.xml
- */
az{
Keys{
calendar{"Təqvim"}
@@ -503,7 +500,7 @@
zxx{"dil məzmunu yoxdur"}
zza{"zaza dili"}
}
- LanguagesShort{
+ Languages%short{
az{"azəri"}
en_GB{"ingilis (B.K.)"}
en_US{"ingilis (A.B.Ş.)"}
@@ -699,7 +696,7 @@
tibt{"Tibet Rəqəmləri"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Dil: {0}"}
script{"Skript: {0}"}
diff --git a/icu4c/source/data/lang/az_AZ.txt b/icu4c/source/data/lang/az_AZ.txt
index e2caa2c..81e930a 100644
--- a/icu4c/source/data/lang/az_AZ.txt
+++ b/icu4c/source/data/lang/az_AZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/az_Cyrl.txt b/icu4c/source/data/lang/az_Cyrl.txt
index e0548bc..fb7155b 100644
--- a/icu4c/source/data/lang/az_Cyrl.txt
+++ b/icu4c/source/data/lang/az_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az_Cyrl.xml
- */
az_Cyrl{
%%Parent{"root"}
Languages{
@@ -23,5 +20,8 @@
ru{"русҹа"}
zh{"чинҹә"}
}
- Version{"2.1.6.69"}
+ Scripts{
+ Cyrl{"Кирил"}
+ }
+ Version{"2.1.10.34"}
}
diff --git a/icu4c/source/data/lang/az_Latn.txt b/icu4c/source/data/lang/az_Latn.txt
index 26c5c3f..265c4ff 100644
--- a/icu4c/source/data/lang/az_Latn.txt
+++ b/icu4c/source/data/lang/az_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az_Latn.xml
- */
az_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/az_Latn_AZ.txt b/icu4c/source/data/lang/az_Latn_AZ.txt
index aa55f3a..8b8e5af 100644
--- a/icu4c/source/data/lang/az_Latn_AZ.txt
+++ b/icu4c/source/data/lang/az_Latn_AZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/bas.txt b/icu4c/source/data/lang/bas.txt
index a0b538e..24dd03a 100755
--- a/icu4c/source/data/lang/bas.txt
+++ b/icu4c/source/data/lang/bas.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bas.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bas.xml
- */
bas{
Languages{
ak{"Hɔp u akan"}
diff --git a/icu4c/source/data/lang/be.txt b/icu4c/source/data/lang/be.txt
index 85f87ff..29e844f 100644
--- a/icu4c/source/data/lang/be.txt
+++ b/icu4c/source/data/lang/be.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/be.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/be.xml
- */
be{
Keys{
calendar{"каляндар"}
@@ -181,7 +178,7 @@
standard{"стандартнае сартаванне"}
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
codePatterns{
language{"Мова: {0}"}
script{"Пісьмо: {0}"}
diff --git a/icu4c/source/data/lang/bem.txt b/icu4c/source/data/lang/bem.txt
index edad3ea..38ba07d 100755
--- a/icu4c/source/data/lang/bem.txt
+++ b/icu4c/source/data/lang/bem.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bem.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bem.xml
- */
bem{
Languages{
ak{"Ichi Akan"}
diff --git a/icu4c/source/data/lang/bez.txt b/icu4c/source/data/lang/bez.txt
index d48bcd0..353f63e 100755
--- a/icu4c/source/data/lang/bez.txt
+++ b/icu4c/source/data/lang/bez.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bez.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bez.xml
- */
bez{
Languages{
ak{"Hiakan"}
diff --git a/icu4c/source/data/lang/bg.txt b/icu4c/source/data/lang/bg.txt
index 60e1bf2..afc25ea 100644
--- a/icu4c/source/data/lang/bg.txt
+++ b/icu4c/source/data/lang/bg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bg.xml
- */
bg{
Keys{
calendar{"календар"}
@@ -516,14 +513,14 @@
zxx{"без лингвистично съдържание"}
zza{"заза"}
}
- Languages%variant{
- ps{"пущунски"}
- }
- LanguagesShort{
+ Languages%short{
az{"азерски"}
en_GB{"английски (GB)"}
en_US{"английски (US)"}
}
+ Languages%variant{
+ ps{"пущунски"}
+ }
Scripts{
Arab{"арабска"}
Armi{"Арамейска"}
@@ -796,7 +793,7 @@
VALENCIA{"Валенсиански"}
WADEGILE{"Уейд-Джайлс романизация"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Език: {0}"}
script{"Писменост: {0}"}
diff --git a/icu4c/source/data/lang/bm.txt b/icu4c/source/data/lang/bm.txt
index 20e1ebd..e5eda8c 100755
--- a/icu4c/source/data/lang/bm.txt
+++ b/icu4c/source/data/lang/bm.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bm.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bm.xml
- */
bm{
Languages{
ak{"akankan"}
@@ -57,5 +54,5 @@
zh{"siniwakan"}
zu{"zulukan"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/lang/bm_Latn.txt b/icu4c/source/data/lang/bm_Latn.txt
index 2e057ef..6fd6d71 100644
--- a/icu4c/source/data/lang/bm_Latn.txt
+++ b/icu4c/source/data/lang/bm_Latn.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bm_Latn.xml
diff --git a/icu4c/source/data/lang/bn.txt b/icu4c/source/data/lang/bn.txt
index b00d126..07740d7 100644
--- a/icu4c/source/data/lang/bn.txt
+++ b/icu4c/source/data/lang/bn.txt
@@ -1,17 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bn.xml
- */
bn{
Keys{
- calendar{"বর্ষপঞ্জী"}
+ calendar{"ক্যালেন্ডার"}
colAlternate{"প্রতীক বাছাইকরণ উপেক্ষা করুন"}
colBackwards{"বিপরীত করা স্বরাঘাত বাছাইকরণ"}
colCaseFirst{"বড়হাতের/ছোটহাতের অক্ষর ক্রম"}
@@ -30,9 +27,9 @@
}
Languages{
aa{"আফার"}
- ab{"আব্খাজিয়"}
- ace{"আচিনিয়"}
- ach{"আকোলী"}
+ ab{"আবখাজিয়ান"}
+ ace{"অ্যাচাইনিজ"}
+ ach{"আকোলি"}
ada{"অদাগ্মে"}
ady{"আদেগে"}
ae{"আবেস্তীয়"}
@@ -47,7 +44,7 @@
am{"আমহারিক"}
an{"আর্গোনিজ"}
ang{"প্রাচীন ইংরেজী"}
- anp{"আঙ্গীকা"}
+ anp{"আঙ্গিকা"}
ar{"আরবী"}
ar_001{"আধুনিক আদর্শ আরবী"}
arc{"আরামাইক"}
@@ -92,13 +89,13 @@
ce{"চেচেন"}
ceb{"চেবুয়ানো"}
cgg{"চিগা"}
- ch{"চামেরো"}
+ ch{"চামোরো"}
chb{"চিবচা"}
chg{"চাগাতাই"}
chk{"চুকি"}
chm{"মারি"}
- chn{"চিনুক পরিভাষা"}
- cho{"চক্টো"}
+ chn{"চিনুক জার্গন"}
+ cho{"চকটোও"}
chp{"চিপেওয়ান"}
chr{"চেরোকী"}
chy{"শাইয়েন"}
@@ -109,7 +106,7 @@
crh{"ক্রিমিয়ান তুর্কি"}
cs{"চেক"}
csb{"কাশুবিয়ান"}
- cu{"চার্চ স্লাভিও"}
+ cu{"চার্চ স্লাভিক"}
cv{"চুবাস"}
cy{"ওয়েলশ"}
da{"ডেনিশ"}
@@ -117,14 +114,14 @@
dar{"দার্গওয়া"}
dav{"তাইতা"}
de{"জার্মান"}
- de_AT{"অস্ট্রিয়ান জার্মানি"}
+ de_AT{"অস্ট্রিয়ান জারমান"}
de_CH{"সুইস উচ্চ জার্মানি"}
del{"ডেলাওয়ের"}
den{"স্ল্যাভ"}
dgr{"দোগ্রীব"}
din{"ডিংকা"}
dje{"জার্মা"}
- doi{"দোগরি"}
+ doi{"ডোগরি"}
dsb{"নিম্নতর সোর্বিয়ান"}
dua{"দুয়ালা"}
dum{"মধ্য ডাচ"}
@@ -163,7 +160,7 @@
fo{"ফেরাউনি"}
fon{"ফন"}
fr{"ফরাসি"}
- fr_CA{"কানাডীয় ফরাসি"}
+ fr_CA{"ক্যানাডিয়ান ফরাসী"}
fr_CH{"সুইস ফরাসি"}
frm{"মধ্য ফরাসি"}
fro{"প্রাচীন ফরাসি"}
@@ -395,7 +392,7 @@
rom{"রোমানি"}
root{"মূল"}
ru{"রুশ"}
- rup{"আরোমানিয়"}
+ rup{"আরমেনিয়ান"}
rw{"কিনয়ারোয়ান্ডা"}
rwk{"রাওয়া"}
sa{"সংষ্কৃত"}
@@ -518,14 +515,14 @@
zxx{"ভাষাভিত্তিক বিষয়বস্তু নেই"}
zza{"জাজা"}
}
- Languages%variant{
- ps{"পুশতো"}
- }
- LanguagesShort{
+ Languages%short{
az{"আজেরি"}
en_GB{"যুক্তরাজ্যের ইংরেজি"}
en_US{"যুক্তরাষ্ট্রের ইংরেজি"}
}
+ Languages%variant{
+ ps{"পুশতো"}
+ }
Scripts{
Arab{"আরবি"}
Armi{"আরমি"}
@@ -567,7 +564,7 @@
Hani{"হ্যান"}
Hano{"হ্যানুনু"}
Hans{"সরলীকৃত"}
- Hant{"প্রথাগত"}
+ Hant{"ঐতিহ্যবাহী"}
Hebr{"হিব্রু"}
Hira{"হিরাগানা"}
Hmng{"ফাহাও মঙ"}
@@ -778,7 +775,7 @@
vaii{"ভাই সংখ্যা"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"ভাষা: {0}"}
script{"লিপি: {0}"}
diff --git a/icu4c/source/data/lang/bn_IN.txt b/icu4c/source/data/lang/bn_IN.txt
deleted file mode 100644
index 204c4c8..0000000
--- a/icu4c/source/data/lang/bn_IN.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/bn_IN.xml
-// *
-// ***************************************************************************
-bn_IN{
- Keys{
- calendar{"ক্যালেন্ডার"}
- }
- Languages{
- ab{"আবখাজিয়ান"}
- ace{"অ্যাচাইনিজ"}
- ach{"আকোলি"}
- anp{"আঙ্গিকা"}
- ch{"চামোরো"}
- chn{"চিনুক জার্গন"}
- cho{"চকটোও"}
- chp{"চিপেওয়াইয়ান"}
- chy{"চেয়েনি"}
- cu{"চার্চ স্লাভিক"}
- de_AT{"অস্ট্রিয়ান জারমান"}
- doi{"ডোগরি"}
- fr_CA{"ক্যানাডিয়ান ফরাসী"}
- or{"উড়িয়া"}
- rup{"আরমেনিয়ান"}
- zbl{"ব্লিসসিম্বলস"}
- }
- Scripts{
- Hant{"ঐতিহ্যবাহী"}
- }
- Version{"2.1.8.19"}
-}
diff --git a/icu4c/source/data/lang/bo.txt b/icu4c/source/data/lang/bo.txt
index a794680..a0a0313 100644
--- a/icu4c/source/data/lang/bo.txt
+++ b/icu4c/source/data/lang/bo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bo.xml
- */
bo{
Languages{
bo{"བོད་སྐད་"}
diff --git a/icu4c/source/data/lang/br.txt b/icu4c/source/data/lang/br.txt
index 231809a..dc10217 100755
--- a/icu4c/source/data/lang/br.txt
+++ b/icu4c/source/data/lang/br.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/br.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/br.xml
- */
br{
Keys{
calendar{"deiziadur"}
@@ -467,7 +464,7 @@
zun{"zuni"}
zxx{"diyezh"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"saozneg R.U."}
en_US{"saozneg S.U."}
}
@@ -684,5 +681,5 @@
VALLADER{"rannyezh romañchek Vallader"}
WADEGILE{"romanekadur Wade-Giles"}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/lang/brx.txt b/icu4c/source/data/lang/brx.txt
index 3fc07c6..cd6d83f 100755
--- a/icu4c/source/data/lang/brx.txt
+++ b/icu4c/source/data/lang/brx.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/brx.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/brx.xml
- */
brx{
Keys{
calendar{"पंचाग"}
@@ -618,7 +615,7 @@
SOLBA{"श्टोलविज़्ज़ा या सोलबीका डायलेक्ट"}
TARASK{"तारास्कीएवीचा वर्तनी"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
script{"देवनागरी: {0}"}
territory{"क्षेत्र:भारत {0}"}
diff --git a/icu4c/source/data/lang/bs.txt b/icu4c/source/data/lang/bs.txt
index ada7712..a6c9f5e 100644
--- a/icu4c/source/data/lang/bs.txt
+++ b/icu4c/source/data/lang/bs.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bs.xml
- */
bs{
Keys{
calendar{"Kalendar"}
@@ -503,14 +500,14 @@
zxx{"bez lingvističkog sadržaja"}
zza{"zaza"}
}
- Languages%variant{
- ps{"pušto"}
- }
- LanguagesShort{
+ Languages%short{
az{"azerski"}
en_GB{"engleski (UK)"}
en_US{"engleski (SAD)"}
}
+ Languages%variant{
+ ps{"pušto"}
+ }
Scripts{
Arab{"arapsko pismo"}
Armi{"imperijsko aramejsko pismo"}
@@ -744,7 +741,7 @@
TARASK{"Taraskijevica ortografija"}
VALENCIA{"Valencijski"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
codePatterns{
language{"Jezik: {0}"}
script{"Pismo: {0}"}
diff --git a/icu4c/source/data/lang/bs_BA.txt b/icu4c/source/data/lang/bs_BA.txt
index e105548..db3b36a 100755
--- a/icu4c/source/data/lang/bs_BA.txt
+++ b/icu4c/source/data/lang/bs_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/bs_Cyrl.txt b/icu4c/source/data/lang/bs_Cyrl.txt
index 35e697c..dc7faf2 100755
--- a/icu4c/source/data/lang/bs_Cyrl.txt
+++ b/icu4c/source/data/lang/bs_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bs_Cyrl.xml
- */
bs_Cyrl{
%%Parent{"root"}
Keys{
@@ -461,12 +458,12 @@
zxx{"без лингвистичког садржаја"}
zza{"заза"}
}
+ Languages%short{
+ az{"азерски"}
+ }
Languages%variant{
ps{"пашто"}
}
- LanguagesShort{
- az{"азерски"}
- }
Scripts{
Arab{"арапско писмо"}
Armi{"империјско арамејско писмо"}
@@ -702,7 +699,7 @@
TARASK{"Тараскијевичка ортографија"}
VALENCIA{"Валенцијска"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/bs_Latn.txt b/icu4c/source/data/lang/bs_Latn.txt
index ac601c4..f558c5c 100755
--- a/icu4c/source/data/lang/bs_Latn.txt
+++ b/icu4c/source/data/lang/bs_Latn.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs_Latn.xml
diff --git a/icu4c/source/data/lang/bs_Latn_BA.txt b/icu4c/source/data/lang/bs_Latn_BA.txt
index 4a4c7f0..ca3c38a 100755
--- a/icu4c/source/data/lang/bs_Latn_BA.txt
+++ b/icu4c/source/data/lang/bs_Latn_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ca.txt b/icu4c/source/data/lang/ca.txt
index 7d3df6f..55d6e7f 100644
--- a/icu4c/source/data/lang/ca.txt
+++ b/icu4c/source/data/lang/ca.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ca.xml
- */
ca{
Keys{
calendar{"calendari"}
@@ -545,14 +542,14 @@
zxx{"sense contingut lingüístic"}
zza{"zaza"}
}
- Languages%variant{
- ps{"pushtu"}
- }
- LanguagesShort{
+ Languages%short{
az{"àzeri"}
en_GB{"anglès (GB)"}
en_US{"anglès (EUA)"}
}
+ Languages%variant{
+ ps{"pushtu"}
+ }
Scripts{
Afak{"afaka"}
Arab{"àrab"}
@@ -907,7 +904,7 @@
VALLADER{"baix engiadinès"}
WADEGILE{"romanització Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Idioma: {0}"}
script{"Escriptura: {0}"}
diff --git a/icu4c/source/data/lang/cgg.txt b/icu4c/source/data/lang/cgg.txt
index f6aa480..075e993 100755
--- a/icu4c/source/data/lang/cgg.txt
+++ b/icu4c/source/data/lang/cgg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cgg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cgg.xml
- */
cgg{
Languages{
ak{"Orukani"}
diff --git a/icu4c/source/data/lang/chr.txt b/icu4c/source/data/lang/chr.txt
index f237783..a0db429 100755
--- a/icu4c/source/data/lang/chr.txt
+++ b/icu4c/source/data/lang/chr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/chr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/chr.xml
- */
chr{
Keys{
calendar{"ᏅᏙ ᏗᏎᏗ"}
diff --git a/icu4c/source/data/lang/cs.txt b/icu4c/source/data/lang/cs.txt
index 17e5868..b75b8f2 100644
--- a/icu4c/source/data/lang/cs.txt
+++ b/icu4c/source/data/lang/cs.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cs.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cs.xml
- */
cs{
Keys{
calendar{"Kalendář"}
@@ -627,7 +624,7 @@
zxx{"žádný jazykový obsah"}
zza{"zaza"}
}
- LanguagesShort{
+ Languages%short{
az{"ázerbájdžánština"}
en_GB{"angličtina (VB)"}
en_US{"angličtina (USA)"}
@@ -928,7 +925,7 @@
SCOTLAND{"angličtina (Skotsko)"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Jazyk: {0}"}
script{"Písmo: {0}"}
diff --git a/icu4c/source/data/lang/cy.txt b/icu4c/source/data/lang/cy.txt
index a57d199..beec820 100644
--- a/icu4c/source/data/lang/cy.txt
+++ b/icu4c/source/data/lang/cy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cy.xml
- */
cy{
Keys{
calendar{"Calendr"}
@@ -428,7 +425,7 @@
zxx{"Dim cynnwys ieithyddol"}
zza{"Zazäeg"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"Saesneg (DU)"}
en_US{"Saesneg (UDA)"}
}
@@ -547,7 +544,7 @@
tibt{"Digidau Tibetaidd"}
}
}
- Version{"2.1.7.80"}
+ Version{"2.1.10.93"}
codePatterns{
language{"Iaith: {0}"}
script{"Sgript: {0}"}
diff --git a/icu4c/source/data/lang/da.txt b/icu4c/source/data/lang/da.txt
index a919b52..56e0224 100644
--- a/icu4c/source/data/lang/da.txt
+++ b/icu4c/source/data/lang/da.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/da.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/da.xml
- */
da{
Keys{
calendar{"kalender"}
@@ -545,14 +542,14 @@
zxx{"intet sprogligt indhold"}
zza{"zaza"}
}
+ Languages%short{
+ az{"azeri"}
+ en_GB{"engelsk (UK)"}
+ }
Languages%variant{
ps{"pushto"}
ug{"uighurisk"}
}
- LanguagesShort{
- az{"azeri"}
- en_GB{"engelsk (UK)"}
- }
Scripts{
Afak{"afaka"}
Arab{"arabisk"}
@@ -919,7 +916,7 @@
VALLADER{"vallader"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.9.62"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Sprog: {0}"}
script{"Instruks: {0}"}
diff --git a/icu4c/source/data/lang/dav.txt b/icu4c/source/data/lang/dav.txt
index 0bd36d3..de20700 100755
--- a/icu4c/source/data/lang/dav.txt
+++ b/icu4c/source/data/lang/dav.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dav.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dav.xml
- */
dav{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/de.txt b/icu4c/source/data/lang/de.txt
index 986d4ac..3aa6d56 100644
--- a/icu4c/source/data/lang/de.txt
+++ b/icu4c/source/data/lang/de.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/de.xml
- */
de{
Keys{
calendar{"Kalender"}
@@ -638,7 +635,7 @@
zxx{"Keine Sprachinhalte"}
zza{"Zaza"}
}
- LanguagesShort{
+ Languages%short{
az{"Aserbaidschanisch"}
en_GB{"UK-Englisch"}
en_US{"US-Englisch"}
@@ -851,7 +848,7 @@
upper{"Großbuchstaben zuerst aufführen"}
}
colCaseLevel{
- no{"Nach Groß-/Kleinschreibung sortieren"}
+ no{"Ohne Groß-/Kleinschreibung sortieren"}
yes{"Nach Groß-/Kleinschreibung sortieren"}
}
colHiraganaQuaternary{
@@ -989,7 +986,7 @@
VALENCIA{"Valencianisch"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.4"}
codePatterns{
language{"Sprache: {0}"}
script{"Schrift: {0}"}
diff --git a/icu4c/source/data/lang/de_CH.txt b/icu4c/source/data/lang/de_CH.txt
index 577bfe7..8ea6d7ae 100644
--- a/icu4c/source/data/lang/de_CH.txt
+++ b/icu4c/source/data/lang/de_CH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_CH.xml
@@ -24,5 +24,5 @@
yes{"Nach Gross-/Kleinschreibung sortieren"}
}
}
- Version{"2.1.8.21"}
+ Version{"2.1.11.70"}
}
diff --git a/icu4c/source/data/lang/dje.txt b/icu4c/source/data/lang/dje.txt
index 214025b..8e11fc6 100755
--- a/icu4c/source/data/lang/dje.txt
+++ b/icu4c/source/data/lang/dje.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dje.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dje.xml
- */
dje{
Languages{
ak{"Akan senni"}
diff --git a/icu4c/source/data/lang/dsb.txt b/icu4c/source/data/lang/dsb.txt
index db48368..def88a0 100644
--- a/icu4c/source/data/lang/dsb.txt
+++ b/icu4c/source/data/lang/dsb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dsb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dsb.xml
- */
dsb{
Keys{
calendar{"kalender"}
@@ -60,6 +57,8 @@
da{"danšćina"}
dav{"taita"}
de{"nimšćina"}
+ de_AT{"awstriska nimšćina"}
+ de_CH{"šwicarska wusokonimšćina"}
dje{"zarma"}
dsb{"dolnoserbšćina"}
dua{"duala"}
@@ -279,7 +278,7 @@
zu{"zulu"}
zxx{"žedno rěcne wopśimjeśe"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"UK-engelšćina"}
en_US{"US-engelšćina"}
}
@@ -385,7 +384,7 @@
tibt{"tibetske cyfry"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Rěc: {0}"}
script{"Pismo: {0}"}
diff --git a/icu4c/source/data/lang/dua.txt b/icu4c/source/data/lang/dua.txt
index 5afa9ee..4cacb89 100755
--- a/icu4c/source/data/lang/dua.txt
+++ b/icu4c/source/data/lang/dua.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dua.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dua.xml
- */
dua{
Languages{
dua{"duálá"}
diff --git a/icu4c/source/data/lang/dyo.txt b/icu4c/source/data/lang/dyo.txt
index 1e66f1b..35dbf8e 100755
--- a/icu4c/source/data/lang/dyo.txt
+++ b/icu4c/source/data/lang/dyo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dyo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dyo.xml
- */
dyo{
Languages{
ak{"akan"}
diff --git a/icu4c/source/data/lang/dz.txt b/icu4c/source/data/lang/dz.txt
index b215b59..f402bd1 100755
--- a/icu4c/source/data/lang/dz.txt
+++ b/icu4c/source/data/lang/dz.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dz.xml
- */
dz{
Keys{
calendar{"ཟླ་ཐོ"}
diff --git a/icu4c/source/data/lang/ebu.txt b/icu4c/source/data/lang/ebu.txt
index 33fed78..928c852 100755
--- a/icu4c/source/data/lang/ebu.txt
+++ b/icu4c/source/data/lang/ebu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ebu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ebu.xml
- */
ebu{
Languages{
ak{"Kĩakan"}
diff --git a/icu4c/source/data/lang/ee.txt b/icu4c/source/data/lang/ee.txt
index 1bc6a08..7e1f867 100755
--- a/icu4c/source/data/lang/ee.txt
+++ b/icu4c/source/data/lang/ee.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ee.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ee.xml
- */
ee{
Keys{
calendar{"kalenda"}
@@ -298,7 +295,7 @@
tibt{"tibet digitwo"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"gbegbɔgblɔ {0}"}
script{"gbeŋɔŋlɔ {0}"}
diff --git a/icu4c/source/data/lang/el.txt b/icu4c/source/data/lang/el.txt
index 729efd4..29014e6 100644
--- a/icu4c/source/data/lang/el.txt
+++ b/icu4c/source/data/lang/el.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/el.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/el.xml
- */
el{
Keys{
calendar{"Ημερολόγιο"}
@@ -545,14 +542,14 @@
zxx{"Χωρίς γλωσσολογικό περιεχόμενο"}
zza{"Ζάζα"}
}
- Languages%variant{
- ug{"Ουιγκούρ"}
- }
- LanguagesShort{
+ Languages%short{
az{"Αζερικά"}
en_GB{"Αγγλικά ΗΒ"}
en_US{"Αγγλικά ΗΠΑ"}
}
+ Languages%variant{
+ ug{"Ουιγκούρ"}
+ }
Scripts{
Arab{"Αραβικό"}
Armi{"Αυτοκρατορικό Αραμαϊκό"}
@@ -845,7 +842,7 @@
VALENCIA{"Βαλενθιανά"}
WADEGILE{"Εκλατινισμένα Γουάντ-Γκιλς"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Γλώσσα: {0}"}
script{"Σύστημα γραφής: {0}"}
diff --git a/icu4c/source/data/lang/en.txt b/icu4c/source/data/lang/en.txt
index a7158da..a47cc1c 100644
--- a/icu4c/source/data/lang/en.txt
+++ b/icu4c/source/data/lang/en.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/en.xml
- */
en{
Keys{
calendar{"Calendar"}
@@ -24,6 +21,7 @@
collation{"Sort Order"}
currency{"Currency"}
kv{"Highest Ignored"}
+ lb{"Line Break Style"}
numbers{"Numbers"}
timezone{"Time Zone"}
va{"Locale Variant"}
@@ -130,7 +128,7 @@
chp{"Chipewyan"}
chr{"Cherokee"}
chy{"Cheyenne"}
- ckb{"Sorani Kurdish"}
+ ckb{"Central Kurdish"}
co{"Corsican"}
cop{"Coptic"}
cps{"Capiznon"}
@@ -612,6 +610,7 @@
wal{"Wolaytta"}
war{"Waray"}
was{"Washo"}
+ wbp{"Warlpiri"}
wo{"Wolof"}
wuu{"Wu Chinese"}
xal{"Kalmyk"}
@@ -640,16 +639,16 @@
zxx{"No linguistic content"}
zza{"Zaza"}
}
+ Languages%short{
+ az{"Azeri"}
+ en_GB{"UK English"}
+ en_US{"US English"}
+ }
Languages%variant{
ky{"Kirghiz"}
ps{"Pushto"}
ug{"Uighur"}
}
- LanguagesShort{
- az{"Azeri"}
- en_GB{"U.K. English"}
- en_US{"U.S. English"}
- }
Scripts{
Afak{"Afaka"}
Aghb{"Caucasian Albanian"}
@@ -886,8 +885,10 @@
}
collation{
big5han{"Traditional Chinese Sort Order - Big5"}
+ compat{"Previous Sort Order, for compatibility"}
dictionary{"Dictionary Sort Order"}
ducet{"Default Unicode Sort Order"}
+ emoji{"Emoji Sort Order"}
eor{"European Ordering Rules"}
gb2312han{"Simplified Chinese Sort Order - GB2312"}
phonebook{"Phonebook Sort Order"}
@@ -902,6 +903,11 @@
unihan{"Radical-Stroke Sort Order"}
zhuyin{"Zhuyin Sort Order"}
}
+ lb{
+ loose{"Loose Line Break Style"}
+ normal{"Normal Line Break Style"}
+ strict{"Strict Line Break Style"}
+ }
numbers{
arab{"Arabic-Indic Digits"}
arabext{"Extended Arabic-Indic Digits"}
@@ -915,7 +921,7 @@
deva{"Devanagari Digits"}
ethi{"Ethiopic Numerals"}
finance{"Financial Numerals"}
- fullwide{"Full Width Digits"}
+ fullwide{"Full-Width Digits"}
geor{"Georgian Numerals"}
grek{"Greek Numerals"}
greklow{"Greek Lowercase Numerals"}
@@ -998,7 +1004,6 @@
FONIPA{"IPA Phonetics"}
FONUPA{"UPA Phonetics"}
HEPBURN{"Hepburn romanization"}
- HEPLOC{"Hepburn romanization, Library of Congress method"}
IJEKAVSK{"Serbian with Ijekavian pronunciation"}
KKCOR{"Common Orthography"}
KSCOR{"Standard Orthography"}
@@ -1029,7 +1034,7 @@
VALENCIA{"Valencian"}
WADEGILE{"Wade-Giles Romanization"}
}
- Version{"2.1.8.87"}
+ Version{"2.1.13.48"}
codePatterns{
language{"Language: {0}"}
script{"Script: {0}"}
diff --git a/icu4c/source/data/lang/en_150.txt b/icu4c/source/data/lang/en_150.txt
index e37ed66..67cb4a3 100755
--- a/icu4c/source/data/lang/en_150.txt
+++ b/icu4c/source/data/lang/en_150.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_150.xml
// *
// ***************************************************************************
en_150{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/lang/en_AG.txt b/icu4c/source/data/lang/en_AG.txt
index ca29684..a51fcea 100755
--- a/icu4c/source/data/lang/en_AG.txt
+++ b/icu4c/source/data/lang/en_AG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AG.xml
diff --git a/icu4c/source/data/lang/en_AI.txt b/icu4c/source/data/lang/en_AI.txt
index dd29169..5bf190c 100755
--- a/icu4c/source/data/lang/en_AI.txt
+++ b/icu4c/source/data/lang/en_AI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AI.xml
diff --git a/icu4c/source/data/lang/en_AU.txt b/icu4c/source/data/lang/en_AU.txt
index e7bbdaf..d894181 100755
--- a/icu4c/source/data/lang/en_AU.txt
+++ b/icu4c/source/data/lang/en_AU.txt
@@ -1,23 +1,16 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AU.xml
// *
// ***************************************************************************
en_AU{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Languages{
bax{"Bamum"}
en_US{"United States English"}
}
- Scripts{
- Cham{"Cham"}
- Loma{"Loma"}
- Modi{"Modi"}
- Moon{"Moon"}
- Thai{"Thai"}
- }
- Version{"2.1.8.19"}
+ Version{"2.1.11.59"}
}
diff --git a/icu4c/source/data/lang/en_BB.txt b/icu4c/source/data/lang/en_BB.txt
index 5688425..7717bd8 100755
--- a/icu4c/source/data/lang/en_BB.txt
+++ b/icu4c/source/data/lang/en_BB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BB.xml
diff --git a/icu4c/source/data/lang/en_BE.txt b/icu4c/source/data/lang/en_BE.txt
index da3c0f9..b8c254b 100755
--- a/icu4c/source/data/lang/en_BE.txt
+++ b/icu4c/source/data/lang/en_BE.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BE.xml
// *
// ***************************************************************************
en_BE{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/lang/en_BM.txt b/icu4c/source/data/lang/en_BM.txt
index 55b01a4..16a87c2 100755
--- a/icu4c/source/data/lang/en_BM.txt
+++ b/icu4c/source/data/lang/en_BM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BM.xml
diff --git a/icu4c/source/data/lang/en_BS.txt b/icu4c/source/data/lang/en_BS.txt
index 8c0cac7..1bea99b 100755
--- a/icu4c/source/data/lang/en_BS.txt
+++ b/icu4c/source/data/lang/en_BS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BS.xml
diff --git a/icu4c/source/data/lang/en_BW.txt b/icu4c/source/data/lang/en_BW.txt
index 764638e..1d0cd82 100755
--- a/icu4c/source/data/lang/en_BW.txt
+++ b/icu4c/source/data/lang/en_BW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BW.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
en_BW{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/lang/en_BZ.txt b/icu4c/source/data/lang/en_BZ.txt
index 46cff0e..ee9ba55 100755
--- a/icu4c/source/data/lang/en_BZ.txt
+++ b/icu4c/source/data/lang/en_BZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BZ.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
en_BZ{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/lang/en_CA.txt b/icu4c/source/data/lang/en_CA.txt
new file mode 100755
index 0000000..e54c9cb
--- /dev/null
+++ b/icu4c/source/data/lang/en_CA.txt
@@ -0,0 +1,12 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_CA.xml
+// *
+// ***************************************************************************
+en_CA{
+ %%Parent{"en_001"}
+ Version{"2.1.14.16"}
+}
diff --git a/icu4c/source/data/lang/en_CC.txt b/icu4c/source/data/lang/en_CC.txt
index 65da370..9a30f95 100755
--- a/icu4c/source/data/lang/en_CC.txt
+++ b/icu4c/source/data/lang/en_CC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CC.xml
diff --git a/icu4c/source/data/lang/en_CK.txt b/icu4c/source/data/lang/en_CK.txt
index 84a9b3c..2ba0e57 100755
--- a/icu4c/source/data/lang/en_CK.txt
+++ b/icu4c/source/data/lang/en_CK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CK.xml
diff --git a/icu4c/source/data/lang/en_CM.txt b/icu4c/source/data/lang/en_CM.txt
index 7dc6ab4..210d175 100755
--- a/icu4c/source/data/lang/en_CM.txt
+++ b/icu4c/source/data/lang/en_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CM.xml
diff --git a/icu4c/source/data/lang/en_CX.txt b/icu4c/source/data/lang/en_CX.txt
index b6c7fd3..14dc8df 100755
--- a/icu4c/source/data/lang/en_CX.txt
+++ b/icu4c/source/data/lang/en_CX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CX.xml
diff --git a/icu4c/source/data/lang/en_DG.txt b/icu4c/source/data/lang/en_DG.txt
index acaede6..2b1e8de 100755
--- a/icu4c/source/data/lang/en_DG.txt
+++ b/icu4c/source/data/lang/en_DG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_DG.xml
// *
// ***************************************************************************
en_DG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/en_DM.txt b/icu4c/source/data/lang/en_DM.txt
index 39fe59b..6d8a3ee 100755
--- a/icu4c/source/data/lang/en_DM.txt
+++ b/icu4c/source/data/lang/en_DM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_DM.xml
diff --git a/icu4c/source/data/lang/en_ER.txt b/icu4c/source/data/lang/en_ER.txt
index da3734f..3d78213 100755
--- a/icu4c/source/data/lang/en_ER.txt
+++ b/icu4c/source/data/lang/en_ER.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ER.xml
diff --git a/icu4c/source/data/lang/en_FJ.txt b/icu4c/source/data/lang/en_FJ.txt
index 616bb50..e263747 100755
--- a/icu4c/source/data/lang/en_FJ.txt
+++ b/icu4c/source/data/lang/en_FJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FJ.xml
diff --git a/icu4c/source/data/lang/en_FK.txt b/icu4c/source/data/lang/en_FK.txt
index 697f776..0794e5b 100755
--- a/icu4c/source/data/lang/en_FK.txt
+++ b/icu4c/source/data/lang/en_FK.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FK.xml
// *
// ***************************************************************************
en_FK{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/en_FM.txt b/icu4c/source/data/lang/en_FM.txt
index 0c15a39..c21f7bf 100755
--- a/icu4c/source/data/lang/en_FM.txt
+++ b/icu4c/source/data/lang/en_FM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FM.xml
diff --git a/icu4c/source/data/lang/en_GB.txt b/icu4c/source/data/lang/en_GB.txt
index 81387b8..979e8dd 100755
--- a/icu4c/source/data/lang/en_GB.txt
+++ b/icu4c/source/data/lang/en_GB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GB.xml
@@ -9,28 +9,13 @@
en_GB{
%%Parent{"en_001"}
Keys{
- colCaseLevel{"Case-Sensitive Sorting"}
colNormalization{"Normalised Sorting"}
}
- Languages{
- wal{"Walamo"}
- }
- LanguagesShort{
- en_GB{"UK English"}
- en_US{"US English"}
- }
- Scripts{
- Thai{"Thai"}
- }
Types{
colNormalization{
no{"Sort Without Normalisation"}
yes{"Sort Unicode Normalised"}
}
- numbers{
- arabext{"Extended Arabic-Indic Digits"}
- fullwide{"Full-Width Digits"}
- }
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.59"}
}
diff --git a/icu4c/source/data/lang/en_GD.txt b/icu4c/source/data/lang/en_GD.txt
index 04a6556..9e56315 100755
--- a/icu4c/source/data/lang/en_GD.txt
+++ b/icu4c/source/data/lang/en_GD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GD.xml
diff --git a/icu4c/source/data/lang/en_GG.txt b/icu4c/source/data/lang/en_GG.txt
index 9044a5e..dec86a0 100755
--- a/icu4c/source/data/lang/en_GG.txt
+++ b/icu4c/source/data/lang/en_GG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GG.xml
// *
// ***************************************************************************
en_GG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/en_GH.txt b/icu4c/source/data/lang/en_GH.txt
index 6e316ef..b8795de 100755
--- a/icu4c/source/data/lang/en_GH.txt
+++ b/icu4c/source/data/lang/en_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GH.xml
diff --git a/icu4c/source/data/lang/en_GI.txt b/icu4c/source/data/lang/en_GI.txt
index bf6455d..525d88d 100755
--- a/icu4c/source/data/lang/en_GI.txt
+++ b/icu4c/source/data/lang/en_GI.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GI.xml
// *
// ***************************************************************************
en_GI{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.8.19"}
}
diff --git a/icu4c/source/data/lang/en_GM.txt b/icu4c/source/data/lang/en_GM.txt
index c98a7cc..8de3e68 100755
--- a/icu4c/source/data/lang/en_GM.txt
+++ b/icu4c/source/data/lang/en_GM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GM.xml
diff --git a/icu4c/source/data/lang/en_GY.txt b/icu4c/source/data/lang/en_GY.txt
index d97e18e..616bf75 100755
--- a/icu4c/source/data/lang/en_GY.txt
+++ b/icu4c/source/data/lang/en_GY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GY.xml
diff --git a/icu4c/source/data/lang/en_HK.txt b/icu4c/source/data/lang/en_HK.txt
index a5d8865..273de39 100755
--- a/icu4c/source/data/lang/en_HK.txt
+++ b/icu4c/source/data/lang/en_HK.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_HK.xml
// *
// ***************************************************************************
en_HK{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/lang/en_IE.txt b/icu4c/source/data/lang/en_IE.txt
index 44436f6..6a116a1 100755
--- a/icu4c/source/data/lang/en_IE.txt
+++ b/icu4c/source/data/lang/en_IE.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IE.xml
// *
// ***************************************************************************
en_IE{
- %%Parent{"en_GB"}
- Version{"2.1.6.69"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/lang/en_IM.txt b/icu4c/source/data/lang/en_IM.txt
index 8978371..50c7def 100755
--- a/icu4c/source/data/lang/en_IM.txt
+++ b/icu4c/source/data/lang/en_IM.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IM.xml
// *
// ***************************************************************************
en_IM{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/en_IN.txt b/icu4c/source/data/lang/en_IN.txt
index 188533b..5688345 100755
--- a/icu4c/source/data/lang/en_IN.txt
+++ b/icu4c/source/data/lang/en_IN.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IN.xml
// *
// ***************************************************************************
en_IN{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/en_IO.txt b/icu4c/source/data/lang/en_IO.txt
index 52a39b4..fc60452 100755
--- a/icu4c/source/data/lang/en_IO.txt
+++ b/icu4c/source/data/lang/en_IO.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IO.xml
// *
// ***************************************************************************
en_IO{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/en_JE.txt b/icu4c/source/data/lang/en_JE.txt
index 9de7c13..c6e61d8 100755
--- a/icu4c/source/data/lang/en_JE.txt
+++ b/icu4c/source/data/lang/en_JE.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_JE.xml
// *
// ***************************************************************************
en_JE{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/en_JM.txt b/icu4c/source/data/lang/en_JM.txt
index 62a59db..73a1a8a 100755
--- a/icu4c/source/data/lang/en_JM.txt
+++ b/icu4c/source/data/lang/en_JM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_JM.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
en_JM{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/lang/en_KE.txt b/icu4c/source/data/lang/en_KE.txt
index 8236555..51b66a0 100755
--- a/icu4c/source/data/lang/en_KE.txt
+++ b/icu4c/source/data/lang/en_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KE.xml
diff --git a/icu4c/source/data/lang/en_KI.txt b/icu4c/source/data/lang/en_KI.txt
index f31aee5..b1a652d 100755
--- a/icu4c/source/data/lang/en_KI.txt
+++ b/icu4c/source/data/lang/en_KI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KI.xml
diff --git a/icu4c/source/data/lang/en_KN.txt b/icu4c/source/data/lang/en_KN.txt
index 9b2fbe4..51fdab2 100755
--- a/icu4c/source/data/lang/en_KN.txt
+++ b/icu4c/source/data/lang/en_KN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KN.xml
diff --git a/icu4c/source/data/lang/en_KY.txt b/icu4c/source/data/lang/en_KY.txt
index d371b84..848c27f 100755
--- a/icu4c/source/data/lang/en_KY.txt
+++ b/icu4c/source/data/lang/en_KY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KY.xml
diff --git a/icu4c/source/data/lang/en_LC.txt b/icu4c/source/data/lang/en_LC.txt
index 7c9c2fe..19beda4 100755
--- a/icu4c/source/data/lang/en_LC.txt
+++ b/icu4c/source/data/lang/en_LC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LC.xml
diff --git a/icu4c/source/data/lang/en_LR.txt b/icu4c/source/data/lang/en_LR.txt
index 3b93262..c085f88 100755
--- a/icu4c/source/data/lang/en_LR.txt
+++ b/icu4c/source/data/lang/en_LR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LR.xml
diff --git a/icu4c/source/data/lang/en_LS.txt b/icu4c/source/data/lang/en_LS.txt
index cb3bbbe..62d6d79 100755
--- a/icu4c/source/data/lang/en_LS.txt
+++ b/icu4c/source/data/lang/en_LS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LS.xml
diff --git a/icu4c/source/data/lang/en_MG.txt b/icu4c/source/data/lang/en_MG.txt
index dccb10e..9ece663 100755
--- a/icu4c/source/data/lang/en_MG.txt
+++ b/icu4c/source/data/lang/en_MG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MG.xml
diff --git a/icu4c/source/data/lang/en_MO.txt b/icu4c/source/data/lang/en_MO.txt
index 3998fad..71678ae 100755
--- a/icu4c/source/data/lang/en_MO.txt
+++ b/icu4c/source/data/lang/en_MO.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MO.xml
// *
// ***************************************************************************
en_MO{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/lang/en_MS.txt b/icu4c/source/data/lang/en_MS.txt
index c914cf2..b9e0873 100755
--- a/icu4c/source/data/lang/en_MS.txt
+++ b/icu4c/source/data/lang/en_MS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MS.xml
diff --git a/icu4c/source/data/lang/en_MT.txt b/icu4c/source/data/lang/en_MT.txt
index a33fd83..57206e8 100755
--- a/icu4c/source/data/lang/en_MT.txt
+++ b/icu4c/source/data/lang/en_MT.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MT.xml
// *
// ***************************************************************************
en_MT{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/lang/en_MU.txt b/icu4c/source/data/lang/en_MU.txt
index c0c6c07..7ce82a1 100755
--- a/icu4c/source/data/lang/en_MU.txt
+++ b/icu4c/source/data/lang/en_MU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MU.xml
diff --git a/icu4c/source/data/lang/en_MW.txt b/icu4c/source/data/lang/en_MW.txt
index 4800347..58a373f 100755
--- a/icu4c/source/data/lang/en_MW.txt
+++ b/icu4c/source/data/lang/en_MW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MW.xml
diff --git a/icu4c/source/data/lang/en_MY.txt b/icu4c/source/data/lang/en_MY.txt
index 93362eb..89cfbdd 100644
--- a/icu4c/source/data/lang/en_MY.txt
+++ b/icu4c/source/data/lang/en_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MY.xml
diff --git a/icu4c/source/data/lang/en_NA.txt b/icu4c/source/data/lang/en_NA.txt
index f0caa69..9e2cf5a 100755
--- a/icu4c/source/data/lang/en_NA.txt
+++ b/icu4c/source/data/lang/en_NA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NA.xml
diff --git a/icu4c/source/data/lang/en_NF.txt b/icu4c/source/data/lang/en_NF.txt
index 6909b70..a78cef5 100755
--- a/icu4c/source/data/lang/en_NF.txt
+++ b/icu4c/source/data/lang/en_NF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NF.xml
diff --git a/icu4c/source/data/lang/en_NG.txt b/icu4c/source/data/lang/en_NG.txt
index 4ea2edc..77f8432 100755
--- a/icu4c/source/data/lang/en_NG.txt
+++ b/icu4c/source/data/lang/en_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NG.xml
diff --git a/icu4c/source/data/lang/en_NH.txt b/icu4c/source/data/lang/en_NH.txt
index 70a1d48..188a668 100755
--- a/icu4c/source/data/lang/en_NH.txt
+++ b/icu4c/source/data/lang/en_NH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/en_NR.txt b/icu4c/source/data/lang/en_NR.txt
index bcc9004..d2a74da 100755
--- a/icu4c/source/data/lang/en_NR.txt
+++ b/icu4c/source/data/lang/en_NR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NR.xml
diff --git a/icu4c/source/data/lang/en_NU.txt b/icu4c/source/data/lang/en_NU.txt
index df492f7..aa979a9 100755
--- a/icu4c/source/data/lang/en_NU.txt
+++ b/icu4c/source/data/lang/en_NU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NU.xml
diff --git a/icu4c/source/data/lang/en_NZ.txt b/icu4c/source/data/lang/en_NZ.txt
index a8587bf..db7863f 100755
--- a/icu4c/source/data/lang/en_NZ.txt
+++ b/icu4c/source/data/lang/en_NZ.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NZ.xml
// *
// ***************************************************************************
en_NZ{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/lang/en_PG.txt b/icu4c/source/data/lang/en_PG.txt
index a645ed2..659ee1d 100755
--- a/icu4c/source/data/lang/en_PG.txt
+++ b/icu4c/source/data/lang/en_PG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PG.xml
diff --git a/icu4c/source/data/lang/en_PH.txt b/icu4c/source/data/lang/en_PH.txt
index 2148c4f..87c06a4 100755
--- a/icu4c/source/data/lang/en_PH.txt
+++ b/icu4c/source/data/lang/en_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PH.xml
diff --git a/icu4c/source/data/lang/en_PK.txt b/icu4c/source/data/lang/en_PK.txt
index 4c45311..ebfa617 100755
--- a/icu4c/source/data/lang/en_PK.txt
+++ b/icu4c/source/data/lang/en_PK.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PK.xml
// *
// ***************************************************************************
en_PK{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/lang/en_PN.txt b/icu4c/source/data/lang/en_PN.txt
index ed938d8..75eddf3 100755
--- a/icu4c/source/data/lang/en_PN.txt
+++ b/icu4c/source/data/lang/en_PN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PN.xml
diff --git a/icu4c/source/data/lang/en_PW.txt b/icu4c/source/data/lang/en_PW.txt
index c0ba5d7..24a77a5 100755
--- a/icu4c/source/data/lang/en_PW.txt
+++ b/icu4c/source/data/lang/en_PW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PW.xml
diff --git a/icu4c/source/data/lang/en_RH.txt b/icu4c/source/data/lang/en_RH.txt
index 2279e1a..98ef7e5 100644
--- a/icu4c/source/data/lang/en_RH.txt
+++ b/icu4c/source/data/lang/en_RH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/en_RW.txt b/icu4c/source/data/lang/en_RW.txt
index b15e0ef..2e681ea 100755
--- a/icu4c/source/data/lang/en_RW.txt
+++ b/icu4c/source/data/lang/en_RW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_RW.xml
diff --git a/icu4c/source/data/lang/en_SB.txt b/icu4c/source/data/lang/en_SB.txt
index 9dba29d..b60401e 100755
--- a/icu4c/source/data/lang/en_SB.txt
+++ b/icu4c/source/data/lang/en_SB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SB.xml
diff --git a/icu4c/source/data/lang/en_SC.txt b/icu4c/source/data/lang/en_SC.txt
index 9a5992b..84165d1 100755
--- a/icu4c/source/data/lang/en_SC.txt
+++ b/icu4c/source/data/lang/en_SC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SC.xml
diff --git a/icu4c/source/data/lang/en_SD.txt b/icu4c/source/data/lang/en_SD.txt
index 3723fe4..377fe3c 100755
--- a/icu4c/source/data/lang/en_SD.txt
+++ b/icu4c/source/data/lang/en_SD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SD.xml
diff --git a/icu4c/source/data/lang/en_SG.txt b/icu4c/source/data/lang/en_SG.txt
index 3a255e2..8c31ba8 100755
--- a/icu4c/source/data/lang/en_SG.txt
+++ b/icu4c/source/data/lang/en_SG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SG.xml
// *
// ***************************************************************************
en_SG{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/lang/en_SH.txt b/icu4c/source/data/lang/en_SH.txt
index 5711da2..59b282b 100755
--- a/icu4c/source/data/lang/en_SH.txt
+++ b/icu4c/source/data/lang/en_SH.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SH.xml
// *
// ***************************************************************************
en_SH{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/en_SL.txt b/icu4c/source/data/lang/en_SL.txt
index 2fab84a..427a8fe 100755
--- a/icu4c/source/data/lang/en_SL.txt
+++ b/icu4c/source/data/lang/en_SL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SL.xml
diff --git a/icu4c/source/data/lang/en_SS.txt b/icu4c/source/data/lang/en_SS.txt
index 3b4a6a3..142c99f 100755
--- a/icu4c/source/data/lang/en_SS.txt
+++ b/icu4c/source/data/lang/en_SS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SS.xml
diff --git a/icu4c/source/data/lang/en_SX.txt b/icu4c/source/data/lang/en_SX.txt
index 0ae70a1..7663f68 100755
--- a/icu4c/source/data/lang/en_SX.txt
+++ b/icu4c/source/data/lang/en_SX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SX.xml
diff --git a/icu4c/source/data/lang/en_SZ.txt b/icu4c/source/data/lang/en_SZ.txt
index 430e756..e8889c1 100755
--- a/icu4c/source/data/lang/en_SZ.txt
+++ b/icu4c/source/data/lang/en_SZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SZ.xml
diff --git a/icu4c/source/data/lang/en_TC.txt b/icu4c/source/data/lang/en_TC.txt
index 2ce3d84..fb6eda2 100755
--- a/icu4c/source/data/lang/en_TC.txt
+++ b/icu4c/source/data/lang/en_TC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TC.xml
diff --git a/icu4c/source/data/lang/en_TK.txt b/icu4c/source/data/lang/en_TK.txt
index 79dd49f..f573ee8 100755
--- a/icu4c/source/data/lang/en_TK.txt
+++ b/icu4c/source/data/lang/en_TK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TK.xml
diff --git a/icu4c/source/data/lang/en_TO.txt b/icu4c/source/data/lang/en_TO.txt
index 926faab..fadb413 100755
--- a/icu4c/source/data/lang/en_TO.txt
+++ b/icu4c/source/data/lang/en_TO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TO.xml
diff --git a/icu4c/source/data/lang/en_TT.txt b/icu4c/source/data/lang/en_TT.txt
index 3445561..ccb7920 100755
--- a/icu4c/source/data/lang/en_TT.txt
+++ b/icu4c/source/data/lang/en_TT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TT.xml
diff --git a/icu4c/source/data/lang/en_TV.txt b/icu4c/source/data/lang/en_TV.txt
index 7e849e8..e26cfb3 100755
--- a/icu4c/source/data/lang/en_TV.txt
+++ b/icu4c/source/data/lang/en_TV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TV.xml
diff --git a/icu4c/source/data/lang/en_TZ.txt b/icu4c/source/data/lang/en_TZ.txt
index 5f9e8d6..8e91751 100755
--- a/icu4c/source/data/lang/en_TZ.txt
+++ b/icu4c/source/data/lang/en_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TZ.xml
diff --git a/icu4c/source/data/lang/en_UG.txt b/icu4c/source/data/lang/en_UG.txt
index 3af4e28..09b2e09 100755
--- a/icu4c/source/data/lang/en_UG.txt
+++ b/icu4c/source/data/lang/en_UG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_UG.xml
diff --git a/icu4c/source/data/lang/en_VC.txt b/icu4c/source/data/lang/en_VC.txt
index 4c9ed45..c40dbf6 100755
--- a/icu4c/source/data/lang/en_VC.txt
+++ b/icu4c/source/data/lang/en_VC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VC.xml
diff --git a/icu4c/source/data/lang/en_VG.txt b/icu4c/source/data/lang/en_VG.txt
index 9a470a9..f60c11d 100755
--- a/icu4c/source/data/lang/en_VG.txt
+++ b/icu4c/source/data/lang/en_VG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VG.xml
// *
// ***************************************************************************
en_VG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/en_VU.txt b/icu4c/source/data/lang/en_VU.txt
index 40aeeb2..6199615 100755
--- a/icu4c/source/data/lang/en_VU.txt
+++ b/icu4c/source/data/lang/en_VU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VU.xml
diff --git a/icu4c/source/data/lang/en_WS.txt b/icu4c/source/data/lang/en_WS.txt
index c9512e1..7d2273a 100755
--- a/icu4c/source/data/lang/en_WS.txt
+++ b/icu4c/source/data/lang/en_WS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_WS.xml
diff --git a/icu4c/source/data/lang/en_ZA.txt b/icu4c/source/data/lang/en_ZA.txt
index fb09931..a47ee03 100755
--- a/icu4c/source/data/lang/en_ZA.txt
+++ b/icu4c/source/data/lang/en_ZA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZA.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
en_ZA{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/lang/en_ZM.txt b/icu4c/source/data/lang/en_ZM.txt
index 4c04505..4a68690 100755
--- a/icu4c/source/data/lang/en_ZM.txt
+++ b/icu4c/source/data/lang/en_ZM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZM.xml
diff --git a/icu4c/source/data/lang/en_ZW.txt b/icu4c/source/data/lang/en_ZW.txt
index 0e4d44a..31e2c71 100644
--- a/icu4c/source/data/lang/en_ZW.txt
+++ b/icu4c/source/data/lang/en_ZW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZW.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
en_ZW{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.51"}
}
diff --git a/icu4c/source/data/lang/eo.txt b/icu4c/source/data/lang/eo.txt
index bbb25a8..3424e6a 100644
--- a/icu4c/source/data/lang/eo.txt
+++ b/icu4c/source/data/lang/eo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/eo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/eo.xml
- */
eo{
Languages{
aa{"afara"}
@@ -165,5 +162,5 @@
zu{"zulua"}
zxx{"nelingvaĵo"}
}
- Version{"2.1.6.76"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/lang/es.txt b/icu4c/source/data/lang/es.txt
index 02353b0..35b9a27 100644
--- a/icu4c/source/data/lang/es.txt
+++ b/icu4c/source/data/lang/es.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/es.xml
- */
es{
Keys{
calendar{"calendario"}
@@ -51,7 +48,7 @@
ar{"árabe"}
ar_001{"árabe estándar moderno"}
arc{"arameo"}
- arn{"araucano"}
+ arn{"mapuche"}
arp{"arapaho"}
arw{"arahuaco"}
as{"asamés"}
@@ -60,8 +57,8 @@
av{"avar"}
awa{"avadhi"}
ay{"aimara"}
- az{"azerí"}
- ba{"bashkir"}
+ az{"azerbaiyano"}
+ ba{"baskir"}
bal{"baluchi"}
ban{"balinés"}
bas{"basa"}
@@ -126,14 +123,14 @@
dav{"taita"}
de{"alemán"}
de_AT{"alemán austríaco"}
- de_CH{"alto alemán de Suiza"}
+ de_CH{"alto alemán suizo"}
del{"delaware"}
den{"slave"}
dgr{"dogrib"}
din{"dinka"}
dje{"zarma"}
doi{"dogri"}
- dsb{"sorbio inferior"}
+ dsb{"bajo sorbio"}
dua{"duala"}
dum{"neerlandés medieval"}
dv{"divehi"}
@@ -156,7 +153,7 @@
enm{"inglés medieval"}
eo{"esperanto"}
es{"español"}
- es_419{"español de América"}
+ es_419{"español latinoamericano"}
es_ES{"español de España"}
es_MX{"español de México"}
et{"estonio"}
@@ -200,7 +197,7 @@
gsw{"alemán suizo"}
gu{"gujarati"}
guz{"gusii"}
- gv{"gaélico manés"}
+ gv{"manés"}
gwi{"kutchin"}
ha{"hausa"}
hai{"haida"}
@@ -212,7 +209,7 @@
hmn{"hmong"}
ho{"hiri motu"}
hr{"croata"}
- hsb{"sorbio superior"}
+ hsb{"alto sorbio"}
ht{"haitiano"}
hu{"húngaro"}
hup{"hupa"}
@@ -335,7 +332,7 @@
mni{"manipuri"}
moh{"mohawk"}
mos{"mossi"}
- mr{"marathi"}
+ mr{"maratí"}
ms{"malayo"}
mt{"maltés"}
mua{"mundang"}
@@ -383,7 +380,7 @@
os{"osético"}
osa{"osage"}
ota{"turco otomano"}
- pa{"punjabí"}
+ pa{"panyabí"}
pag{"pangasinán"}
pal{"pahlavi"}
pam{"pampanga"}
@@ -515,7 +512,7 @@
vi{"vietnamita"}
vo{"volapük"}
vot{"vótico"}
- vun{"kivunjo"}
+ vun{"vunjo"}
wa{"valón"}
wae{"walser"}
wal{"walamo"}
@@ -536,7 +533,7 @@
zap{"zapoteco"}
zbl{"símbolos Bliss"}
zen{"zenaga"}
- zgh{"tamazight"}
+ zgh{"tamazight estándar marroquí"}
zh{"chino"}
zh_Hans{"chino simplificado"}
zh_Hant{"chino tradicional"}
@@ -545,15 +542,15 @@
zxx{"sin contenido lingüístico"}
zza{"zazaki"}
}
- Languages%variant{
- ps{"pastú"}
- ug{"uygur"}
- }
- LanguagesShort{
+ Languages%short{
az{"azerí"}
en_GB{"inglés (RU)"}
en_US{"inglés (EE. UU.)"}
}
+ Languages%variant{
+ ps{"pastú"}
+ ug{"uygur"}
+ }
Scripts{
Arab{"árabe"}
Armn{"armenio"}
@@ -645,7 +642,7 @@
Saur{"saurashtra"}
Sgnw{"SignWriting"}
Shaw{"shaviano"}
- Sinh{"singalés"}
+ Sinh{"cingalés"}
Sund{"sundanés"}
Sylo{"syloti nagri"}
Syrc{"siriaco"}
@@ -676,20 +673,20 @@
Zzzz{"alfabeto desconocido"}
}
Scripts%stand-alone{
- Hans{"hanzi simplificado"}
- Hant{"hanzi tradicional"}
+ Hans{"han simplificado"}
+ Hant{"han tradicional"}
}
Scripts%variant{
- Arab{"perso-arábigo"}
+ Arab{"perso-árabe"}
}
Types{
calendar{
buddhist{"calendario budista"}
chinese{"calendario chino"}
- coptic{"calendario copto"}
+ coptic{"calendario cóptico"}
dangi{"calendario dangi"}
ethiopic{"calendario etíope"}
- ethiopic-amete-alem{"calendario amete alem etíope"}
+ ethiopic-amete-alem{"calendario etíope Amete Alem"}
gregorian{"calendario gregoriano"}
hebrew{"calendario hebreo"}
indian{"calendario nacional hindú"}
@@ -738,19 +735,19 @@
}
collation{
big5han{"orden del chino tradicional - Big5"}
- dictionary{"orden de diccionario"}
- ducet{"orden Unicode predeterminado"}
+ dictionary{"orden de clasificación del diccionario"}
+ ducet{"orden de clasificación de Unicode predeterminado"}
gb2312han{"orden del chino simplificado - GB2312"}
phonebook{"orden de listín telefónico"}
phonetic{"Orden de clasificación fonético"}
pinyin{"orden pinyin"}
- reformed{"orden reformado"}
+ reformed{"orden de clasificación reformado"}
search{"búsqueda de uso general"}
searchjl{"Buscar por consonante inicial de hangul"}
standard{"orden estándar"}
stroke{"orden de los trazos"}
traditional{"orden tradicional"}
- unihan{"orden por radical-trazos"}
+ unihan{"orden de clasificación de trazos radicales"}
}
numbers{
arab{"dígitos indoarábigos"}
@@ -809,10 +806,10 @@
VALENCIA{"Valenciano"}
WADEGILE{"Romanización Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.21"}
codePatterns{
language{"Idioma: {0}"}
- script{"Dialecto: {0}"}
+ script{"Alfabeto: {0}"}
territory{"Región: {0}"}
}
localeDisplayPattern{
diff --git a/icu4c/source/data/lang/es_419.txt b/icu4c/source/data/lang/es_419.txt
index f56be09..d777413 100755
--- a/icu4c/source/data/lang/es_419.txt
+++ b/icu4c/source/data/lang/es_419.txt
@@ -1,98 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_419.xml
// *
// ***************************************************************************
es_419{
- Keys{
- numbers{"Números"}
- }
- Languages{
- arn{"mapuche"}
- az{"azerbaiyano"}
- ba{"baskir"}
- eu{"vasco"}
- gsw{"alemán (Suiza)"}
- luo{"luo"}
- mr{"maratí"}
- vai{"vai"}
- }
- Languages%variant{
- ps{"Pastú"}
- ug{"Uyghur"}
- }
- LanguagesShort{
+ Languages%short{
en_GB{"inglés (R. U.)"}
}
- Scripts{
- Laoo{"laosiano"}
- Mlym{"malayalam"}
- Sinh{"sinhala"}
- }
- Scripts%stand-alone{
- Hans{"Han simplificado"}
- Hant{"Han tradicional"}
- }
- Scripts%variant{
- Arab{"persa-árabe"}
- }
- Types{
- calendar{
- coptic{"Calendario cóptico"}
- ethiopic{"Calendario etíope"}
- ethiopic-amete-alem{"Calendario etíope Amete Alem"}
- persian{"Calendario persa"}
- }
- collation{
- dictionary{"Orden de clasificación del diccionario"}
- ducet{"Orden de clasificación de Unicode predeterminado"}
- reformed{"Orden de clasificación reformado"}
- search{"Búsqueda generalizada"}
- unihan{"Orden de clasificación de trazos radicales"}
- }
- numbers{
- arab{"Dígitos arábigo-índicos"}
- arabext{"Dígitos árabe-hindú extendidos"}
- armn{"Números armenios"}
- armnlow{"Números armenios en minúscula"}
- beng{"Dígitos en bengalí"}
- deva{"Dígitos en devanagari"}
- ethi{"Números etíopes"}
- fullwide{"Dígitos en formato completo"}
- geor{"Números georgianos"}
- grek{"Números griegos"}
- greklow{"Números griegos en minúscula"}
- gujr{"Dígitos en guyaratí"}
- guru{"Dígitos en gurumuji"}
- hanidec{"Numerales decimales chinos"}
- hans{"Números simplificados chinos"}
- hansfin{"Números financieros simplificados chinos"}
- hant{"Números chinos tradicionales"}
- hantfin{"Números financieros chinos tradicionales"}
- hebr{"Números hebreos"}
- jpan{"Números en japonés"}
- jpanfin{"Números financieros japoneses"}
- khmr{"Dígitos en jemer"}
- knda{"Dígitos en canarés"}
- laoo{"Dígitos de Lao"}
- latn{"Dígitos occidentales"}
- mlym{"Dígitos malabares"}
- mong{"Dígitos en mongol"}
- mymr{"Dígitos en birmano"}
- orya{"Dígitos en oriya"}
- roman{"Números romanos"}
- romanlow{"Números romanos en minúscula"}
- taml{"Números en Tamil"}
- telu{"Dígitos en telugu"}
- thai{"Dígitos en tailandés"}
- tibt{"Dígitos tibetanos"}
- }
- }
- Version{"2.1.8.19"}
- codePatterns{
- script{"Alfabeto: {0}"}
- }
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_AR.txt b/icu4c/source/data/lang/es_AR.txt
index 73749c1..a3b79c8 100755
--- a/icu4c/source/data/lang/es_AR.txt
+++ b/icu4c/source/data/lang/es_AR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_AR.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_AR{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_BO.txt b/icu4c/source/data/lang/es_BO.txt
index 814404e..88e240f 100755
--- a/icu4c/source/data/lang/es_BO.txt
+++ b/icu4c/source/data/lang/es_BO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_BO.xml
diff --git a/icu4c/source/data/lang/es_CL.txt b/icu4c/source/data/lang/es_CL.txt
index 2251277..5b0c7d5 100644
--- a/icu4c/source/data/lang/es_CL.txt
+++ b/icu4c/source/data/lang/es_CL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CL.xml
@@ -13,5 +13,5 @@
phonebook{"orden de directorio telefónico"}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_CO.txt b/icu4c/source/data/lang/es_CO.txt
index d287341..90c6cf7 100755
--- a/icu4c/source/data/lang/es_CO.txt
+++ b/icu4c/source/data/lang/es_CO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CO.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_CO{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_CR.txt b/icu4c/source/data/lang/es_CR.txt
index f5292be..e6389cb 100755
--- a/icu4c/source/data/lang/es_CR.txt
+++ b/icu4c/source/data/lang/es_CR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CR.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_CR{
%%Parent{"es_419"}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_CU.txt b/icu4c/source/data/lang/es_CU.txt
index 23164ac..d7d09c0 100755
--- a/icu4c/source/data/lang/es_CU.txt
+++ b/icu4c/source/data/lang/es_CU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CU.xml
diff --git a/icu4c/source/data/lang/es_DO.txt b/icu4c/source/data/lang/es_DO.txt
index 6e0d836..84aef17 100755
--- a/icu4c/source/data/lang/es_DO.txt
+++ b/icu4c/source/data/lang/es_DO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_DO.xml
diff --git a/icu4c/source/data/lang/es_EC.txt b/icu4c/source/data/lang/es_EC.txt
index 9d4e950..11012de 100755
--- a/icu4c/source/data/lang/es_EC.txt
+++ b/icu4c/source/data/lang/es_EC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_EC.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_EC{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_GT.txt b/icu4c/source/data/lang/es_GT.txt
index c138439..7441c54 100755
--- a/icu4c/source/data/lang/es_GT.txt
+++ b/icu4c/source/data/lang/es_GT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_GT.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_GT{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_HN.txt b/icu4c/source/data/lang/es_HN.txt
index c23167b..3cdface 100755
--- a/icu4c/source/data/lang/es_HN.txt
+++ b/icu4c/source/data/lang/es_HN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_HN.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_HN{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_MX.txt b/icu4c/source/data/lang/es_MX.txt
index 88a7050..a55c9fb 100755
--- a/icu4c/source/data/lang/es_MX.txt
+++ b/icu4c/source/data/lang/es_MX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_MX.xml
@@ -10,61 +10,21 @@
%%Parent{"es_419"}
Keys{
calendar{"Calendario"}
- collation{"Intercalación"}
+ collation{"Orden"}
currency{"Moneda"}
}
Languages{
- arn{"araucano"}
ba{"bashkir"}
- chr{"cheroki"}
- ckb{"sorani"}
- de_CH{"alto alemán suizo"}
- dsb{"bajo sorbio"}
- es_419{"español latinoamericano"}
- gsw{"alemán suizo"}
- gv{"manés"}
- hsb{"alto sorbio"}
- kab{"cabilio"}
- kln{"halenjin"}
- luo{"luo"}
- nd{"sindebele"}
- nqo{"N’Ko"}
- pa{"panyabí"}
- rm{"romanche"}
- rn{"rundi"}
- smj{"sami de Lule"}
- smn{"sami de Inari"}
- su{"sondanés"}
- vai{"vai"}
- vun{"vunjo"}
- zgh{"tamazight estándar marroquí"}
}
Languages%variant{
- ps{"pashto"}
ug{"uyghur"}
}
- LanguagesShort{
- en_GB{"inglés (R.U.)"}
- }
Scripts{
- Hans{"han simplificado"}
- Hant{"han tradicional"}
- Laoo{"lao"}
- Sinh{"cingalés"}
Telu{"telugú"}
}
- Scripts%stand-alone{
- Hans{"han simplificado"}
- Hant{"han tradicional"}
- }
- Scripts%variant{
- Arab{"perso-árabe"}
- }
Types{
calendar{
- ethiopic{"calendario etíope"}
gregorian{"Calendario gregoriano"}
- persian{"calendario persa"}
roc{"calendario minguo"}
}
collation{
@@ -96,8 +56,5 @@
tibt{"Dígitos en tibetano"}
}
}
- Version{"2.1.8.19"}
- codePatterns{
- script{"Dialecto: {0}"}
- }
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_NI.txt b/icu4c/source/data/lang/es_NI.txt
index 81b0832..eb15060 100755
--- a/icu4c/source/data/lang/es_NI.txt
+++ b/icu4c/source/data/lang/es_NI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_NI.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_NI{
%%Parent{"es_419"}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_PA.txt b/icu4c/source/data/lang/es_PA.txt
index a2d0cf9..593ee86 100755
--- a/icu4c/source/data/lang/es_PA.txt
+++ b/icu4c/source/data/lang/es_PA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PA.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_PA{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_PE.txt b/icu4c/source/data/lang/es_PE.txt
index 2adc742..91bbe40 100755
--- a/icu4c/source/data/lang/es_PE.txt
+++ b/icu4c/source/data/lang/es_PE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PE.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_PE{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_PR.txt b/icu4c/source/data/lang/es_PR.txt
index b99b696..947fd79 100755
--- a/icu4c/source/data/lang/es_PR.txt
+++ b/icu4c/source/data/lang/es_PR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PR.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_PR{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_PY.txt b/icu4c/source/data/lang/es_PY.txt
index 61cdaec..68f6e41 100755
--- a/icu4c/source/data/lang/es_PY.txt
+++ b/icu4c/source/data/lang/es_PY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PY.xml
diff --git a/icu4c/source/data/lang/es_SV.txt b/icu4c/source/data/lang/es_SV.txt
index 911b9a4..0e28f23 100755
--- a/icu4c/source/data/lang/es_SV.txt
+++ b/icu4c/source/data/lang/es_SV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_SV.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_SV{
%%Parent{"es_419"}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_US.txt b/icu4c/source/data/lang/es_US.txt
index 9fa0a21..f947ef9 100755
--- a/icu4c/source/data/lang/es_US.txt
+++ b/icu4c/source/data/lang/es_US.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_US.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_US{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/es_UY.txt b/icu4c/source/data/lang/es_UY.txt
index f5e3ae5..b8f6fef 100755
--- a/icu4c/source/data/lang/es_UY.txt
+++ b/icu4c/source/data/lang/es_UY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_UY.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
es_UY{
%%Parent{"es_419"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.86"}
}
diff --git a/icu4c/source/data/lang/es_VE.txt b/icu4c/source/data/lang/es_VE.txt
index 5630c73..b766d61 100755
--- a/icu4c/source/data/lang/es_VE.txt
+++ b/icu4c/source/data/lang/es_VE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_VE.xml
diff --git a/icu4c/source/data/lang/et.txt b/icu4c/source/data/lang/et.txt
index aa4e505..086bd97 100644
--- a/icu4c/source/data/lang/et.txt
+++ b/icu4c/source/data/lang/et.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/et.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/et.xml
- */
et{
Keys{
calendar{"kalender"}
@@ -537,7 +534,7 @@
zxx{"mittekeeleline"}
zza{"zaza"}
}
- LanguagesShort{
+ Languages%short{
az{"aseri"}
en_US{"inglise (USA)"}
}
@@ -804,7 +801,7 @@
VALENCIA{"valentsia"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Keel: {0}"}
script{"Skript: {0}"}
diff --git a/icu4c/source/data/lang/eu.txt b/icu4c/source/data/lang/eu.txt
index 4261d10..5e74c39 100644
--- a/icu4c/source/data/lang/eu.txt
+++ b/icu4c/source/data/lang/eu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/eu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/eu.xml
- */
eu{
Keys{
calendar{"Egutegia"}
@@ -274,13 +271,13 @@
zu{"zuluera"}
zxx{"ez dago eduki linguistikorik"}
}
- Languages%variant{
- ps{"pashtoera"}
- }
- LanguagesShort{
+ Languages%short{
az{"azeriera"}
en_US{"ingelesa (AEB)"}
}
+ Languages%variant{
+ ps{"pashtoera"}
+ }
Scripts{
Arab{"arabiarra"}
Armn{"armeniarra"}
@@ -449,7 +446,7 @@
SCOTLAND{"ESKOZIAR INGELESA"}
VALENCIA{"VALENTZIERA"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/ewo.txt b/icu4c/source/data/lang/ewo.txt
index 0c2972f..6cac1de 100755
--- a/icu4c/source/data/lang/ewo.txt
+++ b/icu4c/source/data/lang/ewo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ewo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ewo.xml
- */
ewo{
Languages{
ak{"Ǹkɔ́bɔ akán"}
diff --git a/icu4c/source/data/lang/fa.txt b/icu4c/source/data/lang/fa.txt
index 373b91d..49951f4 100644
--- a/icu4c/source/data/lang/fa.txt
+++ b/icu4c/source/data/lang/fa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fa.xml
- */
fa{
Keys{
calendar{"تقویم"}
@@ -530,15 +527,15 @@
Languages%secondary{
tr{"ترکی"}
}
- Languages%variant{
- az{"آذربایجانی"}
- ps{"پختو"}
- }
- LanguagesShort{
+ Languages%short{
az{"آذری"}
en_GB{"انگلیسی بریتانیا"}
en_US{"انگلیسی امریکا"}
}
+ Languages%variant{
+ az{"آذربایجانی"}
+ ps{"پختو"}
+ }
Scripts{
Aghb{"آلبانیایی قفقازی"}
Arab{"عربی"}
@@ -799,7 +796,7 @@
SAAHO{"ساهویی"}
SCOTLAND{"انگلیسی معیار اسکاتلند"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"زبان: {0}"}
script{"خط: {0}"}
diff --git a/icu4c/source/data/lang/fa_AF.txt b/icu4c/source/data/lang/fa_AF.txt
index ebe3724..b10d144 100644
--- a/icu4c/source/data/lang/fa_AF.txt
+++ b/icu4c/source/data/lang/fa_AF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fa_AF.xml
@@ -9,7 +9,6 @@
fa_AF{
Languages{
es{"هسپانوی"}
- fa{"دری"}
fi{"فنلندی"}
ga{"آیرلندی"}
hr{"کروشیایی"}
@@ -31,5 +30,5 @@
Scripts{
Mong{"مغلی"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.12.17"}
}
diff --git a/icu4c/source/data/lang/ff.txt b/icu4c/source/data/lang/ff.txt
index 56b2474..515537a 100755
--- a/icu4c/source/data/lang/ff.txt
+++ b/icu4c/source/data/lang/ff.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ff.xml
- */
ff{
Languages{
ak{"Akaan"}
diff --git a/icu4c/source/data/lang/fi.txt b/icu4c/source/data/lang/fi.txt
index 7943fd1..bd67f47 100644
--- a/icu4c/source/data/lang/fi.txt
+++ b/icu4c/source/data/lang/fi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fi.xml
- */
fi{
Keys{
calendar{"kalenteri"}
@@ -644,7 +641,7 @@
kl{"grönlanti"}
lad{"juutalaisespanja"}
}
- LanguagesShort{
+ Languages%short{
az{"azeri"}
en_GB{"englanti (Britannia)"}
en_US{"englanti (USA)"}
@@ -1036,7 +1033,7 @@
Variants%secondary{
FONUPA{"suomalais-ugrilainen tarkekirjoitus"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.33"}
codePatterns{
language{"kieli: {0}"}
script{"kirjoitusjärjestelmä: {0}"}
diff --git a/icu4c/source/data/lang/fil.txt b/icu4c/source/data/lang/fil.txt
index 7955d5b..9e040ea 100755
--- a/icu4c/source/data/lang/fil.txt
+++ b/icu4c/source/data/lang/fil.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fil.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fil.xml
- */
fil{
Keys{
calendar{"Kalendaryo"}
@@ -280,15 +277,15 @@
zu{"Zulu"}
zxx{"Walang nilalaman na ukol sa wika"}
}
- Languages%variant{
- ps{"Pushto"}
- ug{"Uighur"}
- }
- LanguagesShort{
+ Languages%short{
az{"Azeri"}
en_GB{"Ingles (U.K.)"}
en_US{"Ingles (U.S.)"}
}
+ Languages%variant{
+ ps{"Pushto"}
+ ug{"Uighur"}
+ }
Scripts{
Arab{"Arabic"}
Armn{"Armenian"}
@@ -454,7 +451,7 @@
PINYIN{"Pinyin Romanization"}
WADEGILE{"Wade-Giles Romanization"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Wika: {0}"}
script{"Script: {0}"}
diff --git a/icu4c/source/data/lang/fil_PH.txt b/icu4c/source/data/lang/fil_PH.txt
index d758dda..da9fecf 100755
--- a/icu4c/source/data/lang/fil_PH.txt
+++ b/icu4c/source/data/lang/fil_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/fo.txt b/icu4c/source/data/lang/fo.txt
index c4181e0..d7b220e 100644
--- a/icu4c/source/data/lang/fo.txt
+++ b/icu4c/source/data/lang/fo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fo.xml
- */
fo{
Languages{
ab{"abkhaziskt"}
@@ -181,5 +178,5 @@
POLYTON{"polytonísk"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.7.53"}
+ Version{"2.1.12.27"}
}
diff --git a/icu4c/source/data/lang/fr.txt b/icu4c/source/data/lang/fr.txt
index 3cae684..fb33114 100644
--- a/icu4c/source/data/lang/fr.txt
+++ b/icu4c/source/data/lang/fr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fr.xml
- */
fr{
Keys{
calendar{"calendrier"}
@@ -157,7 +154,7 @@
eo{"espéranto"}
es{"espagnol"}
es_419{"espagnol latino-américain"}
- es_ES{"espagnol d’Europe"}
+ es_ES{"espagnol européen"}
es_MX{"espagnol mexicain"}
et{"estonien"}
eu{"basque"}
@@ -198,7 +195,7 @@
got{"gotique"}
grb{"grebo"}
grc{"grec ancien"}
- gsw{"alémanique"}
+ gsw{"suisse allemand"}
gu{"gujarati"}
guz{"gusii"}
gv{"manx"}
@@ -399,7 +396,7 @@
ps{"pachto"}
pt{"portugais"}
pt_BR{"portugais brésilien"}
- pt_PT{"portugais d’Europe"}
+ pt_PT{"portugais européen"}
qu{"quechua"}
quc{"k’iche’"}
raj{"rajasthani"}
@@ -546,15 +543,15 @@
zxx{"sans contenu linguistique"}
zza{"zazaki"}
}
- Languages%variant{
- ps{"pashto"}
- ug{"ouïgour"}
- }
- LanguagesShort{
+ Languages%short{
az{"azéri"}
en_GB{"anglais (R.-U.)"}
en_US{"anglais (É.-U.)"}
}
+ Languages%variant{
+ ps{"pashto"}
+ ug{"ouïgour"}
+ }
Scripts{
Arab{"arabe"}
Armi{"araméen impérial"}
@@ -769,7 +766,7 @@
standard{"ordre de tri standard"}
stroke{"Ordre des traits"}
traditional{"Ordre traditionnel"}
- unihan{"Ordre par radical et nombre de traits"}
+ unihan{"Ordre de tri radical-traits"}
}
numbers{
arab{"chiffres arabes"}
@@ -845,7 +842,7 @@
VALENCIA{"valencien"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
codePatterns{
language{"langue : {0}"}
script{"écriture : {0}"}
diff --git a/icu4c/source/data/lang/fr_CA.txt b/icu4c/source/data/lang/fr_CA.txt
index 69d0e58..52ced34 100755
--- a/icu4c/source/data/lang/fr_CA.txt
+++ b/icu4c/source/data/lang/fr_CA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CA.xml
@@ -8,55 +8,24 @@
// ***************************************************************************
fr_CA{
Languages{
- es_ES{"espagnol ibérique"}
- fy{"frison"}
- gag{"gag"}
- gsw{"suisse allemand"}
- gu{"goudjarâtî"}
- ii{"yi de Sichuan"}
luo{"luo"}
- pt_PT{"portugais ibérique"}
- rw{"kinyarwanda"}
- si{"cingalais"}
- to{"tongan"}
- ug{"ouïgour"}
- und{"indéterminé"}
- ybb{"yémba"}
- }
- Languages%variant{
- ug{"ouïghour"}
- }
- LanguagesShort{
- en_GB{"anglais (GB)"}
}
Scripts{
Deva{"devanagari"}
Gujr{"gujarati"}
- Hans{"idéogrammes han simplifiés"}
- Hant{"idéogrammes han traditionnels"}
- Mlym{"malayâlam"}
- Orya{"oriyâ"}
- Sinh{"cingalais"}
- }
- Scripts%stand-alone{
- Hans{"chinois simplifié"}
- Hant{"chinois traditionnel"}
}
Types{
calendar{
ethiopic-amete-alem{"Calendrier éthiopien de l’An de grâce"}
- islamic-tbla{"calendrier religieux musulman"}
}
collation{
dictionary{"Ordre de tri du dictionnaire"}
reformed{"Ordre de tri réformé"}
- unihan{"Ordre de tri radical et trait"}
}
numbers{
- gujr{"chiffres gujarati"}
mong{"Chiffres mongols"}
taml{"chiffres tamouls traditionnels"}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/fur.txt b/icu4c/source/data/lang/fur.txt
index 2e7aae1..3e1cd8d 100644
--- a/icu4c/source/data/lang/fur.txt
+++ b/icu4c/source/data/lang/fur.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fur.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fur.xml
- */
fur{
Keys{
calendar{"calendari"}
@@ -308,7 +305,7 @@
SOLBA{"dialet di Stolvize"}
VALENCIA{"valenzian"}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
codePatterns{
language{"Lenghe: {0}"}
script{"Scriture: {0}"}
diff --git a/icu4c/source/data/lang/fy.txt b/icu4c/source/data/lang/fy.txt
index a059657..142fdd4 100644
--- a/icu4c/source/data/lang/fy.txt
+++ b/icu4c/source/data/lang/fy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fy.xml
- */
fy{
Keys{
calendar{"Kalender"}
@@ -542,12 +539,12 @@
zxx{"Gjin linguïstyske ynhâld"}
zza{"Zaza"}
}
+ Languages%short{
+ az{"Azeri"}
+ }
Languages%variant{
ps{"Pashto"}
}
- LanguagesShort{
- az{"Azeri"}
- }
Scripts{
Afak{"Defaka"}
Arab{"Arabysk"}
@@ -891,7 +888,7 @@
VALLADER{"Vallader"}
WADEGILE{"Wade-Giles-romanisering"}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
codePatterns{
language{"Taal: {0}"}
script{"Skrift: {0}"}
diff --git a/icu4c/source/data/lang/ga.txt b/icu4c/source/data/lang/ga.txt
index 7e41fbe..8729cb7 100644
--- a/icu4c/source/data/lang/ga.txt
+++ b/icu4c/source/data/lang/ga.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ga.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ga.xml
- */
ga{
Keys{
calendar{"Féilire"}
@@ -305,7 +302,7 @@
zun{"Zúinis"}
zxx{"Gan ábhar teangeolaíoch"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"Béarla na R.A."}
en_US{"Béarla S.A.M."}
}
@@ -456,7 +453,7 @@
VALENCIA{"Vaileinsis"}
WADEGILE{"Rómhánú Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Teanga: {0}"}
script{"Script: {0}"}
diff --git a/icu4c/source/data/lang/gd.txt b/icu4c/source/data/lang/gd.txt
index e82dba6..680e3a9 100644
--- a/icu4c/source/data/lang/gd.txt
+++ b/icu4c/source/data/lang/gd.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gd.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gd.xml
- */
gd{
Keys{
calendar{"Mìosachan"}
@@ -335,7 +332,7 @@
zu{"Zulu"}
zxx{"Susbaint nach eil ‘na chànan"}
}
- LanguagesShort{
+ Languages%short{
az{"Azeri"}
en_GB{"Beurla na RA"}
en_US{"Beurla nan SA"}
@@ -494,7 +491,7 @@
tibt{"Àireamhan na Tibeitise"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Cànan: {0}"}
script{"Litreadh: {0}"}
diff --git a/icu4c/source/data/lang/gl.txt b/icu4c/source/data/lang/gl.txt
index aba3daa..3728b68 100644
--- a/icu4c/source/data/lang/gl.txt
+++ b/icu4c/source/data/lang/gl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gl.xml
- */
gl{
Keys{
calendar{"Calendario"}
@@ -287,7 +284,7 @@
zu{"zulú"}
zxx{"sen contido lingüístico"}
}
- LanguagesShort{
+ Languages%short{
az{"azerí"}
en_GB{"inglés R.U."}
en_US{"inglés EUA"}
@@ -455,7 +452,7 @@
vaii{"Díxitos Vai"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Idioma: {0}"}
script{"Alfabeto: {0}"}
diff --git a/icu4c/source/data/lang/gsw.txt b/icu4c/source/data/lang/gsw.txt
index c69023a..68cb8c0 100644
--- a/icu4c/source/data/lang/gsw.txt
+++ b/icu4c/source/data/lang/gsw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gsw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gsw.xml
- */
gsw{
Keys{
calendar{"Kaländer"}
@@ -628,7 +625,7 @@
SOLBA{"Solbica-Mundart"}
TARASK{"Taraskievica-Rächtschriibig"}
}
- Version{"2.1.7.41"}
+ Version{"2.1.10.93"}
codePatterns{
language{"Schpraach: {0}"}
script{"Schrift: {0}"}
diff --git a/icu4c/source/data/lang/gu.txt b/icu4c/source/data/lang/gu.txt
index 15159bb..25ebd20 100644
--- a/icu4c/source/data/lang/gu.txt
+++ b/icu4c/source/data/lang/gu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gu.xml
- */
gu{
Keys{
calendar{"કેલેન્ડર"}
@@ -533,14 +530,14 @@
zxx{"કોઇ ભાષાશાસ્ત્રીય સામગ્રી નથી"}
zza{"ઝાઝા"}
}
- Languages%variant{
- ps{"પુશ્તો"}
- }
- LanguagesShort{
+ Languages%short{
az{"અઝેરી"}
en_GB{"યુ.કે. અંગ્રેજી"}
en_US{"યુ. એસ. અંગ્રેજી"}
}
+ Languages%variant{
+ ps{"પુશ્તો"}
+ }
Scripts{
Arab{"અરબી"}
Armi{"ઇમ્પિરિયલ આર્મનિક"}
@@ -796,7 +793,7 @@
PINYIN{"પિનયિન રોમનાઇઝેશન"}
WADEGILE{"વેડ-ગિલ્સ રોમનાઇઝેશન"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"ભાષા: {0}"}
script{"સ્ક્રીપ્ટ: {0}"}
diff --git a/icu4c/source/data/lang/guz.txt b/icu4c/source/data/lang/guz.txt
index e59229d..08cc8bf 100755
--- a/icu4c/source/data/lang/guz.txt
+++ b/icu4c/source/data/lang/guz.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/guz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/guz.xml
- */
guz{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/gv.txt b/icu4c/source/data/lang/gv.txt
index 1fdb063..9c5ab4f 100644
--- a/icu4c/source/data/lang/gv.txt
+++ b/icu4c/source/data/lang/gv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gv.xml
- */
gv{
Languages{
gv{"Gaelg"}
diff --git a/icu4c/source/data/lang/ha.txt b/icu4c/source/data/lang/ha.txt
index 62f0760..179097e 100644
--- a/icu4c/source/data/lang/ha.txt
+++ b/icu4c/source/data/lang/ha.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ha.xml
- */
ha{
Languages{
ak{"Akan"}
diff --git a/icu4c/source/data/lang/ha_GH.txt b/icu4c/source/data/lang/ha_GH.txt
index 34aae81..aac7c27 100644
--- a/icu4c/source/data/lang/ha_GH.txt
+++ b/icu4c/source/data/lang/ha_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ha_Latn.txt b/icu4c/source/data/lang/ha_Latn.txt
index 12982d7..ff485b8 100644
--- a/icu4c/source/data/lang/ha_Latn.txt
+++ b/icu4c/source/data/lang/ha_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ha_Latn.xml
- */
ha_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/ha_Latn_GH.txt b/icu4c/source/data/lang/ha_Latn_GH.txt
index 5d4405f..324bf50 100644
--- a/icu4c/source/data/lang/ha_Latn_GH.txt
+++ b/icu4c/source/data/lang/ha_Latn_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ha_Latn_NE.txt b/icu4c/source/data/lang/ha_Latn_NE.txt
index 480260c..0ae59bb 100644
--- a/icu4c/source/data/lang/ha_Latn_NE.txt
+++ b/icu4c/source/data/lang/ha_Latn_NE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ha_Latn_NG.txt b/icu4c/source/data/lang/ha_Latn_NG.txt
index c0ad58a..e5ee617 100644
--- a/icu4c/source/data/lang/ha_Latn_NG.txt
+++ b/icu4c/source/data/lang/ha_Latn_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ha_NE.txt b/icu4c/source/data/lang/ha_NE.txt
index 3e0c8cb..3571172 100644
--- a/icu4c/source/data/lang/ha_NE.txt
+++ b/icu4c/source/data/lang/ha_NE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ha_NG.txt b/icu4c/source/data/lang/ha_NG.txt
index a5c9f24..2dfc597 100644
--- a/icu4c/source/data/lang/ha_NG.txt
+++ b/icu4c/source/data/lang/ha_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/haw.txt b/icu4c/source/data/lang/haw.txt
index e7a2225..927711e 100644
--- a/icu4c/source/data/lang/haw.txt
+++ b/icu4c/source/data/lang/haw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/haw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/haw.xml
- */
haw{
Languages{
ar{"ʻAlapia"}
diff --git a/icu4c/source/data/lang/he.txt b/icu4c/source/data/lang/he.txt
index adb861d..d5a5f20 100644
--- a/icu4c/source/data/lang/he.txt
+++ b/icu4c/source/data/lang/he.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/he.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/he.xml
- */
he{
Keys{
calendar{"לוח שנה"}
@@ -545,15 +542,15 @@
zxx{"ללא תוכן לשוני"}
zza{"זאזא"}
}
- Languages%variant{
- ps{"פושטו"}
- ug{"אויגור"}
- }
- LanguagesShort{
+ Languages%short{
az{"אזרית"}
en_GB{"אנגלית בריטית"}
en_US{"אנגלית אמריקאית"}
}
+ Languages%variant{
+ ps{"פושטו"}
+ ug{"אויגור"}
+ }
Scripts{
Arab{"ערבי"}
Armn{"ארמני"}
@@ -748,7 +745,7 @@
POSIX{"מחשב"}
SCOTLAND{"אנגלית סקוטית סטנדרטית"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"שפה: {0}"}
script{"כתב: {0}"}
diff --git a/icu4c/source/data/lang/he_IL.txt b/icu4c/source/data/lang/he_IL.txt
index 001ac49..cb83247 100644
--- a/icu4c/source/data/lang/he_IL.txt
+++ b/icu4c/source/data/lang/he_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/hi.txt b/icu4c/source/data/lang/hi.txt
index a44214e..2177019 100644
--- a/icu4c/source/data/lang/hi.txt
+++ b/icu4c/source/data/lang/hi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hi.xml
- */
hi{
Keys{
calendar{"कैलेंडर"}
@@ -519,14 +516,14 @@
zxx{"कोई भाषा सामग्री नहीं"}
zza{"ज़ाज़ा"}
}
- Languages%variant{
- ps{"पुश्तो"}
- }
- LanguagesShort{
+ Languages%short{
az{"अज़ेरी"}
en_GB{"यू.के. अंग्रेज़ी"}
en_US{"अमेरिकी अंग्रेज़ी"}
}
+ Languages%variant{
+ ps{"पुश्तो"}
+ }
Scripts{
Arab{"अरबी"}
Armi{"इम्पिरियल आर्मेनिक"}
@@ -790,7 +787,7 @@
POSIX{"कम्प्यूटर"}
REVISED{"संशोधित वर्तनी"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"भाषा: {0}"}
script{"लिपि: {0}"}
diff --git a/icu4c/source/data/lang/hr.txt b/icu4c/source/data/lang/hr.txt
index b0527e2..ef11089 100644
--- a/icu4c/source/data/lang/hr.txt
+++ b/icu4c/source/data/lang/hr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hr.xml
- */
hr{
Keys{
calendar{"kalendar"}
@@ -545,14 +542,14 @@
zxx{"bez jezičnog sadržaja"}
zza{"zazaki"}
}
- Languages%variant{
- ps{"puštu"}
- }
- LanguagesShort{
+ Languages%short{
az{"azerski"}
en_GB{"engleski (UK)"}
en_US{"engleski (SAD)"}
}
+ Languages%variant{
+ ps{"puštu"}
+ }
Scripts{
Afak{"afaka pismo"}
Arab{"arapsko pismo"}
@@ -874,7 +871,7 @@
VALENCIA{"valencijski"}
WADEGILE{"Wade-Giles romanizacija"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Jezik: {0}"}
script{"Pismo: {0}"}
diff --git a/icu4c/source/data/lang/hsb.txt b/icu4c/source/data/lang/hsb.txt
index ec75830..7027902 100644
--- a/icu4c/source/data/lang/hsb.txt
+++ b/icu4c/source/data/lang/hsb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hsb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hsb.xml
- */
hsb{
Keys{
calendar{"protyka"}
@@ -61,6 +58,7 @@
dav{"taita"}
de{"němčina"}
de_AT{"awstriska němčina"}
+ de_CH{"šwicarska wysokoněmčina"}
dje{"zarma"}
dsb{"delnjoserbšćina"}
dua{"duala"}
@@ -277,10 +275,10 @@
zh{"chinšćina"}
zh_Hans{"chinšćina (zjednorjena)"}
zh_Hant{"chinšćina (tradicionalna)"}
- zu{"zulušćina\u0022"}
+ zu{"zulušćina"}
zxx{"žadyn rěčny wobsah"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"jendźelšćina (UK)"}
en_US{"jendźelšćina (USA)"}
}
@@ -386,7 +384,7 @@
tibt{"tibetske cyfry"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"rěč: {0}"}
script{"pismo: {0}"}
diff --git a/icu4c/source/data/lang/hu.txt b/icu4c/source/data/lang/hu.txt
index e77d0b1..f613e8a 100644
--- a/icu4c/source/data/lang/hu.txt
+++ b/icu4c/source/data/lang/hu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hu.xml
- */
hu{
Keys{
calendar{"Naptár"}
@@ -545,7 +542,7 @@
zxx{"nincs nyelvészeti tartalom"}
zza{"zaza"}
}
- LanguagesShort{
+ Languages%short{
az{"azeri"}
en_GB{"angol (UK)"}
en_US{"angol (USA)"}
@@ -859,7 +856,7 @@
VALLADER{"Vallader"}
WADEGILE{"Wade-Giles átírás"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Nyelv: {0}"}
script{"Írásrendszer: {0}"}
diff --git a/icu4c/source/data/lang/hy.txt b/icu4c/source/data/lang/hy.txt
index 84abe2a..9a10f9e 100644
--- a/icu4c/source/data/lang/hy.txt
+++ b/icu4c/source/data/lang/hy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hy.xml
- */
hy{
Keys{
calendar{"Տոմար"}
@@ -240,7 +237,7 @@
zu{"զուլուսերեն"}
zxx{"առանց լեզվային բովանդակության"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"անգլերեն (ՄԹ)"}
en_US{"անգլերեն (ԱՄՆ)"}
}
@@ -346,7 +343,11 @@
tibt{"տիբեթական թվեր"}
}
}
- Version{"2.1.8.9"}
+ Variants{
+ AREVELA{"արևելահայերեն"}
+ AREVMDA{"արեւմտահայերէն"}
+ }
+ Version{"2.1.12.94"}
codePatterns{
language{"Լեզու. {0}"}
script{"Գիր. {0}"}
diff --git a/icu4c/source/data/lang/id.txt b/icu4c/source/data/lang/id.txt
index 0e5215d..45d8e7a 100644
--- a/icu4c/source/data/lang/id.txt
+++ b/icu4c/source/data/lang/id.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/id.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/id.xml
- */
id{
Keys{
calendar{"Kalender"}
@@ -574,15 +571,15 @@
zxx{"Tidak ada konten linguistik"}
zza{"Zaza"}
}
- Languages%variant{
- ps{"Pushto"}
- ug{"Uighur"}
- }
- LanguagesShort{
+ Languages%short{
az{"Azeri"}
en_GB{"Inggris U.K."}
en_US{"Inggris A.S."}
}
+ Languages%variant{
+ ps{"Pushto"}
+ ug{"Uighur"}
+ }
Scripts{
Afak{"Afaka"}
Aghb{"Albania Kaukasia"}
@@ -941,7 +938,7 @@
VALLADER{"VALLADER"}
WADEGILE{"Wade-Giles Latin"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Bahasa: {0}"}
script{"Skrip: {0}"}
diff --git a/icu4c/source/data/lang/id_ID.txt b/icu4c/source/data/lang/id_ID.txt
index d74e94f..eda7d2c 100644
--- a/icu4c/source/data/lang/id_ID.txt
+++ b/icu4c/source/data/lang/id_ID.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ig.txt b/icu4c/source/data/lang/ig.txt
index 4aaba01..bc78a4e 100755
--- a/icu4c/source/data/lang/ig.txt
+++ b/icu4c/source/data/lang/ig.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ig.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ig.xml
- */
ig{
Languages{
ak{"Akan"}
diff --git a/icu4c/source/data/lang/ii.txt b/icu4c/source/data/lang/ii.txt
index 9dacc63..cb50d5e 100644
--- a/icu4c/source/data/lang/ii.txt
+++ b/icu4c/source/data/lang/ii.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ii.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ii.xml
- */
ii{
Languages{
de{"ꄓꇩꉙ"}
diff --git a/icu4c/source/data/lang/in.txt b/icu4c/source/data/lang/in.txt
index a9dccd8..c0a4278 100644
--- a/icu4c/source/data/lang/in.txt
+++ b/icu4c/source/data/lang/in.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/in_ID.txt b/icu4c/source/data/lang/in_ID.txt
index 42144e3..6c76c2e 100644
--- a/icu4c/source/data/lang/in_ID.txt
+++ b/icu4c/source/data/lang/in_ID.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/is.txt b/icu4c/source/data/lang/is.txt
index 9f2baf1..f3074a6 100644
--- a/icu4c/source/data/lang/is.txt
+++ b/icu4c/source/data/lang/is.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/is.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/is.xml
- */
is{
Keys{
calendar{"Dagatal"}
@@ -503,7 +500,7 @@
zun{"súní"}
zxx{"ekkert tungumálaefni"}
}
- LanguagesShort{
+ Languages%short{
az{"aserska"}
}
Scripts{
@@ -668,7 +665,7 @@
vaii{"Vai-tölustafir"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"tungumál: {0}"}
script{"leturgerð: {0}"}
diff --git a/icu4c/source/data/lang/it.txt b/icu4c/source/data/lang/it.txt
index 50a22a6..45a8443 100644
--- a/icu4c/source/data/lang/it.txt
+++ b/icu4c/source/data/lang/it.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/it.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/it.xml
- */
it{
Keys{
calendar{"Calendario"}
@@ -632,7 +629,7 @@
zxx{"nessun contenuto linguistico"}
zza{"zaza"}
}
- LanguagesShort{
+ Languages%short{
az{"azero"}
en_GB{"inglese (GB)"}
en_US{"inglese (USA)"}
@@ -990,7 +987,7 @@
VALENCIA{"valenziano"}
WADEGILE{"romanizzazione Wade-Giles"}
}
- Version{"2.1.8.32"}
+ Version{"2.1.13.6"}
codePatterns{
language{"Lingua: {0}"}
script{"Scrittura: {0}"}
diff --git a/icu4c/source/data/lang/iw.txt b/icu4c/source/data/lang/iw.txt
index c32fc5a..a7db8ef 100644
--- a/icu4c/source/data/lang/iw.txt
+++ b/icu4c/source/data/lang/iw.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/iw_IL.txt b/icu4c/source/data/lang/iw_IL.txt
index ad7daff..e213989 100644
--- a/icu4c/source/data/lang/iw_IL.txt
+++ b/icu4c/source/data/lang/iw_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ja.txt b/icu4c/source/data/lang/ja.txt
index 4984569..cc27062 100644
--- a/icu4c/source/data/lang/ja.txt
+++ b/icu4c/source/data/lang/ja.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ja.xml
- */
ja{
Keys{
calendar{"暦法"}
@@ -630,15 +627,15 @@
zxx{"言語的内容なし"}
zza{"ザザ語"}
}
- Languages%variant{
- ps{"パシュトゥ語"}
- ug{"ウィグル語"}
- }
- LanguagesShort{
+ Languages%short{
az{"アゼリー語"}
en_GB{"英語(英国)"}
en_US{"英語(米国)"}
}
+ Languages%variant{
+ ps{"パシュトゥ語"}
+ ug{"ウィグル語"}
+ }
Scripts{
Afak{"アファカ文字"}
Aghb{"カフカス・アルバニア文字"}
@@ -1016,7 +1013,7 @@
VALLADER{"ヴァラダー"}
WADEGILE{"ウェード式ローマ字表記法"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"言語: {0}"}
script{"文字: {0}"}
diff --git a/icu4c/source/data/lang/ja_JP.txt b/icu4c/source/data/lang/ja_JP.txt
index 19821ff..ecfe646 100644
--- a/icu4c/source/data/lang/ja_JP.txt
+++ b/icu4c/source/data/lang/ja_JP.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ja_JP_TRADITIONAL.txt b/icu4c/source/data/lang/ja_JP_TRADITIONAL.txt
index cedb7c5..5eef82e 100644
--- a/icu4c/source/data/lang/ja_JP_TRADITIONAL.txt
+++ b/icu4c/source/data/lang/ja_JP_TRADITIONAL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/jgo.txt b/icu4c/source/data/lang/jgo.txt
index 63482c2..51b6075 100755
--- a/icu4c/source/data/lang/jgo.txt
+++ b/icu4c/source/data/lang/jgo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/jgo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/jgo.xml
- */
jgo{
Keys{
currency{"Ŋkáp"}
diff --git a/icu4c/source/data/lang/jmc.txt b/icu4c/source/data/lang/jmc.txt
index 26e8997..a8d6b38 100755
--- a/icu4c/source/data/lang/jmc.txt
+++ b/icu4c/source/data/lang/jmc.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/jmc.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/jmc.xml
- */
jmc{
Languages{
ak{"Kiakanyi"}
diff --git a/icu4c/source/data/lang/ka.txt b/icu4c/source/data/lang/ka.txt
index b400f6e..c6ef855 100644
--- a/icu4c/source/data/lang/ka.txt
+++ b/icu4c/source/data/lang/ka.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ka.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ka.xml
- */
ka{
Keys{
calendar{"კალენდარი"}
@@ -401,7 +398,7 @@
zxx{"ლინგვისტური შიგთავსი არ არის"}
zza{"ზაზაკი"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"გართ. სამ. ინგლისური"}
en_US{"აშშ ინგლისური"}
}
@@ -621,7 +618,7 @@
tibt{"ტიბეტური ციფრები"}
}
}
- Version{"2.1.8.95"}
+ Version{"2.1.13.22"}
codePatterns{
language{"ენა: {0}"}
script{"დამწერლობა: {0}"}
diff --git a/icu4c/source/data/lang/kab.txt b/icu4c/source/data/lang/kab.txt
index f11c14f..302fdd5 100755
--- a/icu4c/source/data/lang/kab.txt
+++ b/icu4c/source/data/lang/kab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kab.xml
- */
kab{
Languages{
ak{"Takanit"}
@@ -57,5 +54,5 @@
zh{"Tacinwat, Tamundarint"}
zu{"Tazulut"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/lang/kam.txt b/icu4c/source/data/lang/kam.txt
index 4c7c1d9..62308cf 100755
--- a/icu4c/source/data/lang/kam.txt
+++ b/icu4c/source/data/lang/kam.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kam.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kam.xml
- */
kam{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/kde.txt b/icu4c/source/data/lang/kde.txt
index cdaa98d..597b01b 100755
--- a/icu4c/source/data/lang/kde.txt
+++ b/icu4c/source/data/lang/kde.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kde.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kde.xml
- */
kde{
Languages{
ak{"Chakan"}
diff --git a/icu4c/source/data/lang/kea.txt b/icu4c/source/data/lang/kea.txt
index 094c965..7d84a35 100755
--- a/icu4c/source/data/lang/kea.txt
+++ b/icu4c/source/data/lang/kea.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kea.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kea.xml
- */
kea{
Languages{
ab{"abkaziu"}
@@ -178,7 +175,7 @@
zu{"zulu"}
zxx{"sem konteudo linguistiku"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"ingles (R.U.)"}
en_US{"ingles (S.U.)"}
}
@@ -235,7 +232,7 @@
latn{"Numerus Arabikus"}
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.42"}
codePatterns{
language{"Lingua: {0}"}
script{"Skrita: {0}"}
diff --git a/icu4c/source/data/lang/khq.txt b/icu4c/source/data/lang/khq.txt
index 222a2fa..fce7701 100755
--- a/icu4c/source/data/lang/khq.txt
+++ b/icu4c/source/data/lang/khq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/khq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/khq.xml
- */
khq{
Languages{
ak{"Akan senni"}
diff --git a/icu4c/source/data/lang/ki.txt b/icu4c/source/data/lang/ki.txt
index c2060a3..8753df3 100755
--- a/icu4c/source/data/lang/ki.txt
+++ b/icu4c/source/data/lang/ki.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ki.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ki.xml
- */
ki{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/kk.txt b/icu4c/source/data/lang/kk.txt
index 111cd0b..d65933a 100644
--- a/icu4c/source/data/lang/kk.txt
+++ b/icu4c/source/data/lang/kk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kk.xml
- */
kk{
Keys{
calendar{"Күнтізбе"}
@@ -240,7 +237,7 @@
zu{"зулу"}
zxx{"тілдік мазмұны жоқ"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"ағылшын тілі (Біріккен Корольдік)"}
}
Scripts{
@@ -345,7 +342,7 @@
tibt{"Тибет сандары"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Тіл: {0}"}
script{"Жазылуы: {0}"}
diff --git a/icu4c/source/data/lang/kk_Cyrl.txt b/icu4c/source/data/lang/kk_Cyrl.txt
index 8f5dfba..611b5cb 100644
--- a/icu4c/source/data/lang/kk_Cyrl.txt
+++ b/icu4c/source/data/lang/kk_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kk_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kk_Cyrl.xml
- */
kk_Cyrl{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/kk_Cyrl_KZ.txt b/icu4c/source/data/lang/kk_Cyrl_KZ.txt
index 29b6615..3b10676 100644
--- a/icu4c/source/data/lang/kk_Cyrl_KZ.txt
+++ b/icu4c/source/data/lang/kk_Cyrl_KZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/kk_KZ.txt b/icu4c/source/data/lang/kk_KZ.txt
index f5df521..dfdf948 100644
--- a/icu4c/source/data/lang/kk_KZ.txt
+++ b/icu4c/source/data/lang/kk_KZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/kkj.txt b/icu4c/source/data/lang/kkj.txt
index 86bea85..f669a39 100755
--- a/icu4c/source/data/lang/kkj.txt
+++ b/icu4c/source/data/lang/kkj.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kkj.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kkj.xml
- */
kkj{
Languages{
en{"yaman"}
diff --git a/icu4c/source/data/lang/kl.txt b/icu4c/source/data/lang/kl.txt
index 5442f5f..3a408d4 100644
--- a/icu4c/source/data/lang/kl.txt
+++ b/icu4c/source/data/lang/kl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kl.xml
- */
kl{
Languages{
kl{"kalaallisut"}
diff --git a/icu4c/source/data/lang/kln.txt b/icu4c/source/data/lang/kln.txt
index 59b79f0..d4600e4 100755
--- a/icu4c/source/data/lang/kln.txt
+++ b/icu4c/source/data/lang/kln.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kln.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kln.xml
- */
kln{
Languages{
ak{"kutitab Aka"}
@@ -57,5 +54,5 @@
zh{"kutitab China"}
zu{"kutitab Zulu"}
}
- Version{"2.1.7.39"}
+ Version{"2.1.11.39"}
}
diff --git a/icu4c/source/data/lang/km.txt b/icu4c/source/data/lang/km.txt
index 4530dfa..fd74d17 100644
--- a/icu4c/source/data/lang/km.txt
+++ b/icu4c/source/data/lang/km.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/km.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/km.xml
- */
km{
Keys{
calendar{"ប្រតិទិន"}
@@ -246,7 +243,7 @@
zu{"សូលូ"}
zxx{"គ្មានទិន្នន័យភាសា"}
}
- LanguagesShort{
+ Languages%short{
az{"អាហ្សេរី"}
en_GB{"អង់គ្លេស (ច.អ.)"}
en_US{"អង់គ្លេស (ស.រ.អា.)"}
@@ -353,7 +350,7 @@
tibt{"លេខតៃប៉ិ"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.51"}
codePatterns{
language{"ភាសា៖ {0}"}
script{"អក្សរ៖ {0}"}
diff --git a/icu4c/source/data/lang/kn.txt b/icu4c/source/data/lang/kn.txt
index 0461d73..88c0cd2 100644
--- a/icu4c/source/data/lang/kn.txt
+++ b/icu4c/source/data/lang/kn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kn.xml
- */
kn{
Keys{
calendar{"ಕ್ಯಾಲೆಂಡರ್"}
@@ -518,15 +515,15 @@
zxx{"ಯಾವುದೇ ಭಾಷಾಸಂಬಂಧಿ ವಿಷಯವಿಲ್ಲ"}
zza{"ಜಾಝಾ"}
}
- Languages%variant{
- ps{"ಪುಶ್ತೋ"}
- ug{"ಉಯ್ಗರ್"}
- }
- LanguagesShort{
+ Languages%short{
az{"ಅಝೆರಿ"}
en_GB{"ಯು.ಕೆ. ಇಂಗ್ಲಿಷ್"}
en_US{"ಯು.ಎಸ್. ಇಂಗ್ಲಿಷ್"}
}
+ Languages%variant{
+ ps{"ಪುಶ್ತೋ"}
+ ug{"ಉಯ್ಗರ್"}
+ }
Scripts{
Arab{"ಅರೇಬಿಕ್"}
Armi{"ಇಂಪೀರಿಯಲ್ ಅರೆಮಾಯಿಕ್"}
@@ -779,7 +776,7 @@
vaii{"ವಾಯ್ ಅಂಕೆಗಳು"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.51"}
codePatterns{
language{"ಭಾಷೆ: {0}"}
script{"ಲಿಪಿ : {0}"}
diff --git a/icu4c/source/data/lang/ko.txt b/icu4c/source/data/lang/ko.txt
index fb3f165..8516f4b 100644
--- a/icu4c/source/data/lang/ko.txt
+++ b/icu4c/source/data/lang/ko.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ko.xml
- */
ko{
Keys{
calendar{"달력"}
@@ -559,7 +556,7 @@
zxx{"언어 관련 내용 없음"}
zza{"자자어"}
}
- LanguagesShort{
+ Languages%short{
az{"아제리어"}
}
Scripts{
@@ -888,7 +885,7 @@
VAIDIKA{"바이디카"}
VALLADER{"발라더"}
}
- Version{"2.1.9.31"}
+ Version{"2.1.12.94"}
codePatterns{
language{"언어: {0}"}
script{"스크립트: {0}"}
diff --git a/icu4c/source/data/lang/kok.txt b/icu4c/source/data/lang/kok.txt
index fc3c3a5..6ad1cca 100644
--- a/icu4c/source/data/lang/kok.txt
+++ b/icu4c/source/data/lang/kok.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kok.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kok.xml
- */
kok{
Languages{
aa{"अफार"}
diff --git a/icu4c/source/data/lang/ks.txt b/icu4c/source/data/lang/ks.txt
index ba2f8ab..b55ca7a 100755
--- a/icu4c/source/data/lang/ks.txt
+++ b/icu4c/source/data/lang/ks.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ks.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ks.xml
- */
ks{
Keys{
calendar{"کیلنڑر"}
@@ -618,7 +615,7 @@
SOLBA{"ثٹولوِزا/سولبِکا بوٗلۍ"}
TARASK{"تاراسکیٖوِکا علمہ ہِجاِ"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"زَبان: {0}"}
script{"رَسم الخط: {0}"}
diff --git a/icu4c/source/data/lang/ks_Arab.txt b/icu4c/source/data/lang/ks_Arab.txt
index b6f9025..d21561b 100755
--- a/icu4c/source/data/lang/ks_Arab.txt
+++ b/icu4c/source/data/lang/ks_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ks_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ks_Arab.xml
- */
ks_Arab{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/ks_Arab_IN.txt b/icu4c/source/data/lang/ks_Arab_IN.txt
index 19dd973..6026237 100755
--- a/icu4c/source/data/lang/ks_Arab_IN.txt
+++ b/icu4c/source/data/lang/ks_Arab_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ks_IN.txt b/icu4c/source/data/lang/ks_IN.txt
index 3f55a16..1bfcbb2 100755
--- a/icu4c/source/data/lang/ks_IN.txt
+++ b/icu4c/source/data/lang/ks_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ksb.txt b/icu4c/source/data/lang/ksb.txt
index e446602..38c14d8 100755
--- a/icu4c/source/data/lang/ksb.txt
+++ b/icu4c/source/data/lang/ksb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksb.xml
- */
ksb{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/ksf.txt b/icu4c/source/data/lang/ksf.txt
index 363605f..84a0b5c 100755
--- a/icu4c/source/data/lang/ksf.txt
+++ b/icu4c/source/data/lang/ksf.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksf.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksf.xml
- */
ksf{
Languages{
ak{"riakan"}
diff --git a/icu4c/source/data/lang/ksh.txt b/icu4c/source/data/lang/ksh.txt
index a15afeb..4abbe52 100644
--- a/icu4c/source/data/lang/ksh.txt
+++ b/icu4c/source/data/lang/ksh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksh.xml
- */
ksh{
Keys{
calendar{"dä Kalländer"}
@@ -240,7 +237,7 @@
zu{"Suulu"}
zxx{"kein Schprooch"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"Brittesch Änglesch"}
en_US{"Amärrekaanesch Änglesch"}
}
diff --git a/icu4c/source/data/lang/kw.txt b/icu4c/source/data/lang/kw.txt
index 50db5f9..68f0953 100644
--- a/icu4c/source/data/lang/kw.txt
+++ b/icu4c/source/data/lang/kw.txt
@@ -1,17 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kw.xml
- */
kw{
Languages{
kw{"kernewek"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.12.32"}
}
diff --git a/icu4c/source/data/lang/ky.txt b/icu4c/source/data/lang/ky.txt
index 854ad84..d99cccd 100755
--- a/icu4c/source/data/lang/ky.txt
+++ b/icu4c/source/data/lang/ky.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ky.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ky.xml
- */
ky{
Keys{
calendar{"календарь"}
@@ -236,7 +233,7 @@
zu{"зулуча"}
zxx{"тилдик мазмун жок"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"англисче (УБ)"}
en_US{"англисче (АКШ)"}
}
@@ -342,7 +339,7 @@
tibt{"тибет сандары"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"тили: {0}"}
script{"жазуусу: {0}"}
diff --git a/icu4c/source/data/lang/ky_Cyrl.txt b/icu4c/source/data/lang/ky_Cyrl.txt
index b45f8c6..c211c3a 100755
--- a/icu4c/source/data/lang/ky_Cyrl.txt
+++ b/icu4c/source/data/lang/ky_Cyrl.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ky_Cyrl.xml
diff --git a/icu4c/source/data/lang/ky_Cyrl_KG.txt b/icu4c/source/data/lang/ky_Cyrl_KG.txt
index f32d653..606ab8a 100755
--- a/icu4c/source/data/lang/ky_Cyrl_KG.txt
+++ b/icu4c/source/data/lang/ky_Cyrl_KG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ky_KG.txt b/icu4c/source/data/lang/ky_KG.txt
index 1630260..a5d9976 100755
--- a/icu4c/source/data/lang/ky_KG.txt
+++ b/icu4c/source/data/lang/ky_KG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/lag.txt b/icu4c/source/data/lang/lag.txt
index dc72b25..1770a42 100755
--- a/icu4c/source/data/lang/lag.txt
+++ b/icu4c/source/data/lang/lag.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lag.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lag.xml
- */
lag{
Languages{
ak{"Kɨakáani"}
diff --git a/icu4c/source/data/lang/lb.txt b/icu4c/source/data/lang/lb.txt
index 34e187b..a887f49 100644
--- a/icu4c/source/data/lang/lb.txt
+++ b/icu4c/source/data/lang/lb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lb.xml
- */
lb{
Keys{
calendar{"Kalenner"}
@@ -626,7 +623,7 @@
zxx{"Keng Sproochinhalter"}
zza{"Zaza"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"Englesch (UK)"}
en_US{"Englesch (US)"}
}
@@ -885,7 +882,7 @@
VALENCIA{"Valencianesch"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Sprooch: {0}"}
script{"Schrëft: {0}"}
diff --git a/icu4c/source/data/lang/lg.txt b/icu4c/source/data/lang/lg.txt
index 959f3a1..930d572 100755
--- a/icu4c/source/data/lang/lg.txt
+++ b/icu4c/source/data/lang/lg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lg.xml
- */
lg{
Languages{
ak{"Lu-akaani"}
diff --git a/icu4c/source/data/lang/lkt.txt b/icu4c/source/data/lang/lkt.txt
index 7ad06ae..78f7dfd 100755
--- a/icu4c/source/data/lang/lkt.txt
+++ b/icu4c/source/data/lang/lkt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lkt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lkt.xml
- */
lkt{
Languages{
ab{"Abkhaz Iyápi"}
diff --git a/icu4c/source/data/lang/ln.txt b/icu4c/source/data/lang/ln.txt
index c5c8dfb..c42f3ab 100755
--- a/icu4c/source/data/lang/ln.txt
+++ b/icu4c/source/data/lang/ln.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ln.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ln.xml
- */
ln{
Languages{
ak{"akan"}
diff --git a/icu4c/source/data/lang/lo.txt b/icu4c/source/data/lang/lo.txt
index 8db3acd..f7ede13 100755
--- a/icu4c/source/data/lang/lo.txt
+++ b/icu4c/source/data/lang/lo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lo.xml
- */
lo{
Keys{
calendar{"ປະຕິທິນ"}
@@ -532,7 +529,7 @@
zxx{"ບໍ່ມີເນື້ອຫາພາສາ"}
zza{"ຊາຊາ"}
}
- LanguagesShort{
+ Languages%short{
az{"ອາເຊີຣີ"}
en_GB{"ອັງກິດ (ສະຫະລາດຊະອານາຈັກ)"}
en_US{"ອັງກິດ (ສະຫະລັດອາເມລິກາ)"}
@@ -849,7 +846,7 @@
VALLADER{"ວັລລາເດີ"}
WADEGILE{"ການຖອດອັກສອນແບບເວດ-ໄຈລ໌"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/lt.txt b/icu4c/source/data/lang/lt.txt
index 61a537a..4bd78d7 100644
--- a/icu4c/source/data/lang/lt.txt
+++ b/icu4c/source/data/lang/lt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lt.xml
- */
lt{
Keys{
calendar{"kalendorius"}
@@ -638,7 +635,7 @@
zxx{"nėra kalbinio turinio"}
zza{"zaza"}
}
- LanguagesShort{
+ Languages%short{
az{"azeri"}
en_GB{"anglų (JK)"}
en_US{"anglų (JAV)"}
@@ -993,7 +990,7 @@
VALENCIA{"Valenciečiai"}
WADEGILE{"Wade-Giles Romanization"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
codePatterns{
language{"Kalba: {0}"}
script{"Rašmenys: {0}"}
diff --git a/icu4c/source/data/lang/lu.txt b/icu4c/source/data/lang/lu.txt
index 8945034..4391721 100755
--- a/icu4c/source/data/lang/lu.txt
+++ b/icu4c/source/data/lang/lu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lu.xml
- */
lu{
Languages{
ak{"Liakan"}
diff --git a/icu4c/source/data/lang/luo.txt b/icu4c/source/data/lang/luo.txt
index fd1d4e3..1e636a0 100755
--- a/icu4c/source/data/lang/luo.txt
+++ b/icu4c/source/data/lang/luo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/luo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/luo.xml
- */
luo{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/luy.txt b/icu4c/source/data/lang/luy.txt
index ea09e47..e7f14cc 100755
--- a/icu4c/source/data/lang/luy.txt
+++ b/icu4c/source/data/lang/luy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/luy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/luy.xml
- */
luy{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/lv.txt b/icu4c/source/data/lang/lv.txt
index a233724..e3a844b 100644
--- a/icu4c/source/data/lang/lv.txt
+++ b/icu4c/source/data/lang/lv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lv.xml
- */
lv{
Keys{
calendar{"Kalendārs"}
@@ -545,7 +542,7 @@
zxx{"bez lingvistiska satura"}
zza{"zazaki"}
}
- LanguagesShort{
+ Languages%short{
az{"azerbaidžāņu"}
en_US{"angļu (ASV)"}
}
@@ -772,7 +769,7 @@
VALENCIA{"valensiešu"}
WADEGILE{"Veida-Džailza romanizācija"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Valoda: {0}"}
script{"Rakstība: {0}"}
diff --git a/icu4c/source/data/lang/mas.txt b/icu4c/source/data/lang/mas.txt
index 0600821..31c5ad9 100755
--- a/icu4c/source/data/lang/mas.txt
+++ b/icu4c/source/data/lang/mas.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mas.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mas.xml
- */
mas{
Languages{
ak{"nkʉtʉ́k ɔ́ɔ̄ lAkan"}
diff --git a/icu4c/source/data/lang/mer.txt b/icu4c/source/data/lang/mer.txt
index 32fcca9..76806f3 100755
--- a/icu4c/source/data/lang/mer.txt
+++ b/icu4c/source/data/lang/mer.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mer.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mer.xml
- */
mer{
Languages{
ak{"Kĩakani"}
diff --git a/icu4c/source/data/lang/mfe.txt b/icu4c/source/data/lang/mfe.txt
index 728af2d..c676941 100755
--- a/icu4c/source/data/lang/mfe.txt
+++ b/icu4c/source/data/lang/mfe.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mfe.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mfe.xml
- */
mfe{
Languages{
ak{"akan"}
diff --git a/icu4c/source/data/lang/mg.txt b/icu4c/source/data/lang/mg.txt
index 8368fd7..958fb64 100755
--- a/icu4c/source/data/lang/mg.txt
+++ b/icu4c/source/data/lang/mg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mg.xml
- */
mg{
Languages{
ak{"Akan"}
diff --git a/icu4c/source/data/lang/mgh.txt b/icu4c/source/data/lang/mgh.txt
index 90bda40..d040d74 100755
--- a/icu4c/source/data/lang/mgh.txt
+++ b/icu4c/source/data/lang/mgh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mgh.xml
- */
mgh{
Languages{
ak{"Ikan"}
diff --git a/icu4c/source/data/lang/mgo.txt b/icu4c/source/data/lang/mgo.txt
index 5ced2cc..909d25f 100755
--- a/icu4c/source/data/lang/mgo.txt
+++ b/icu4c/source/data/lang/mgo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mgo.xml
- */
mgo{
Languages{
mgo{"metaʼ"}
diff --git a/icu4c/source/data/lang/mk.txt b/icu4c/source/data/lang/mk.txt
index d9ae182..ac1347c 100644
--- a/icu4c/source/data/lang/mk.txt
+++ b/icu4c/source/data/lang/mk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mk.xml
- */
mk{
Keys{
calendar{"Календар"}
@@ -616,7 +613,7 @@
zxx{"без лингвистичка содржина"}
zza{"заза"}
}
- LanguagesShort{
+ Languages%short{
az{"азерски"}
en_GB{"англиски (во ОК)"}
en_US{"англиски (САД)"}
@@ -862,7 +859,7 @@
PINYIN{"Пинјин романизација"}
WADEGILE{"Вејд-Џајлс романизација"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Јазик: {0}"}
script{"Писмо: {0}"}
diff --git a/icu4c/source/data/lang/ml.txt b/icu4c/source/data/lang/ml.txt
index fbc55d8..8096c53 100644
--- a/icu4c/source/data/lang/ml.txt
+++ b/icu4c/source/data/lang/ml.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ml.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ml.xml
- */
ml{
Keys{
calendar{"കലണ്ടർ"}
@@ -545,15 +542,15 @@
zxx{"ഭാഷാപരമായ ഉള്ളടക്കമൊന്നുമില്ല"}
zza{"സാസാ"}
}
- Languages%variant{
- ps{"പുഷ്തോ"}
- ug{"ഉയ്ഗൂർ"}
- }
- LanguagesShort{
+ Languages%short{
az{"അസേരി"}
en_GB{"യു.കെ. ഇംഗ്ലീഷ്"}
en_US{"യു.എസ്. ഇംഗ്ലീഷ്"}
}
+ Languages%variant{
+ ps{"പുഷ്തോ"}
+ ug{"ഉയ്ഗൂർ"}
+ }
Scripts{
Arab{"അറബിക്"}
Armi{"അർമി"}
@@ -818,7 +815,7 @@
POSIX{"കമ്പ്യൂട്ടർ"}
REVISED{"പരിഷ്ക്കരിച്ച ലിപി"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"ഭാഷ: {0}"}
script{"ലിപി: {0}"}
diff --git a/icu4c/source/data/lang/mn.txt b/icu4c/source/data/lang/mn.txt
index 6b85828..d2cb23f 100755
--- a/icu4c/source/data/lang/mn.txt
+++ b/icu4c/source/data/lang/mn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mn.xml
- */
mn{
Keys{
calendar{"хуанли"}
@@ -247,7 +244,7 @@
zu{"зулу"}
zxx{"хэл зүйн агуулга байхгүй"}
}
- LanguagesShort{
+ Languages%short{
az{"азери"}
en_GB{"их британийн англи"}
en_US{"америкийн нэгдсэн улсын англи"}
@@ -355,7 +352,7 @@
tibt{"тибет тоо"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/mn_Cyrl.txt b/icu4c/source/data/lang/mn_Cyrl.txt
index 932f6ca..a461602 100755
--- a/icu4c/source/data/lang/mn_Cyrl.txt
+++ b/icu4c/source/data/lang/mn_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mn_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mn_Cyrl.xml
- */
mn_Cyrl{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/mn_Cyrl_MN.txt b/icu4c/source/data/lang/mn_Cyrl_MN.txt
index 1601f6e..7cf5c10 100755
--- a/icu4c/source/data/lang/mn_Cyrl_MN.txt
+++ b/icu4c/source/data/lang/mn_Cyrl_MN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/mn_MN.txt b/icu4c/source/data/lang/mn_MN.txt
index 13ff6ce..43f8851 100755
--- a/icu4c/source/data/lang/mn_MN.txt
+++ b/icu4c/source/data/lang/mn_MN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/mo.txt b/icu4c/source/data/lang/mo.txt
index 4d4e9ab..8261196 100755
--- a/icu4c/source/data/lang/mo.txt
+++ b/icu4c/source/data/lang/mo.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/mr.txt b/icu4c/source/data/lang/mr.txt
index bba16c7..449218b 100644
--- a/icu4c/source/data/lang/mr.txt
+++ b/icu4c/source/data/lang/mr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mr.xml
- */
mr{
Keys{
calendar{"दिनदर्शिका"}
@@ -520,14 +517,14 @@
zxx{"भाषावैज्ञानिक सामग्री नाही"}
zza{"झाझा"}
}
- Languages%variant{
- ps{"पुश्तो"}
- }
- LanguagesShort{
+ Languages%short{
az{"अझेरी"}
en_GB{"यू.के. इंग्रजी"}
en_US{"यू.एस. इंग्रजी"}
}
+ Languages%variant{
+ ps{"पुश्तो"}
+ }
Scripts{
Arab{"अरबी"}
Armi{"इम्पिरियल आर्मेनिक"}
@@ -784,7 +781,7 @@
PINYIN{"पिनयिन रोमनायझेशन"}
WADEGILE{"वादे-गिलेस रोमनायझेशन"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"भाषा: {0}"}
script{"लिपी: {0}"}
diff --git a/icu4c/source/data/lang/ms.txt b/icu4c/source/data/lang/ms.txt
index 7478267..5494eba 100644
--- a/icu4c/source/data/lang/ms.txt
+++ b/icu4c/source/data/lang/ms.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ms.xml
- */
ms{
Keys{
calendar{"Kalendar"}
@@ -339,15 +336,15 @@
zxx{"Tiada kandungan linguistik"}
zza{"Zaza"}
}
- Languages%variant{
- ps{"Pushto"}
- ug{"Uighur"}
- }
- LanguagesShort{
+ Languages%short{
az{"Azeri"}
en_GB{"Inggeris U.K."}
en_US{"Inggeris A.S."}
}
+ Languages%variant{
+ ps{"Pushto"}
+ ug{"Uighur"}
+ }
Scripts{
Arab{"Arab"}
Armn{"Armenia"}
@@ -512,7 +509,7 @@
vaii{"Digit Vai"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Bahasa: {0}"}
script{"Skrip: {0}"}
diff --git a/icu4c/source/data/lang/ms_BN.txt b/icu4c/source/data/lang/ms_BN.txt
index 1e8f98a..4080947 100644
--- a/icu4c/source/data/lang/ms_BN.txt
+++ b/icu4c/source/data/lang/ms_BN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ms_Latn.txt b/icu4c/source/data/lang/ms_Latn.txt
index 647a0b8..5e7d92a 100644
--- a/icu4c/source/data/lang/ms_Latn.txt
+++ b/icu4c/source/data/lang/ms_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ms_Latn.xml
- */
ms_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/ms_Latn_BN.txt b/icu4c/source/data/lang/ms_Latn_BN.txt
index 932f0d6..a77f6f5 100644
--- a/icu4c/source/data/lang/ms_Latn_BN.txt
+++ b/icu4c/source/data/lang/ms_Latn_BN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ms_Latn_MY.txt b/icu4c/source/data/lang/ms_Latn_MY.txt
index bf0a0e0..391ad6d 100644
--- a/icu4c/source/data/lang/ms_Latn_MY.txt
+++ b/icu4c/source/data/lang/ms_Latn_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ms_Latn_SG.txt b/icu4c/source/data/lang/ms_Latn_SG.txt
index 12258fe..035e8b8 100644
--- a/icu4c/source/data/lang/ms_Latn_SG.txt
+++ b/icu4c/source/data/lang/ms_Latn_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ms_MY.txt b/icu4c/source/data/lang/ms_MY.txt
index 01b7ba2..01accdc 100644
--- a/icu4c/source/data/lang/ms_MY.txt
+++ b/icu4c/source/data/lang/ms_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ms_SG.txt b/icu4c/source/data/lang/ms_SG.txt
index b0cf0cb..64c1f3b 100644
--- a/icu4c/source/data/lang/ms_SG.txt
+++ b/icu4c/source/data/lang/ms_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/mt.txt b/icu4c/source/data/lang/mt.txt
index 63b28e0..9583d04 100644
--- a/icu4c/source/data/lang/mt.txt
+++ b/icu4c/source/data/lang/mt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mt.xml
- */
mt{
Keys{
calendar{"Kalendarju"}
@@ -433,7 +430,7 @@
zu{"Żulu"}
zun{"Żuni"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"Ingliż (UK)"}
en_US{"Ingliż (US)"}
}
@@ -482,7 +479,7 @@
Variants{
REVISED{"Ortografija Irriveda"}
}
- Version{"2.1.8.22"}
+ Version{"2.1.10.93"}
codePatterns{
language{"Lingwa: {0}"}
script{"Skritt: {0}"}
diff --git a/icu4c/source/data/lang/mua.txt b/icu4c/source/data/lang/mua.txt
index 1753b8b..abdd23f 100755
--- a/icu4c/source/data/lang/mua.txt
+++ b/icu4c/source/data/lang/mua.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mua.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mua.xml
- */
mua{
Languages{
ak{"akaŋ"}
diff --git a/icu4c/source/data/lang/my.txt b/icu4c/source/data/lang/my.txt
index ed6b464..265bb08 100644
--- a/icu4c/source/data/lang/my.txt
+++ b/icu4c/source/data/lang/my.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/my.xml
- */
my{
Keys{
calendar{"ပြက္ခဒိန်"}
@@ -270,7 +267,7 @@
zu{"ဇူလူ"}
zxx{"ဘာသာစကား နှင့် ပတ်သက် သောအရာမရှိ"}
}
- LanguagesShort{
+ Languages%short{
az{"အဇာရီ"}
en_GB{"အင်္ဂလိပ်(ယူကေ)"}
en_US{"အင်္ဂလိပ်(ယူအက်စ်)"}
@@ -403,7 +400,7 @@
REVISED{"ပြန်လည်စီစစ်ထားသော ရေးထုံး"}
SCOTLAND{"စကော့ စံ အင်္ဂလိပ်"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.21"}
codePatterns{
language{"ဘာသာစကား - {0}"}
script{"စာ - {0}"}
diff --git a/icu4c/source/data/lang/naq.txt b/icu4c/source/data/lang/naq.txt
index 23c3958..0bd1c77 100755
--- a/icu4c/source/data/lang/naq.txt
+++ b/icu4c/source/data/lang/naq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/naq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/naq.xml
- */
naq{
Languages{
ak{"Akangowab"}
diff --git a/icu4c/source/data/lang/nb.txt b/icu4c/source/data/lang/nb.txt
index a521e01..f3b4497 100644
--- a/icu4c/source/data/lang/nb.txt
+++ b/icu4c/source/data/lang/nb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nb.xml
- */
nb{
Keys{
calendar{"kalender"}
@@ -545,14 +542,14 @@
zxx{"uten språklig innhold"}
zza{"zaza"}
}
- Languages%variant{
- ps{"pushto"}
- }
- LanguagesShort{
+ Languages%short{
az{"azeri"}
en_GB{"engelsk – britisk"}
en_US{"engelsk – USA"}
}
+ Languages%variant{
+ ps{"pushto"}
+ }
Scripts{
Afak{"afaka"}
Arab{"arabisk"}
@@ -922,7 +919,7 @@
VALLADER{"vallader"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Språk: {0}"}
script{"Skrift: {0}"}
diff --git a/icu4c/source/data/lang/nb_NO.txt b/icu4c/source/data/lang/nb_NO.txt
index e82dbf8..2ba5fc3 100644
--- a/icu4c/source/data/lang/nb_NO.txt
+++ b/icu4c/source/data/lang/nb_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/nd.txt b/icu4c/source/data/lang/nd.txt
index a5941a6..d4d88ef 100755
--- a/icu4c/source/data/lang/nd.txt
+++ b/icu4c/source/data/lang/nd.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nd.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nd.xml
- */
nd{
Languages{
ak{"isi-Akhani"}
diff --git a/icu4c/source/data/lang/ne.txt b/icu4c/source/data/lang/ne.txt
index d4c18b6..81f58dd 100644
--- a/icu4c/source/data/lang/ne.txt
+++ b/icu4c/source/data/lang/ne.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ne.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ne.xml
- */
ne{
Keys{
calendar{"पात्रो"}
@@ -231,7 +228,7 @@
zu{"जुलु"}
zxx{"भाषिक सामग्री छैन"}
}
- LanguagesShort{
+ Languages%short{
az{"अजेरी"}
en_US{"अंग्रेजी (अमेरिका)"}
}
@@ -435,7 +432,7 @@
AREVELA{"पूर्वी आर्मेनियाली"}
POSIX{"कम्प्युटर"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.12.94"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/ne_IN.txt b/icu4c/source/data/lang/ne_IN.txt
deleted file mode 100644
index 36072f6..0000000
--- a/icu4c/source/data/lang/ne_IN.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/ne_IN.xml
-// *
-// ***************************************************************************
-ne_IN{
- Languages{
- ar_001{"अधुनिक प्रमाणिक अरबी"}
- }
- Version{"2.1.8.19"}
-}
diff --git a/icu4c/source/data/lang/nl.txt b/icu4c/source/data/lang/nl.txt
index 11eaa38..c3569d8 100644
--- a/icu4c/source/data/lang/nl.txt
+++ b/icu4c/source/data/lang/nl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nl.xml
- */
nl{
Keys{
calendar{"kalender"}
@@ -507,7 +504,7 @@
sg{"Sango"}
sga{"Oudiers"}
sgs{"Samogitisch"}
- sh{"Servokroatisch"}
+ sh{"Servo-Kroatisch"}
shi{"Tashelhiyt"}
shn{"Shan"}
shu{"Tsjadisch Arabisch"}
@@ -634,12 +631,12 @@
zxx{"geen linguïstische inhoud"}
zza{"Zaza"}
}
+ Languages%short{
+ az{"Azeri"}
+ }
Languages%variant{
ps{"Pashto"}
}
- LanguagesShort{
- az{"Azeri"}
- }
Scripts{
Afak{"Defaka"}
Aghb{"Kaukasisch Albanees"}
@@ -711,9 +708,9 @@
Kthi{"Kaithi"}
Lana{"Lanna"}
Laoo{"Laotiaans"}
- Latf{"Gotisch Latijn"}
- Latg{"Gaelisch Latijn"}
- Latn{"Latijn"}
+ Latf{"Gotisch Latijns"}
+ Latg{"Gaelisch Latijns"}
+ Latn{"Latijns"}
Lepc{"Lepcha"}
Limb{"Limbu"}
Lina{"Lineair A"}
@@ -1023,7 +1020,7 @@
VALLADER{"Vallader"}
WADEGILE{"Wade-Giles-romanisering"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Taal: {0}"}
script{"Schrift: {0}"}
diff --git a/icu4c/source/data/lang/nl_BE.txt b/icu4c/source/data/lang/nl_BE.txt
deleted file mode 100644
index 413ed00..0000000
--- a/icu4c/source/data/lang/nl_BE.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/nl_BE.xml
-// *
-// ***************************************************************************
-nl_BE{
- Languages{
- oc{"Occitaans; Provençaals"}
- sh{"Servo-Kroatisch"}
- }
- Types{
- collation{
- traditional{"Traditioneel"}
- }
- }
- Version{"2.1.8.19"}
-}
diff --git a/icu4c/source/data/lang/nmg.txt b/icu4c/source/data/lang/nmg.txt
index f26b34c..2454814 100755
--- a/icu4c/source/data/lang/nmg.txt
+++ b/icu4c/source/data/lang/nmg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nmg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nmg.xml
- */
nmg{
Languages{
ak{"Kiɛl akan"}
diff --git a/icu4c/source/data/lang/nn.txt b/icu4c/source/data/lang/nn.txt
index e91fe42..4dfe7e8 100644
--- a/icu4c/source/data/lang/nn.txt
+++ b/icu4c/source/data/lang/nn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nn.xml
- */
nn{
Keys{
calendar{"kalender"}
@@ -663,7 +660,7 @@
TARASK{"taraskievica-ortografi"}
VALENCIA{"valensisk dialekt"}
}
- Version{"2.1.7.72"}
+ Version{"2.1.10.42"}
codePatterns{
language{"Språk: {0}"}
script{"Skrift: {0}"}
diff --git a/icu4c/source/data/lang/nn_NO.txt b/icu4c/source/data/lang/nn_NO.txt
index 74ea080..ef57e68 100644
--- a/icu4c/source/data/lang/nn_NO.txt
+++ b/icu4c/source/data/lang/nn_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/nnh.txt b/icu4c/source/data/lang/nnh.txt
index 1672431..582f690 100755
--- a/icu4c/source/data/lang/nnh.txt
+++ b/icu4c/source/data/lang/nnh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nnh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nnh.xml
- */
nnh{
Keys{
calendar{"fʉ̀ʼ njÿó"}
diff --git a/icu4c/source/data/lang/no.txt b/icu4c/source/data/lang/no.txt
index 91c33d7..fdd855f 100644
--- a/icu4c/source/data/lang/no.txt
+++ b/icu4c/source/data/lang/no.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/no_NO.txt b/icu4c/source/data/lang/no_NO.txt
index 785a6e4..63cbf33 100644
--- a/icu4c/source/data/lang/no_NO.txt
+++ b/icu4c/source/data/lang/no_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/no_NO_NY.txt b/icu4c/source/data/lang/no_NO_NY.txt
index 060e782..a9b8ef4 100644
--- a/icu4c/source/data/lang/no_NO_NY.txt
+++ b/icu4c/source/data/lang/no_NO_NY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/nus.txt b/icu4c/source/data/lang/nus.txt
index 333bdc4..faa4594 100755
--- a/icu4c/source/data/lang/nus.txt
+++ b/icu4c/source/data/lang/nus.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nus.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nus.xml
- */
nus{
Languages{
ak{"Thok aka̱ni"}
diff --git a/icu4c/source/data/lang/nyn.txt b/icu4c/source/data/lang/nyn.txt
index 1844dd7..5e88fb4 100755
--- a/icu4c/source/data/lang/nyn.txt
+++ b/icu4c/source/data/lang/nyn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nyn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nyn.xml
- */
nyn{
Languages{
ak{"Orukani"}
diff --git a/icu4c/source/data/lang/om.txt b/icu4c/source/data/lang/om.txt
index 4187f1f..4f62ac5 100644
--- a/icu4c/source/data/lang/om.txt
+++ b/icu4c/source/data/lang/om.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/om.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/om.xml
- */
om{
Languages{
af{"Afrikoota"}
@@ -101,5 +98,5 @@
Scripts{
Latn{"Latin"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/lang/or.txt b/icu4c/source/data/lang/or.txt
index c680b7e..ee40676 100644
--- a/icu4c/source/data/lang/or.txt
+++ b/icu4c/source/data/lang/or.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/or.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/or.xml
- */
or{
Languages{
aa{"ଅଫାର୍"}
diff --git a/icu4c/source/data/lang/os.txt b/icu4c/source/data/lang/os.txt
index 749ced2..6cbbd7e 100644
--- a/icu4c/source/data/lang/os.txt
+++ b/icu4c/source/data/lang/os.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/os.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/os.xml
- */
os{
Keys{
calendar{"Къӕлиндар"}
@@ -105,7 +102,7 @@
latn{"Нырыккон цифрӕтӕ"}
}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
codePatterns{
language{"Ӕвзаг: {0}"}
script{"Скрипт: {0}"}
diff --git a/icu4c/source/data/lang/pa.txt b/icu4c/source/data/lang/pa.txt
index 3a5b34f..4f71ba7 100644
--- a/icu4c/source/data/lang/pa.txt
+++ b/icu4c/source/data/lang/pa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa.xml
- */
pa{
Keys{
calendar{"ਕੈਲੰਡਰ"}
@@ -258,7 +255,7 @@
zu{"ਜ਼ੁਲੂ"}
zxx{"ਕੋਈ ਭਾਸ਼ਾਈ ਸਮੱਗਰੀ ਨਹੀਂ"}
}
- LanguagesShort{
+ Languages%short{
az{"ਅਜ਼ੇਰੀ"}
en_GB{"ਯੂ.ਕੇ. ਅੰਗਰੇਜ਼ੀ"}
en_US{"ਯੂ.ਐਸ. ਅੰਗਰੇਜ਼ੀ"}
@@ -371,7 +368,7 @@
tibt{"ਤਿੱਬਤੀ ਅੰਕ"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"ਭਾਸ਼ਾ: {0}"}
script{"ਲਿਪੀ: {0}"}
diff --git a/icu4c/source/data/lang/pa_Arab.txt b/icu4c/source/data/lang/pa_Arab.txt
index e7dc6d5..1820ed4 100644
--- a/icu4c/source/data/lang/pa_Arab.txt
+++ b/icu4c/source/data/lang/pa_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa_Arab.xml
- */
pa_Arab{
%%Parent{"root"}
Languages{
diff --git a/icu4c/source/data/lang/pa_Arab_PK.txt b/icu4c/source/data/lang/pa_Arab_PK.txt
index 508a02a..f311f29 100644
--- a/icu4c/source/data/lang/pa_Arab_PK.txt
+++ b/icu4c/source/data/lang/pa_Arab_PK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/pa_Guru.txt b/icu4c/source/data/lang/pa_Guru.txt
index ba37949..a124c54 100644
--- a/icu4c/source/data/lang/pa_Guru.txt
+++ b/icu4c/source/data/lang/pa_Guru.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa_Guru.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa_Guru.xml
- */
pa_Guru{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/pa_Guru_IN.txt b/icu4c/source/data/lang/pa_Guru_IN.txt
index eb1583b..2a26eda 100644
--- a/icu4c/source/data/lang/pa_Guru_IN.txt
+++ b/icu4c/source/data/lang/pa_Guru_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/pa_IN.txt b/icu4c/source/data/lang/pa_IN.txt
index 69fc79b..eb2a7df 100644
--- a/icu4c/source/data/lang/pa_IN.txt
+++ b/icu4c/source/data/lang/pa_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/pa_PK.txt b/icu4c/source/data/lang/pa_PK.txt
index 1af7606..989cc9d 100644
--- a/icu4c/source/data/lang/pa_PK.txt
+++ b/icu4c/source/data/lang/pa_PK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/pl.txt b/icu4c/source/data/lang/pl.txt
index 5db3807..e84f6cf 100644
--- a/icu4c/source/data/lang/pl.txt
+++ b/icu4c/source/data/lang/pl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pl.xml
- */
pl{
Keys{
calendar{"kalendarz"}
@@ -638,13 +635,13 @@
zxx{"brak treści o charakterze językowym"}
zza{"zazaki"}
}
- Languages%variant{
- ps{"pasztuński"}
- }
- LanguagesShort{
+ Languages%short{
az{"azerski"}
en_US{"angielski (USA)"}
}
+ Languages%variant{
+ ps{"pasztuński"}
+ }
Scripts{
Arab{"arabskie"}
Armi{"armi"}
@@ -935,7 +932,7 @@
VALENCIA{"walencki"}
WADEGILE{"latynizacja Wade’a i Gilesa"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Język: {0}"}
script{"Pismo: {0}"}
diff --git a/icu4c/source/data/lang/pool.res b/icu4c/source/data/lang/pool.res
index 0c819b3..a56a95c 100644
--- a/icu4c/source/data/lang/pool.res
+++ b/icu4c/source/data/lang/pool.res
Binary files differ
diff --git a/icu4c/source/data/lang/ps.txt b/icu4c/source/data/lang/ps.txt
index 31a5845..cb0969c 100644
--- a/icu4c/source/data/lang/ps.txt
+++ b/icu4c/source/data/lang/ps.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ps.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ps.xml
- */
ps{
Languages{
ar{"عربي"}
diff --git a/icu4c/source/data/lang/pt.txt b/icu4c/source/data/lang/pt.txt
index 188e357..fadd752 100644
--- a/icu4c/source/data/lang/pt.txt
+++ b/icu4c/source/data/lang/pt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pt.xml
- */
pt{
Keys{
calendar{"Calendário"}
@@ -88,7 +85,7 @@
bs{"bósnio"}
bss{"akoose"}
bua{"buriat"}
- bug{"buguinês"}
+ bug{"buginês"}
bum{"bulu"}
byn{"blin"}
byv{"medumba"}
@@ -133,7 +130,7 @@
din{"dinka"}
dje{"zarma"}
doi{"dogri"}
- dsb{"sérvio baixo"}
+ dsb{"sorábio baixo"}
dua{"duala"}
dum{"holandês médio"}
dv{"divehi"}
@@ -212,7 +209,7 @@
hmn{"hmong"}
ho{"hiri motu"}
hr{"croata"}
- hsb{"sorábio superior"}
+ hsb{"sorábio alto"}
ht{"haitiano"}
hu{"húngaro"}
hup{"hupa"}
@@ -351,7 +348,7 @@
naq{"nama"}
nb{"bokmål norueguês"}
nd{"ndebele do norte"}
- nds{"baixo-alemão"}
+ nds{"baixo alemão"}
ne{"nepali"}
new{"newari"}
ng{"dongo"}
@@ -412,7 +409,7 @@
rom{"romani"}
ru{"russo"}
rup{"aromeno"}
- rw{"ruanda"}
+ rw{"kinyarwanda"}
rwk{"rwa"}
sa{"sânscrito"}
sad{"sandawe"}
@@ -499,8 +496,8 @@
tw{"twi"}
twq{"tasawaq"}
ty{"taitiano"}
- tyv{"tuvinian"}
- tzm{"tamazight"}
+ tyv{"tuviniano"}
+ tzm{"tamazight do Atlas Central"}
udm{"udmurt"}
ug{"uigur"}
uga{"ugarítico"}
@@ -544,14 +541,14 @@
zxx{"sem conteúdo linguístico"}
zza{"zaza"}
}
- Languages%variant{
- ps{"pushto"}
- }
- LanguagesShort{
+ Languages%short{
az{"azeri"}
en_GB{"inglês do Reino Unido"}
en_US{"inglês dos Estados Unidos"}
}
+ Languages%variant{
+ ps{"pushto"}
+ }
Scripts{
Arab{"árabe"}
Armi{"armi"}
@@ -618,8 +615,8 @@
Latn{"latim"}
Lepc{"lepcha"}
Limb{"limbu"}
- Lina{"A linear"}
- Linb{"B linear"}
+ Lina{"linear A"}
+ Linb{"linear B"}
Lisu{"lisu"}
Lyci{"lício"}
Lydi{"lídio"}
@@ -700,7 +697,7 @@
chinese{"Calendário Chinês"}
coptic{"Calendário Coptic"}
dangi{"Calendário Dangi"}
- ethiopic{"Calendário etiopiano"}
+ ethiopic{"Calendário etiópico"}
ethiopic-amete-alem{"Calendário Amete Alem da Etiópia"}
gregorian{"Calendário Gregoriano"}
hebrew{"Calendário Hebraico"}
@@ -835,7 +832,7 @@
PINYIN{"romanização Pinyin"}
POLYTON{"politônico"}
POSIX{"computador"}
- REVISED{"Ortografia Revisada"}
+ REVISED{"ortografia revisada"}
ROZAJ{"resiano"}
SAAHO{"saho"}
SCOTLAND{"inglês padrão escocês"}
@@ -847,7 +844,7 @@
VALENCIA{"valenciano"}
WADEGILE{"romanização Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Idioma: {0}"}
script{"Alfabeto: {0}"}
diff --git a/icu4c/source/data/lang/pt_AO.txt b/icu4c/source/data/lang/pt_AO.txt
index 7fcdb99..1231ce4 100755
--- a/icu4c/source/data/lang/pt_AO.txt
+++ b/icu4c/source/data/lang/pt_AO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_AO.xml
diff --git a/icu4c/source/data/lang/pt_CV.txt b/icu4c/source/data/lang/pt_CV.txt
index e1fa168..4aaa580 100755
--- a/icu4c/source/data/lang/pt_CV.txt
+++ b/icu4c/source/data/lang/pt_CV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_CV.xml
diff --git a/icu4c/source/data/lang/pt_GW.txt b/icu4c/source/data/lang/pt_GW.txt
index c38381f..6fe8fa3 100755
--- a/icu4c/source/data/lang/pt_GW.txt
+++ b/icu4c/source/data/lang/pt_GW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_GW.xml
diff --git a/icu4c/source/data/lang/pt_MO.txt b/icu4c/source/data/lang/pt_MO.txt
index a110289..4ee184e 100755
--- a/icu4c/source/data/lang/pt_MO.txt
+++ b/icu4c/source/data/lang/pt_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_MO.xml
diff --git a/icu4c/source/data/lang/pt_MZ.txt b/icu4c/source/data/lang/pt_MZ.txt
index 07e7697..5e498ea 100755
--- a/icu4c/source/data/lang/pt_MZ.txt
+++ b/icu4c/source/data/lang/pt_MZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_MZ.xml
diff --git a/icu4c/source/data/lang/pt_PT.txt b/icu4c/source/data/lang/pt_PT.txt
index baec5e6..fb3d4d2 100644
--- a/icu4c/source/data/lang/pt_PT.txt
+++ b/icu4c/source/data/lang/pt_PT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_PT.xml
@@ -8,37 +8,28 @@
// ***************************************************************************
pt_PT{
Keys{
- colAlternate{"Ignorar Ordenação de Símbolos"}
- colBackwards{"Ordenação de Acentos Invertida"}
- colCaseFirst{"Disposição de Maiúsculas/Minúsculas"}
- colCaseLevel{"Ordenação Sensível a Maiúsculas e Minúsculas"}
- colHiraganaQuaternary{"Ordenação Kana"}
- colNormalization{"Ordenação Normalizada"}
- colNumeric{"Ordenação Numérica"}
- colStrength{"Força da Ordenação"}
- timezone{"Fuso Horário"}
- va{"Variante Local"}
- variableTop{"Ordenar Como Símbolos"}
- x{"Utilização Privada"}
+ colBackwards{"Ordenação de acentos invertida"}
+ colCaseLevel{"Ordenação sensível a maiúsculas e minúsculas"}
+ colHiraganaQuaternary{"Ordenação kana"}
+ colNormalization{"Ordenação normalizada"}
+ colNumeric{"Ordenação numérica"}
+ colStrength{"Força da ordenação"}
+ variableTop{"Ordenar como símbolos"}
+ x{"Utilização privada"}
}
Languages{
af{"africânder"}
- ar_001{"árabe moderno padrão"}
arn{"mapuche"}
bax{"bamun"}
bbj{"ghomala"}
- bug{"buginese"}
- ce{"chechene"}
chn{"jargão chinook"}
ckb{"sorani curdo"}
cs{"checo"}
dsb{"baixo sórabio"}
- dyu{"diula"}
ee{"ewe"}
egy{"egípcio clássico"}
en_CA{"inglês canadiano"}
enm{"inglês medieval"}
- es_MX{"espanhol do México"}
et{"estónio"}
fr_CA{"francês canadiano"}
frm{"francês medieval"}
@@ -51,60 +42,41 @@
hsb{"alto sórabio"}
hy{"arménio"}
ig{"igbo"}
- ik{"inupiaq"}
kea{"cabo-verdiano"}
kg{"conguês"}
- km{"cmer"}
kn{"canarim"}
lez{"lezghiano"}
lg{"ganda"}
luo{"luo"}
mga{"irlandês, medieval"}
mk{"macedónio"}
- moh{"mohawk"}
nb{"norueguês bokmål"}
- nds{"baixo alemão"}
nn{"norueguês nynorsk"}
- non{"norse, old"}
oc{"provençal"}
os{"ossético"}
pl{"polaco"}
- pro{"provençal, arcaico"}
ps{"pastó"}
rom{"romanês"}
- root{"root"}
- rw{"kinyarwanda"}
sah{"sakha"}
shu{"árabe do Chade"}
- swb{"língua comoriana"}
tk{"turcomano"}
to{"tonga"}
- tog{"toganês"}
- tyv{"tuviniano"}
- tzm{"tamazight do Atlas Central"}
vai{"vai"}
xog{"soga"}
- zgh{"tamazight padrão de Marrocos"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"inglês (RU)"}
en_US{"inglês (EUA)"}
}
Scripts{
Armn{"arménio"}
- Blis{"símbolos Bliss"}
Egyd{"egípcio demótico"}
Egyh{"egípcio hierático"}
Gujr{"guzerate"}
- Hans{"han simplificado"}
- Hant{"han tradicional"}
Inds{"indus"}
- Lina{"linear A"}
- Linb{"linear B"}
Sylo{"siloti nagri"}
Tale{"tai le"}
Telu{"telugu"}
- Xsux{"cuneiforme sumero-acadiano"}
Zsym{"símbolos"}
Zxxx{"não escrito"}
}
@@ -112,61 +84,58 @@
calendar{
buddhist{"Calendário budista"}
chinese{"Calendário chinês"}
- coptic{"Calendário Copta"}
+ coptic{"Calendário copta"}
dangi{"Calendário dangi"}
ethiopic{"Calendário etíope"}
ethiopic-amete-alem{"Calendário Etíope Amete Alem"}
gregorian{"Calendário gregoriano"}
hebrew{"Calendário hebraico"}
islamic{"Calendário islâmico"}
- islamic-civil{"Calendário Islâmico/Civil"}
japanese{"Calendário japonês"}
persian{"Calendário persa"}
}
colAlternate{
- non-ignorable{"Ordenar Símbolos"}
- shifted{"Ordenar Símbolos Ignorados"}
+ non-ignorable{"Ordenar símbolos"}
+ shifted{"Ordenar símbolos ignorados"}
}
colBackwards{
- no{"Ordenar Acentos Normalmente"}
- yes{"Ordenar Acentos Inversamente"}
+ no{"Ordenar acentos normalmente"}
+ yes{"Ordenar acentos inversamente"}
}
colCaseFirst{
- lower{"Ordenar Minúsculas Primeiro"}
- no{"Ordenar Disposição de Tipo de Letra Normal"}
- upper{"Ordenar Maiúsculas Primeiro"}
+ lower{"Ordenar por minúsculas"}
+ no{"Ordenar disposição de tipo de letra normal"}
+ upper{"Ordenar por maiúsculas"}
}
colCaseLevel{
- no{"Ordenar Insensível a Maiúsculas/Minúsculas"}
- yes{"Ordenar Sensível a Maiúsculas/Minúsculas"}
+ no{"Ordenar insensível a maiúsculas/minúsculas"}
+ yes{"Ordenar sensível a maiúsculas/minúsculas"}
}
colHiraganaQuaternary{
- no{"Ordenar Kana Separadamente"}
- yes{"Ordenar Kana Diferentemente"}
+ no{"Ordenar kana separadamente"}
+ yes{"Ordenar kana diferentemente"}
}
colNormalization{
- no{"Ordenar Sem Normalização"}
- yes{"Ordenar Unicode Normalizado"}
+ no{"Ordenar sem normalização"}
+ yes{"Ordenar Unicode normalizado"}
}
colNumeric{
- no{"Ordenar Dígitos Individualmente"}
- yes{"Ordenar Dígitos Numericamente"}
+ no{"Ordenar dígitos individualmente"}
+ yes{"Ordenar dígitos numericamente"}
}
colStrength{
- identical{"Ordenar Tudo"}
- primary{"Ordenar Apenas Letras Básicas"}
- quaternary{"Ordenar Acentos/Tipo de Letra/Largura/Kana"}
- secondary{"Ordenar Acentos"}
- tertiary{"Ordenar Acentos/Tipo de Letra/Largura"}
+ identical{"Ordenar tudo"}
+ primary{"Ordenar apenas letras básicas"}
+ quaternary{"Ordenar acentos/tipo de letra/largura/kana"}
+ secondary{"Ordenar acentos"}
+ tertiary{"Ordenar acentos/tipo de letra/largura"}
}
collation{
- dictionary{"Ordenação do Dicionário"}
- ducet{"Ordenação Unicode predefinida"}
- phonebook{"Ordem da Lista Telefónica"}
- phonetic{"Sequência de Ordenação Fonética"}
- pinyin{"Ordem do Chinês Simplificado Pinyin"}
- reformed{"Reforma da Ordenação"}
- searchjl{"Pesquisar Por Consoante Inicial Hangul"}
+ dictionary{"Ordenação do dicionário"}
+ ducet{"Ordenação unicode predefinida"}
+ phonebook{"Ordem da lista telefónica"}
+ phonetic{"Sequência de ordenação fonética"}
+ reformed{"Reforma da ordenação"}
standard{"Ordenação padrão"}
stroke{"Ordem por traços"}
traditional{"Ordem tradicional"}
@@ -178,7 +147,7 @@
beng{"Algarismos bengalis"}
deva{"Algarismos devanágaris"}
ethi{"Numeração etíope"}
- finance{"Algarismos Financeiros"}
+ finance{"Algarismos financeiros"}
fullwide{"Algarismos de largura completa"}
geor{"Numeração georgiana"}
grek{"Numeração grega"}
@@ -196,35 +165,23 @@
khmr{"Algarismos de cmer"}
knda{"Algarismos de canarim"}
mlym{"Algarismos de malaiala"}
- mong{"Algarismos Mongóis"}
mymr{"Algarismos birmaneses"}
- native{"Dígitos Nativos"}
orya{"Algarismos de oriya"}
roman{"Numeração romana"}
romanlow{"Numeração romana minúscula"}
taml{"Numeração tâmil"}
tamldec{"Algarismos de tâmil"}
telu{"Algarismos de telugu"}
- traditional{"Algarismos Tradicionais"}
- vaii{"Dígitos Vai"}
+ traditional{"Algarismos tradicionais"}
}
}
Variants{
AREVELA{"arménio oriental"}
AREVMDA{"arménio ocidental"}
- BISKE{"dialecto san giorgio/bila"}
- BOONT{"buntlingue"}
- LIPAW{"dialecto lipovaz de Resian"}
MONOTON{"monotónico"}
- NEDIS{"dialecto natisone"}
- NJIVA{"dialecto gniva/njiva"}
- OSOJS{"dialecto oseacco/osojane"}
- PINYIN{"Romanização pinyin"}
POLYTON{"politónico"}
- SOLBA{"dialecto stolvizza/solbica"}
- WADEGILE{"Romanização Wade-Giles"}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
codePatterns{
script{"Escrita: {0}"}
}
diff --git a/icu4c/source/data/lang/pt_ST.txt b/icu4c/source/data/lang/pt_ST.txt
index 165922a..30724b7 100755
--- a/icu4c/source/data/lang/pt_ST.txt
+++ b/icu4c/source/data/lang/pt_ST.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_ST.xml
diff --git a/icu4c/source/data/lang/pt_TL.txt b/icu4c/source/data/lang/pt_TL.txt
index 802ec97..819fe94 100755
--- a/icu4c/source/data/lang/pt_TL.txt
+++ b/icu4c/source/data/lang/pt_TL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_TL.xml
diff --git a/icu4c/source/data/lang/qu.txt b/icu4c/source/data/lang/qu.txt
index 30c4b7d..6a42a6a 100644
--- a/icu4c/source/data/lang/qu.txt
+++ b/icu4c/source/data/lang/qu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/qu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/qu.xml
- */
qu{
Languages{
af{"Afrikaans Simi"}
diff --git a/icu4c/source/data/lang/resfiles.mk b/icu4c/source/data/lang/resfiles.mk
index 7ebe52f..38fddf8 100644
--- a/icu4c/source/data/lang/resfiles.mk
+++ b/icu4c/source/data/lang/resfiles.mk
@@ -1,4 +1,4 @@
-# * Copyright (C) 1998-2014, International Business Machines
+# * Copyright (C) 1998-2015, International Business Machines
# * Corporation and others. All Rights Reserved.
LANG_CLDR_VERSION = %version%
# A list of txt's to build
@@ -52,66 +52,65 @@
# Ordinary resources
LANG_SOURCE = af.txt agq.txt ak.txt am.txt\
- ar.txt ar_AE.txt ar_EG.txt ar_LB.txt as.txt\
- asa.txt az.txt az_Cyrl.txt az_Latn.txt bas.txt\
- be.txt bem.txt bez.txt bg.txt bm.txt\
- bm_Latn.txt bn.txt bn_IN.txt bo.txt br.txt\
- brx.txt bs.txt bs_Cyrl.txt bs_Latn.txt ca.txt\
- cgg.txt chr.txt cs.txt cy.txt da.txt\
- dav.txt de.txt de_CH.txt dje.txt dsb.txt\
- dua.txt dyo.txt dz.txt ebu.txt ee.txt\
- el.txt en.txt en_150.txt en_AG.txt en_AI.txt\
- en_AU.txt en_BB.txt en_BE.txt en_BM.txt en_BS.txt\
- en_BW.txt en_BZ.txt en_CC.txt en_CK.txt en_CM.txt\
- en_CX.txt en_DG.txt en_DM.txt en_ER.txt en_FJ.txt\
- en_FK.txt en_FM.txt en_GB.txt en_GD.txt en_GG.txt\
- en_GH.txt en_GI.txt en_GM.txt en_GY.txt en_HK.txt\
- en_IE.txt en_IM.txt en_IN.txt en_IO.txt en_JE.txt\
- en_JM.txt en_KE.txt en_KI.txt en_KN.txt en_KY.txt\
- en_LC.txt en_LR.txt en_LS.txt en_MG.txt en_MO.txt\
- en_MS.txt en_MT.txt en_MU.txt en_MW.txt en_MY.txt\
- en_NA.txt en_NF.txt en_NG.txt en_NR.txt en_NU.txt\
- en_NZ.txt en_PG.txt en_PH.txt en_PK.txt en_PN.txt\
- en_PW.txt en_RW.txt en_SB.txt en_SC.txt en_SD.txt\
- en_SG.txt en_SH.txt en_SL.txt en_SS.txt en_SX.txt\
- en_SZ.txt en_TC.txt en_TK.txt en_TO.txt en_TT.txt\
- en_TV.txt en_TZ.txt en_UG.txt en_VC.txt en_VG.txt\
- en_VU.txt en_WS.txt en_ZA.txt en_ZM.txt en_ZW.txt\
- eo.txt es.txt es_419.txt es_AR.txt es_BO.txt\
- es_CL.txt es_CO.txt es_CR.txt es_CU.txt es_DO.txt\
- es_EC.txt es_GT.txt es_HN.txt es_MX.txt es_NI.txt\
- es_PA.txt es_PE.txt es_PR.txt es_PY.txt es_SV.txt\
- es_US.txt es_UY.txt es_VE.txt et.txt eu.txt\
- ewo.txt fa.txt fa_AF.txt ff.txt fi.txt\
- fil.txt fo.txt fr.txt fr_CA.txt fur.txt\
- fy.txt ga.txt gd.txt gl.txt gsw.txt\
- gu.txt guz.txt gv.txt ha.txt ha_Latn.txt\
- haw.txt he.txt hi.txt hr.txt hsb.txt\
- hu.txt hy.txt id.txt ig.txt ii.txt\
- is.txt it.txt ja.txt jgo.txt jmc.txt\
- ka.txt kab.txt kam.txt kde.txt kea.txt\
- khq.txt ki.txt kk.txt kk_Cyrl.txt kkj.txt\
- kl.txt kln.txt km.txt kn.txt ko.txt\
- kok.txt ks.txt ks_Arab.txt ksb.txt ksf.txt\
- ksh.txt kw.txt ky.txt ky_Cyrl.txt lag.txt\
- lb.txt lg.txt lkt.txt ln.txt lo.txt\
- lt.txt lu.txt luo.txt luy.txt lv.txt\
- mas.txt mer.txt mfe.txt mg.txt mgh.txt\
- mgo.txt mk.txt ml.txt mn.txt mn_Cyrl.txt\
- mr.txt ms.txt ms_Latn.txt mt.txt mua.txt\
- my.txt naq.txt nb.txt nd.txt ne.txt\
- ne_IN.txt nl.txt nl_BE.txt nmg.txt nn.txt\
- nnh.txt nus.txt nyn.txt om.txt or.txt\
- os.txt pa.txt pa_Arab.txt pa_Guru.txt pl.txt\
- ps.txt pt.txt pt_AO.txt pt_CV.txt pt_GW.txt\
- pt_MO.txt pt_MZ.txt pt_PT.txt pt_ST.txt pt_TL.txt\
- qu.txt rm.txt rn.txt ro.txt rof.txt\
- ru.txt ru_UA.txt rw.txt rwk.txt sah.txt\
+ ar.txt ar_EG.txt as.txt asa.txt az.txt\
+ az_Cyrl.txt az_Latn.txt bas.txt be.txt bem.txt\
+ bez.txt bg.txt bm.txt bm_Latn.txt bn.txt\
+ bo.txt br.txt brx.txt bs.txt bs_Cyrl.txt\
+ bs_Latn.txt ca.txt cgg.txt chr.txt cs.txt\
+ cy.txt da.txt dav.txt de.txt de_CH.txt\
+ dje.txt dsb.txt dua.txt dyo.txt dz.txt\
+ ebu.txt ee.txt el.txt en.txt en_150.txt\
+ en_AG.txt en_AI.txt en_AU.txt en_BB.txt en_BE.txt\
+ en_BM.txt en_BS.txt en_BW.txt en_BZ.txt en_CA.txt\
+ en_CC.txt en_CK.txt en_CM.txt en_CX.txt en_DG.txt\
+ en_DM.txt en_ER.txt en_FJ.txt en_FK.txt en_FM.txt\
+ en_GB.txt en_GD.txt en_GG.txt en_GH.txt en_GI.txt\
+ en_GM.txt en_GY.txt en_HK.txt en_IE.txt en_IM.txt\
+ en_IN.txt en_IO.txt en_JE.txt en_JM.txt en_KE.txt\
+ en_KI.txt en_KN.txt en_KY.txt en_LC.txt en_LR.txt\
+ en_LS.txt en_MG.txt en_MO.txt en_MS.txt en_MT.txt\
+ en_MU.txt en_MW.txt en_MY.txt en_NA.txt en_NF.txt\
+ en_NG.txt en_NR.txt en_NU.txt en_NZ.txt en_PG.txt\
+ en_PH.txt en_PK.txt en_PN.txt en_PW.txt en_RW.txt\
+ en_SB.txt en_SC.txt en_SD.txt en_SG.txt en_SH.txt\
+ en_SL.txt en_SS.txt en_SX.txt en_SZ.txt en_TC.txt\
+ en_TK.txt en_TO.txt en_TT.txt en_TV.txt en_TZ.txt\
+ en_UG.txt en_VC.txt en_VG.txt en_VU.txt en_WS.txt\
+ en_ZA.txt en_ZM.txt en_ZW.txt eo.txt es.txt\
+ es_419.txt es_AR.txt es_BO.txt es_CL.txt es_CO.txt\
+ es_CR.txt es_CU.txt es_DO.txt es_EC.txt es_GT.txt\
+ es_HN.txt es_MX.txt es_NI.txt es_PA.txt es_PE.txt\
+ es_PR.txt es_PY.txt es_SV.txt es_US.txt es_UY.txt\
+ es_VE.txt et.txt eu.txt ewo.txt fa.txt\
+ fa_AF.txt ff.txt fi.txt fil.txt fo.txt\
+ fr.txt fr_CA.txt fur.txt fy.txt ga.txt\
+ gd.txt gl.txt gsw.txt gu.txt guz.txt\
+ gv.txt ha.txt ha_Latn.txt haw.txt he.txt\
+ hi.txt hr.txt hsb.txt hu.txt hy.txt\
+ id.txt ig.txt ii.txt is.txt it.txt\
+ ja.txt jgo.txt jmc.txt ka.txt kab.txt\
+ kam.txt kde.txt kea.txt khq.txt ki.txt\
+ kk.txt kk_Cyrl.txt kkj.txt kl.txt kln.txt\
+ km.txt kn.txt ko.txt kok.txt ks.txt\
+ ks_Arab.txt ksb.txt ksf.txt ksh.txt kw.txt\
+ ky.txt ky_Cyrl.txt lag.txt lb.txt lg.txt\
+ lkt.txt ln.txt lo.txt lt.txt lu.txt\
+ luo.txt luy.txt lv.txt mas.txt mer.txt\
+ mfe.txt mg.txt mgh.txt mgo.txt mk.txt\
+ ml.txt mn.txt mn_Cyrl.txt mr.txt ms.txt\
+ ms_Latn.txt mt.txt mua.txt my.txt naq.txt\
+ nb.txt nd.txt ne.txt nl.txt nmg.txt\
+ nn.txt nnh.txt nus.txt nyn.txt om.txt\
+ or.txt os.txt pa.txt pa_Arab.txt pa_Guru.txt\
+ pl.txt ps.txt pt.txt pt_AO.txt pt_CV.txt\
+ pt_GW.txt pt_MO.txt pt_MZ.txt pt_PT.txt pt_ST.txt\
+ pt_TL.txt qu.txt rm.txt rn.txt ro.txt\
+ rof.txt ru.txt rw.txt rwk.txt sah.txt\
saq.txt sbp.txt se.txt se_FI.txt seh.txt\
ses.txt sg.txt shi.txt shi_Latn.txt shi_Tfng.txt\
si.txt sk.txt sl.txt smn.txt sn.txt\
so.txt sq.txt sr.txt sr_Cyrl.txt sr_Latn.txt\
- sv.txt sv_FI.txt sw.txt swc.txt ta.txt\
+ sv.txt sv_FI.txt sw.txt sw_CD.txt ta.txt\
te.txt teo.txt th.txt ti.txt to.txt\
tr.txt twq.txt tzm.txt tzm_Latn.txt ug.txt\
ug_Arab.txt uk.txt ur.txt ur_IN.txt uz.txt\
diff --git a/icu4c/source/data/lang/rm.txt b/icu4c/source/data/lang/rm.txt
index 2508995..67f8194 100755
--- a/icu4c/source/data/lang/rm.txt
+++ b/icu4c/source/data/lang/rm.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rm.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rm.xml
- */
rm{
Keys{
calendar{"chalender"}
@@ -636,7 +633,7 @@
TARASK{"ortografia taraskievica"}
VALENCIA{"valencian"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Lingua: {0}"}
script{"Scrittira: {0}"}
diff --git a/icu4c/source/data/lang/rn.txt b/icu4c/source/data/lang/rn.txt
index 1e6f04f..22f1084 100755
--- a/icu4c/source/data/lang/rn.txt
+++ b/icu4c/source/data/lang/rn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rn.xml
- */
rn{
Languages{
ak{"Igikani"}
diff --git a/icu4c/source/data/lang/ro.txt b/icu4c/source/data/lang/ro.txt
index c4101b2..d1fc5cb 100644
--- a/icu4c/source/data/lang/ro.txt
+++ b/icu4c/source/data/lang/ro.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ro.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ro.xml
- */
ro{
Keys{
calendar{"calendar"}
@@ -545,14 +542,14 @@
zxx{"fară conținut lingvistic"}
zza{"zaza"}
}
- Languages%variant{
- ps{"pushto"}
- }
- LanguagesShort{
+ Languages%short{
az{"azeră"}
en_GB{"engleză britanică"}
en_US{"engleză (S.U.A)"}
}
+ Languages%variant{
+ ps{"pushto"}
+ }
Scripts{
Arab{"arabă"}
Armn{"armeană"}
@@ -752,7 +749,7 @@
SCOTLAND{"engleză standard scoțiană"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Limbă: {0}"}
script{"Scriere: {0}"}
diff --git a/icu4c/source/data/lang/ro_MD.txt b/icu4c/source/data/lang/ro_MD.txt
index 55f3491..f5d1d87 100755
--- a/icu4c/source/data/lang/ro_MD.txt
+++ b/icu4c/source/data/lang/ro_MD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/rof.txt b/icu4c/source/data/lang/rof.txt
index 240c1e5..c4ad3dc 100755
--- a/icu4c/source/data/lang/rof.txt
+++ b/icu4c/source/data/lang/rof.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rof.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rof.xml
- */
rof{
Languages{
ak{"Kiakani"}
diff --git a/icu4c/source/data/lang/root.txt b/icu4c/source/data/lang/root.txt
index 3e78e22..e7830ed 100644
--- a/icu4c/source/data/lang/root.txt
+++ b/icu4c/source/data/lang/root.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/root.xml
@@ -10,7 +10,7 @@
* ICU <specials> source: <path>/common/main/root.xml
*/
root{
- Version{"2.1.7.12"}
+ Version{"2.1.12.90"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/ru.txt b/icu4c/source/data/lang/ru.txt
index a0893b4..f84c050 100644
--- a/icu4c/source/data/lang/ru.txt
+++ b/icu4c/source/data/lang/ru.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ru.xml
- */
ru{
Keys{
calendar{"календарь"}
@@ -128,7 +125,7 @@
de_AT{"австрийский немецкий"}
de_CH{"швейцарский верхненемецкий"}
del{"делаварский"}
- den{"славянский"}
+ den{"слейви"}
dgr{"догриб"}
din{"динка"}
dje{"зарма"}
@@ -545,164 +542,164 @@
zxx{"без языкового содержания"}
zza{"заза"}
}
- LanguagesShort{
+ Languages%short{
az{"азербайджанский"}
en_US{"английский (США)"}
}
Scripts{
Afak{"афака"}
Arab{"арабица"}
- Armi{"Арамейская"}
+ Armi{"арамейская"}
Armn{"армянская"}
- Avst{"Авестийская"}
- Bali{"Балийская"}
+ Avst{"авестийская"}
+ Bali{"балийская"}
Bamu{"бамум"}
Bass{"басса (вах)"}
- Batk{"Батакская"}
+ Batk{"батакская"}
Beng{"бенгальская"}
- Blis{"Блиссимволика"}
+ Blis{"блиссимволика"}
Bopo{"бопомофо"}
- Brah{"Брахми"}
- Brai{"Брайля"}
- Bugi{"Бугинизийская"}
- Buhd{"Бухид"}
- Cakm{"Чакмийская"}
- Cans{"Канадское слоговое письмо"}
- Cari{"Карийская"}
- Cham{"Чамская"}
- Cher{"Чероки"}
- Cirt{"Кирт"}
- Copt{"Коптская"}
- Cprt{"Кипрская"}
+ Brah{"брахми"}
+ Brai{"брайля"}
+ Bugi{"бугинизийская"}
+ Buhd{"бухид"}
+ Cakm{"чакмийская"}
+ Cans{"канадское слоговое письмо"}
+ Cari{"карийская"}
+ Cham{"чамская"}
+ Cher{"чероки"}
+ Cirt{"кирт"}
+ Copt{"коптская"}
+ Cprt{"кипрская"}
Cyrl{"кириллица"}
- Cyrs{"Старославянская"}
+ Cyrs{"старославянская"}
Deva{"деванагари"}
- Dsrt{"Дезерет"}
+ Dsrt{"дезерет"}
Dupl{"дуплоянская скоропись"}
- Egyd{"Египетская демотическая"}
- Egyh{"Египетская иератическая"}
- Egyp{"Египетская иероглифическая"}
+ Egyd{"египетская демотическая"}
+ Egyh{"египетская иератическая"}
+ Egyp{"египетская иероглифическая"}
Ethi{"эфиопская"}
- Geok{"Грузинская хуцури"}
+ Geok{"грузинская хуцури"}
Geor{"грузинская"}
- Glag{"Глаголица"}
- Goth{"Готская"}
+ Glag{"глаголица"}
+ Goth{"готская"}
Gran{"грантха"}
Grek{"греческая"}
Gujr{"гуджарати"}
Guru{"гурмукхи"}
Hang{"хангыль"}
Hani{"китайская"}
- Hano{"Хануну"}
+ Hano{"хануну"}
Hans{"упрощенная китайская"}
Hant{"традиционная китайская"}
Hebr{"иврит"}
Hira{"хирагана"}
Hluw{"лувийские иероглифы"}
- Hmng{"Пахау хмонг"}
- Hrkt{"Катакана или хирагана"}
- Hung{"Старовенгерская"}
- Inds{"Хараппская (письменность долины Инда)"}
- Ital{"Староитальянская"}
- Java{"Яванская"}
+ Hmng{"пахау хмонг"}
+ Hrkt{"катакана или хирагана"}
+ Hung{"старовенгерская"}
+ Inds{"хараппская (письменность долины Инда)"}
+ Ital{"староитальянская"}
+ Java{"яванская"}
Jpan{"японская"}
Jurc{"чжурчжэньская"}
- Kali{"Кайа"}
+ Kali{"кайа"}
Kana{"катакана"}
- Khar{"Кхароштхи"}
+ Khar{"кхароштхи"}
Khmr{"кхмерская"}
Khoj{"ходжики"}
Knda{"каннада"}
Kore{"корейская"}
Kpel{"кпелле"}
- Kthi{"Кайтхи"}
- Lana{"Ланна"}
+ Kthi{"кайтхи"}
+ Lana{"ланна"}
Laoo{"лаосская"}
- Latf{"Латинская фрактура"}
- Latg{"Гэльская латинская"}
+ Latf{"латинская фрактура"}
+ Latg{"гэльская латинская"}
Latn{"латиница"}
- Lepc{"Лепха"}
- Limb{"Лимбу"}
- Lina{"Линейное письмо А"}
- Linb{"Линейное письмо Б"}
+ Lepc{"лепха"}
+ Limb{"лимбу"}
+ Lina{"линейное письмо А"}
+ Linb{"линейное письмо Б"}
Lisu{"лису"}
Loma{"лома"}
- Lyci{"Лициан"}
- Lydi{"Лидийская"}
- Mand{"Мандейская"}
- Mani{"Манихейская"}
- Maya{"Майя"}
+ Lyci{"лициан"}
+ Lydi{"лидийская"}
+ Mand{"мандейская"}
+ Mani{"манихейская"}
+ Maya{"майя"}
Mend{"менде"}
Merc{"мероитская курсивная"}
- Mero{"Мероитская"}
+ Mero{"мероитская"}
Mlym{"малаяльская"}
Mong{"монгольская"}
- Moon{"Азбука Муна"}
+ Moon{"азбука муна"}
Mroo{"мро"}
- Mtei{"Манипури"}
+ Mtei{"манипури"}
Mymr{"мьянманская"}
Narb{"северноаравийское"}
Nbat{"набатейская"}
Nkgb{"наси геба"}
- Nkoo{"Нко"}
+ Nkoo{"нко"}
Nshu{"нюй-шу"}
- Ogam{"Огамическая"}
- Olck{"Ол Чики"}
- Orkh{"Орхоно-енисейская"}
+ Ogam{"огамическая"}
+ Olck{"ол чики"}
+ Orkh{"орхоно-енисейская"}
Orya{"ория"}
- Osma{"Османская"}
+ Osma{"османская"}
Palm{"пальмиры"}
- Perm{"Древнепермская"}
- Phag{"Пагспа"}
+ Perm{"древнепермская"}
+ Phag{"пагспа"}
Phli{"пехлевийская"}
Phlp{"пахлави псалтирная"}
- Phlv{"Пахлави книжная"}
- Phnx{"Финикийская"}
- Plrd{"Поллардовская фонетика"}
+ Phlv{"пахлави книжная"}
+ Phnx{"финикийская"}
+ Plrd{"поллардовская фонетика"}
Prti{"парфянская"}
- Rjng{"Реджангская"}
- Roro{"Ронго-ронго"}
- Runr{"Руническая"}
- Samr{"Самаритянская"}
- Sara{"Сарати"}
+ Rjng{"реджангская"}
+ Roro{"ронго-ронго"}
+ Runr{"руническая"}
+ Samr{"самаритянская"}
+ Sara{"сарати"}
Sarb{"староюжноарабская"}
- Saur{"Саураштра"}
- Sgnw{"Язык знаков"}
- Shaw{"Алфавит Шоу"}
+ Saur{"саураштра"}
+ Sgnw{"язык знаков"}
+ Shaw{"алфавит Шоу"}
Shrd{"шарада"}
Sind{"кхудавади"}
Sinh{"сингальская"}
Sora{"сора-сонпенг"}
- Sund{"Сунданская"}
- Sylo{"Силоти Нагри"}
- Syrc{"Сирийская"}
- Syre{"Сирийская эстрангело"}
- Syrj{"Западносирийская"}
- Syrn{"Восточно-сирийская"}
- Tagb{"Тагбанва"}
+ Sund{"сунданская"}
+ Sylo{"силоти нагри"}
+ Syrc{"сирийская"}
+ Syre{"сирийская эстрангело"}
+ Syrj{"западносирийская"}
+ Syrn{"восточно-сирийская"}
+ Tagb{"тагбанва"}
Takr{"такри"}
- Tale{"Тайский Ле"}
- Talu{"Новый Тайский Ле"}
+ Tale{"тайский ле"}
+ Talu{"новый тайский ле"}
Taml{"тамильская"}
Tang{"тангутское меня"}
Tavt{"тай-вьет"}
Telu{"телугу"}
- Teng{"Тенгварская"}
- Tfng{"Древнеливийская"}
- Tglg{"Тагалог"}
+ Teng{"тенгварская"}
+ Tfng{"древнеливийская"}
+ Tglg{"тагалог"}
Thaa{"таана"}
Thai{"тайская"}
Tibt{"тибетская"}
Tirh{"тирхута"}
- Ugar{"Угаритская"}
- Vaii{"Вайская"}
- Visp{"Видимая речь"}
+ Ugar{"угаритская"}
+ Vaii{"вайская"}
+ Visp{"видимая речь"}
Wara{"варанг-кшити"}
Wole{"волеаи"}
- Xpeo{"Староперсидская"}
- Xsux{"Шумеро-аккадская клинопись"}
- Yiii{"И"}
- Zinh{"Унаследованная"}
+ Xpeo{"староперсидская"}
+ Xsux{"шумеро-аккадская клинопись"}
+ Yiii{"и"}
+ Zinh{"унаследованная"}
Zmth{"математические обозначения"}
Zsym{"символы"}
Zxxx{"бесписьменный"}
@@ -875,7 +872,7 @@
VALENCIA{"Валенсийский"}
WADEGILE{"Система Уэйда – Джайлза"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.53"}
codePatterns{
language{"Язык: {0}"}
script{"Письменность: {0}"}
diff --git a/icu4c/source/data/lang/ru_UA.txt b/icu4c/source/data/lang/ru_UA.txt
deleted file mode 100644
index 6539a51..0000000
--- a/icu4c/source/data/lang/ru_UA.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/ru_UA.xml
-// *
-// ***************************************************************************
-ru_UA{
- Languages{
- den{"слэйви"}
- mh{"маршальский"}
- tlh{"клингон"}
- }
- Version{"2.1.8.19"}
-}
diff --git a/icu4c/source/data/lang/rw.txt b/icu4c/source/data/lang/rw.txt
index 0355c96..9f49bc8 100755
--- a/icu4c/source/data/lang/rw.txt
+++ b/icu4c/source/data/lang/rw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rw.xml
- */
rw{
Languages{
af{"Ikinyafurikaneri"}
diff --git a/icu4c/source/data/lang/rwk.txt b/icu4c/source/data/lang/rwk.txt
index 2cbba54..ebf3ce9 100755
--- a/icu4c/source/data/lang/rwk.txt
+++ b/icu4c/source/data/lang/rwk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rwk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rwk.xml
- */
rwk{
Languages{
ak{"Kiakanyi"}
diff --git a/icu4c/source/data/lang/sah.txt b/icu4c/source/data/lang/sah.txt
index 487674a..42f0917 100644
--- a/icu4c/source/data/lang/sah.txt
+++ b/icu4c/source/data/lang/sah.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sah.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sah.xml
- */
sah{
Languages{
ab{"Абхаастыы"}
diff --git a/icu4c/source/data/lang/saq.txt b/icu4c/source/data/lang/saq.txt
index 2641daf..b259e7e 100755
--- a/icu4c/source/data/lang/saq.txt
+++ b/icu4c/source/data/lang/saq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/saq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/saq.xml
- */
saq{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/sbp.txt b/icu4c/source/data/lang/sbp.txt
index 6cf9531..a8ba910 100755
--- a/icu4c/source/data/lang/sbp.txt
+++ b/icu4c/source/data/lang/sbp.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sbp.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sbp.xml
- */
sbp{
Languages{
ak{"Ishiyakani"}
diff --git a/icu4c/source/data/lang/se.txt b/icu4c/source/data/lang/se.txt
index 681fddc..9c9c729 100644
--- a/icu4c/source/data/lang/se.txt
+++ b/icu4c/source/data/lang/se.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/se.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/se.xml
- */
se{
Keys{
calendar{"kaleandar"}
diff --git a/icu4c/source/data/lang/se_FI.txt b/icu4c/source/data/lang/se_FI.txt
index aa984f0..829d070 100644
--- a/icu4c/source/data/lang/se_FI.txt
+++ b/icu4c/source/data/lang/se_FI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/se_FI.xml
@@ -38,7 +38,7 @@
vi{"vietnamagiella"}
zh_Hans{"álkes kiinnágiella"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"brihttalaš eaŋgalsgiella"}
en_US{"amerihkálaš eaŋgalsgiella"}
}
diff --git a/icu4c/source/data/lang/seh.txt b/icu4c/source/data/lang/seh.txt
index f2adf00..88385a1 100755
--- a/icu4c/source/data/lang/seh.txt
+++ b/icu4c/source/data/lang/seh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/seh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/seh.xml
- */
seh{
Languages{
ak{"akan"}
@@ -57,5 +54,5 @@
zh{"chinês"}
zu{"zulu"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/lang/ses.txt b/icu4c/source/data/lang/ses.txt
index 3147db5..35e1976 100755
--- a/icu4c/source/data/lang/ses.txt
+++ b/icu4c/source/data/lang/ses.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ses.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ses.xml
- */
ses{
Languages{
ak{"Akan senni"}
diff --git a/icu4c/source/data/lang/sg.txt b/icu4c/source/data/lang/sg.txt
index 05e54d1..36cb873 100755
--- a/icu4c/source/data/lang/sg.txt
+++ b/icu4c/source/data/lang/sg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sg.xml
- */
sg{
Languages{
ak{"Akâan"}
diff --git a/icu4c/source/data/lang/sh.txt b/icu4c/source/data/lang/sh.txt
index 01e8e77..92016b4 100644
--- a/icu4c/source/data/lang/sh.txt
+++ b/icu4c/source/data/lang/sh.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sh_BA.txt b/icu4c/source/data/lang/sh_BA.txt
index 6759b40..56fcef4 100644
--- a/icu4c/source/data/lang/sh_BA.txt
+++ b/icu4c/source/data/lang/sh_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sh_CS.txt b/icu4c/source/data/lang/sh_CS.txt
index 553ebf6..30b8a4a 100644
--- a/icu4c/source/data/lang/sh_CS.txt
+++ b/icu4c/source/data/lang/sh_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sh_YU.txt b/icu4c/source/data/lang/sh_YU.txt
index 64e0f96..d15ea82 100644
--- a/icu4c/source/data/lang/sh_YU.txt
+++ b/icu4c/source/data/lang/sh_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/shi.txt b/icu4c/source/data/lang/shi.txt
index 43ce668..3ecc735 100755
--- a/icu4c/source/data/lang/shi.txt
+++ b/icu4c/source/data/lang/shi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi.xml
- */
shi{
Languages{
ak{"ⵜⴰⴽⴰⵏⵜ"}
diff --git a/icu4c/source/data/lang/shi_Latn.txt b/icu4c/source/data/lang/shi_Latn.txt
index 40bfb76..f3d9832 100755
--- a/icu4c/source/data/lang/shi_Latn.txt
+++ b/icu4c/source/data/lang/shi_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi_Latn.xml
- */
shi_Latn{
%%Parent{"root"}
Languages{
diff --git a/icu4c/source/data/lang/shi_MA.txt b/icu4c/source/data/lang/shi_MA.txt
index 00a0947..872f116 100755
--- a/icu4c/source/data/lang/shi_MA.txt
+++ b/icu4c/source/data/lang/shi_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/shi_Tfng.txt b/icu4c/source/data/lang/shi_Tfng.txt
index c306ae7..e7b5abe 100755
--- a/icu4c/source/data/lang/shi_Tfng.txt
+++ b/icu4c/source/data/lang/shi_Tfng.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi_Tfng.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi_Tfng.xml
- */
shi_Tfng{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/shi_Tfng_MA.txt b/icu4c/source/data/lang/shi_Tfng_MA.txt
old mode 100644
new mode 100755
index 729e805..8d1c881
--- a/icu4c/source/data/lang/shi_Tfng_MA.txt
+++ b/icu4c/source/data/lang/shi_Tfng_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/si.txt b/icu4c/source/data/lang/si.txt
index e54d52c..a87fefa 100644
--- a/icu4c/source/data/lang/si.txt
+++ b/icu4c/source/data/lang/si.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/si.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/si.xml
- */
si{
Keys{
calendar{"දින දර්ශනය"}
@@ -241,7 +238,7 @@
zu{"සුලු"}
zxx{"වාග් විද්යා අන්තර්ගතයක් නැත"}
}
- LanguagesShort{
+ Languages%short{
az{"අසීරී"}
en_GB{"එ.රා ඉංග්රීසි"}
en_US{"එ.ජ ඉංග්රීසි"}
@@ -349,7 +346,7 @@
tibt{"ටිබෙට ඉලක්කම්"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"{0} භාෂාව: සිංහල"}
script{"{0} අක්ෂර මාලාව: සිංහල"}
diff --git a/icu4c/source/data/lang/sk.txt b/icu4c/source/data/lang/sk.txt
index a43313d..67d2cf0 100644
--- a/icu4c/source/data/lang/sk.txt
+++ b/icu4c/source/data/lang/sk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sk.xml
- */
sk{
Keys{
calendar{"kalendár"}
@@ -545,7 +542,7 @@
zxx{"bez jazykového obsahu"}
zza{"zázá"}
}
- LanguagesShort{
+ Languages%short{
az{"azerbajdžančina"}
en_GB{"angličtina (britská)"}
en_US{"angličtina (americká)"}
@@ -723,7 +720,7 @@
Variants{
SCOTLAND{"škótska štandardná angličtina"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Jazyk: {0}"}
script{"Písmo: {0}"}
diff --git a/icu4c/source/data/lang/sl.txt b/icu4c/source/data/lang/sl.txt
index 548fa8d..669cbd6 100644
--- a/icu4c/source/data/lang/sl.txt
+++ b/icu4c/source/data/lang/sl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sl.xml
- */
sl{
Keys{
calendar{"koledar"}
@@ -506,7 +503,7 @@
zxx{"brez jezikoslovne vsebine"}
zza{"zazajščina"}
}
- LanguagesShort{
+ Languages%short{
az{"azerščina"}
en_GB{"angleščina (ZK)"}
en_US{"angleščina (ZDA)"}
@@ -783,7 +780,7 @@
VALENCIA{"valencijski pravopis"}
WADEGILE{"romanizacija Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Jezik: {0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/smn.txt b/icu4c/source/data/lang/smn.txt
index de43058..1595a23 100644
--- a/icu4c/source/data/lang/smn.txt
+++ b/icu4c/source/data/lang/smn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/smn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/smn.xml
- */
smn{
Languages{
ain{"ainukielâ"}
diff --git a/icu4c/source/data/lang/sn.txt b/icu4c/source/data/lang/sn.txt
index 6f1526f..758ad82 100755
--- a/icu4c/source/data/lang/sn.txt
+++ b/icu4c/source/data/lang/sn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sn.xml
- */
sn{
Languages{
ak{"chiAkani"}
diff --git a/icu4c/source/data/lang/so.txt b/icu4c/source/data/lang/so.txt
index 6274e9f..e41afd1 100644
--- a/icu4c/source/data/lang/so.txt
+++ b/icu4c/source/data/lang/so.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/so.xml
- */
so{
Languages{
ak{"Akan"}
@@ -61,5 +58,5 @@
Zxxx{"Aan la qorin"}
Zzzz{"Far aan la aqoon amase aan saxnayn"}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/lang/sq.txt b/icu4c/source/data/lang/sq.txt
index 345beb6..cecd322 100644
--- a/icu4c/source/data/lang/sq.txt
+++ b/icu4c/source/data/lang/sq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sq.xml
- */
sq{
Keys{
calendar{"Kalendari"}
@@ -241,7 +238,7 @@
zu{"zulu"}
zxx{"nuk ka përmbajtje gjuhësore"}
}
- LanguagesShort{
+ Languages%short{
en_US{"anglisht (SHBA)"}
}
Scripts{
@@ -358,7 +355,7 @@
tibt{"shifra tibetiane"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Gjuha: {0}"}
script{"Shkrimi: {0}"}
diff --git a/icu4c/source/data/lang/sr.txt b/icu4c/source/data/lang/sr.txt
index be02d55..691e86f 100644
--- a/icu4c/source/data/lang/sr.txt
+++ b/icu4c/source/data/lang/sr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr.xml
- */
sr{
Keys{
calendar{"календар"}
@@ -508,14 +505,14 @@
zxx{"без лингвистичког садржаја"}
zza{"Заза"}
}
- Languages%variant{
- ps{"пашто"}
- }
- LanguagesShort{
+ Languages%short{
az{"азерски"}
en_GB{"енглески (УК)"}
en_US{"енглески (САД)"}
}
+ Languages%variant{
+ ps{"пашто"}
+ }
Scripts{
Arab{"арапско писмо"}
Armi{"империјско арамејско писмо"}
@@ -797,7 +794,7 @@
TARASK{"Тараскијевичка ортографија"}
VALENCIA{"Валенцијска"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Језик: {0}"}
script{"писмо: {0}"}
diff --git a/icu4c/source/data/lang/sr_BA.txt b/icu4c/source/data/lang/sr_BA.txt
index f06ec6c..110b532 100644
--- a/icu4c/source/data/lang/sr_BA.txt
+++ b/icu4c/source/data/lang/sr_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_CS.txt b/icu4c/source/data/lang/sr_CS.txt
index 9c4bbeb..987c37c 100644
--- a/icu4c/source/data/lang/sr_CS.txt
+++ b/icu4c/source/data/lang/sr_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Cyrl.txt b/icu4c/source/data/lang/sr_Cyrl.txt
index 762a015..fbe5daf 100644
--- a/icu4c/source/data/lang/sr_Cyrl.txt
+++ b/icu4c/source/data/lang/sr_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr_Cyrl.xml
- */
sr_Cyrl{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/sr_Cyrl_BA.txt b/icu4c/source/data/lang/sr_Cyrl_BA.txt
index 95f1096..f8b597d 100644
--- a/icu4c/source/data/lang/sr_Cyrl_BA.txt
+++ b/icu4c/source/data/lang/sr_Cyrl_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Cyrl_CS.txt b/icu4c/source/data/lang/sr_Cyrl_CS.txt
index f646242..44d5e0f 100644
--- a/icu4c/source/data/lang/sr_Cyrl_CS.txt
+++ b/icu4c/source/data/lang/sr_Cyrl_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Cyrl_RS.txt b/icu4c/source/data/lang/sr_Cyrl_RS.txt
index a2071a5..5ad792e 100644
--- a/icu4c/source/data/lang/sr_Cyrl_RS.txt
+++ b/icu4c/source/data/lang/sr_Cyrl_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Cyrl_XK.txt b/icu4c/source/data/lang/sr_Cyrl_XK.txt
index 34de337..9b8cc23 100755
--- a/icu4c/source/data/lang/sr_Cyrl_XK.txt
+++ b/icu4c/source/data/lang/sr_Cyrl_XK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Cyrl_YU.txt b/icu4c/source/data/lang/sr_Cyrl_YU.txt
index 84c66d6..1fbcd59 100644
--- a/icu4c/source/data/lang/sr_Cyrl_YU.txt
+++ b/icu4c/source/data/lang/sr_Cyrl_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Latn.txt b/icu4c/source/data/lang/sr_Latn.txt
index 7097467..2ba50bb 100644
--- a/icu4c/source/data/lang/sr_Latn.txt
+++ b/icu4c/source/data/lang/sr_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr_Latn.xml
- */
sr_Latn{
%%Parent{"root"}
Keys{
@@ -509,14 +506,14 @@
zxx{"bez lingvističkog sadržaja"}
zza{"Zaza"}
}
- Languages%variant{
- ps{"pašto"}
- }
- LanguagesShort{
+ Languages%short{
az{"azerski"}
en_GB{"engleski (UK)"}
en_US{"engleski (SAD)"}
}
+ Languages%variant{
+ ps{"pašto"}
+ }
Scripts{
Arab{"arapsko pismo"}
Armi{"imperijsko aramejsko pismo"}
@@ -798,7 +795,7 @@
TARASK{"Taraskijevička ortografija"}
VALENCIA{"Valencijska"}
}
- Version{"2.1.8.20"}
+ Version{"2.1.13.24"}
codePatterns{
language{"Jezik: {0}"}
script{"pismo: {0}"}
diff --git a/icu4c/source/data/lang/sr_Latn_BA.txt b/icu4c/source/data/lang/sr_Latn_BA.txt
index fcc337c..104ccd0 100644
--- a/icu4c/source/data/lang/sr_Latn_BA.txt
+++ b/icu4c/source/data/lang/sr_Latn_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Latn_CS.txt b/icu4c/source/data/lang/sr_Latn_CS.txt
index ccc29ad..7e8037e 100644
--- a/icu4c/source/data/lang/sr_Latn_CS.txt
+++ b/icu4c/source/data/lang/sr_Latn_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Latn_ME.txt b/icu4c/source/data/lang/sr_Latn_ME.txt
old mode 100644
new mode 100755
index 4887740..8e13676
--- a/icu4c/source/data/lang/sr_Latn_ME.txt
+++ b/icu4c/source/data/lang/sr_Latn_ME.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Latn_RS.txt b/icu4c/source/data/lang/sr_Latn_RS.txt
index c5ee86b..748bde4 100644
--- a/icu4c/source/data/lang/sr_Latn_RS.txt
+++ b/icu4c/source/data/lang/sr_Latn_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_Latn_YU.txt b/icu4c/source/data/lang/sr_Latn_YU.txt
index 6b0d31d..91b61ed 100644
--- a/icu4c/source/data/lang/sr_Latn_YU.txt
+++ b/icu4c/source/data/lang/sr_Latn_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_ME.txt b/icu4c/source/data/lang/sr_ME.txt
index d48fa36..c342143 100644
--- a/icu4c/source/data/lang/sr_ME.txt
+++ b/icu4c/source/data/lang/sr_ME.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_RS.txt b/icu4c/source/data/lang/sr_RS.txt
index a4aa102..7e25389 100644
--- a/icu4c/source/data/lang/sr_RS.txt
+++ b/icu4c/source/data/lang/sr_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_XK.txt b/icu4c/source/data/lang/sr_XK.txt
index cc9125d..095ce67 100755
--- a/icu4c/source/data/lang/sr_XK.txt
+++ b/icu4c/source/data/lang/sr_XK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sr_YU.txt b/icu4c/source/data/lang/sr_YU.txt
index 6fb5676..e110bd5 100644
--- a/icu4c/source/data/lang/sr_YU.txt
+++ b/icu4c/source/data/lang/sr_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/sv.txt b/icu4c/source/data/lang/sv.txt
index 2d3c0a3..a56a0bb 100644
--- a/icu4c/source/data/lang/sv.txt
+++ b/icu4c/source/data/lang/sv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sv.xml
- */
sv{
Keys{
calendar{"kalender"}
@@ -207,7 +204,7 @@
gay{"gayo"}
gba{"gbaya"}
gbz{"zoroastrisk dari"}
- gd{"höglandsskotska"}
+ gd{"skotsk gäliska"}
gez{"etiopiska"}
gil{"gilbertiska"}
gl{"galiciska"}
@@ -612,14 +609,14 @@
zxx{"inget språkligt innehåll"}
zza{"zazaiska"}
}
+ Languages%short{
+ az{"azeriska"}
+ en_GB{"engelska (UK)"}
+ }
Languages%variant{
ps{"pashto"}
ug{"östturkiska"}
}
- LanguagesShort{
- az{"azeriska"}
- en_GB{"engelska (UK)"}
- }
Scripts{
Afak{"afakiska"}
Aghb{"kaukasiska albanska"}
@@ -708,7 +705,7 @@
Maya{"mayahieroglyfer"}
Mend{"mende"}
Merc{"kursiv-meroitiska"}
- Mero{"meriotiska"}
+ Mero{"meroitiska"}
Mlym{"malayalam"}
Modi{"modiska"}
Mong{"mongoliska"}
@@ -1000,7 +997,7 @@
VALLADER{"vallader-dialekt"}
WADEGILE{"Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"språk: {0}"}
script{"skrift: {0}"}
diff --git a/icu4c/source/data/lang/sv_FI.txt b/icu4c/source/data/lang/sv_FI.txt
index 8226ea1..efa0a21 100644
--- a/icu4c/source/data/lang/sv_FI.txt
+++ b/icu4c/source/data/lang/sv_FI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sv_FI.xml
@@ -11,37 +11,10 @@
timezone{"tidszon"}
}
Languages{
- chm{"mari"}
- fj{"fiji"}
- km{"khmer"}
- ks{"kashmiri"}
ky{"kirgiziska"}
- lo{"lao"}
- nb{"bokmål"}
- pa{"panjabi"}
- ps{"pashto"}
- te{"telugu"}
- th{"thai"}
- ti{"tigrinska"}
- und{"okänt språk"}
- }
- LanguagesShort{
- az{"azerbajdzjanska"}
- }
- Scripts{
- Hrkt{"kana"}
- Mero{"meroitiska"}
}
Scripts%variant{
Arab{"persisk-arabiska"}
}
- Types{
- calendar{
- buddhist{"buddhistisk kalender"}
- }
- }
- Variants{
- 1996{"1996 års stavning"}
- }
- Version{"2.1.8.19"}
+ Version{"2.1.11.81"}
}
diff --git a/icu4c/source/data/lang/sw.txt b/icu4c/source/data/lang/sw.txt
index bd153ce..8f51489 100644
--- a/icu4c/source/data/lang/sw.txt
+++ b/icu4c/source/data/lang/sw.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sw.xml
- */
sw{
Keys{
calendar{"Kalenda"}
@@ -275,12 +272,12 @@
zu{"Kizulu"}
zxx{"Hakuna maudhui ya lugha"}
}
+ Languages%short{
+ az{"Kiazeri"}
+ }
Languages%variant{
ps{"Kipushto"}
}
- LanguagesShort{
- az{"Kiazeri"}
- }
Scripts{
Arab{"Kiarabu"}
Armn{"Kiarmenia"}
@@ -442,7 +439,7 @@
vaii{"Dijiti za Vai"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/sw_CD.txt b/icu4c/source/data/lang/sw_CD.txt
new file mode 100755
index 0000000..502c576
--- /dev/null
+++ b/icu4c/source/data/lang/sw_CD.txt
@@ -0,0 +1,18 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw_CD.xml
+// *
+// ***************************************************************************
+sw_CD{
+ Languages{
+ ak{"Kiakan"}
+ bn{"Kibangla"}
+ cs{"Kichecki"}
+ en{"Kingereza"}
+ swc{"Kiswahili ya Kongo"}
+ }
+ Version{"2.1.11.52"}
+}
diff --git a/icu4c/source/data/lang/swc.txt b/icu4c/source/data/lang/swc.txt
deleted file mode 100755
index 5d6bb25..0000000
--- a/icu4c/source/data/lang/swc.txt
+++ /dev/null
@@ -1,62 +0,0 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2014 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/swc.xml
-// *
-// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/swc.xml
- */
-swc{
- Languages{
- ak{"Kiakan"}
- am{"Kiamhari"}
- ar{"Kiarabu"}
- be{"Kibelarusi"}
- bg{"Kibulgaria"}
- bn{"Kibangla"}
- cs{"Kichecki"}
- de{"Kijerumani"}
- el{"Kigiriki"}
- en{"Kingereza"}
- es{"Kihispania"}
- fa{"Kiajemi"}
- fr{"Kifaransa"}
- ha{"Kihausa"}
- hi{"Kihindi"}
- hu{"Kihungari"}
- id{"Kiindonesia"}
- ig{"Kiigbo"}
- it{"Kiitaliano"}
- ja{"Kijapani"}
- jv{"Kijava"}
- km{"Kikambodia"}
- ko{"Kikorea"}
- ms{"Kimalesia"}
- my{"Kiburma"}
- ne{"Kinepali"}
- nl{"Kiholanzi"}
- pa{"Kipunjabi"}
- pl{"Kipolandi"}
- pt{"Kireno"}
- ro{"Kiromania"}
- ru{"Kirusi"}
- rw{"Kinyarwanda"}
- so{"Kisomali"}
- sv{"Kiswidi"}
- sw{"Kiswahili"}
- swc{"Kiswahili ya Kongo"}
- ta{"Kitamil"}
- th{"Kitailandi"}
- tr{"Kituruki"}
- uk{"Kiukrania"}
- ur{"Kiurdu"}
- vi{"Kivietinamu"}
- yo{"Kiyoruba"}
- zh{"Kichina"}
- zu{"Kizulu"}
- }
- Version{"2.1.6.69"}
-}
diff --git a/icu4c/source/data/lang/ta.txt b/icu4c/source/data/lang/ta.txt
index ff74733..c27e3ab 100644
--- a/icu4c/source/data/lang/ta.txt
+++ b/icu4c/source/data/lang/ta.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ta.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ta.xml
- */
ta{
Keys{
calendar{"நாள்காட்டி"}
@@ -526,13 +523,13 @@
zxx{"மொழி உள்ளடக்கம் ஏதுமில்லை"}
zza{"ஜாஜா"}
}
- Languages%variant{
- ps{"புஷ்தோ"}
- }
- LanguagesShort{
+ Languages%short{
az{"அஸேரி"}
en_GB{"ஆங்கிலம் (யூகே)"}
}
+ Languages%variant{
+ ps{"புஷ்தோ"}
+ }
Scripts{
Arab{"அரபிக்"}
Armi{"இம்பேரியல் அரமெய்க்"}
@@ -789,7 +786,7 @@
PINYIN{"பின்யின் ரோமானைசெஷன்"}
WADEGILE{"வேட்-கைல்ஸ் ரோமனைஷேசன்"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"மொழி: {0}"}
script{"எழுத்து: {0}"}
diff --git a/icu4c/source/data/lang/te.txt b/icu4c/source/data/lang/te.txt
index 263b7f1..6cc1ea2 100644
--- a/icu4c/source/data/lang/te.txt
+++ b/icu4c/source/data/lang/te.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/te.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/te.xml
- */
te{
Keys{
calendar{"క్యాలెండర్"}
@@ -520,14 +517,14 @@
zxx{"లిపి లేదు"}
zza{"జాజా"}
}
- Languages%variant{
- ps{"పుష్టో"}
- }
- LanguagesShort{
+ Languages%short{
az{"అజెరి"}
en_GB{"యు.కె. ఇంగ్లీష్"}
en_US{"యు.ఎస్. ఇంగ్లీష్"}
}
+ Languages%variant{
+ ps{"పుష్టో"}
+ }
Scripts{
Arab{"అరబిక్"}
Armi{"ఇంపీరియల్ అరామాక్"}
@@ -787,7 +784,7 @@
REVISED{"సవరించబడిన వర్ణక్రమం"}
WADEGILE{"వేడ్-గైల్స్ రోమనైజేషన్"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"భాష: {0}"}
script{"లిపి: {0}"}
diff --git a/icu4c/source/data/lang/teo.txt b/icu4c/source/data/lang/teo.txt
index 81dc9ff..ad4725b 100755
--- a/icu4c/source/data/lang/teo.txt
+++ b/icu4c/source/data/lang/teo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/teo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/teo.xml
- */
teo{
Languages{
ak{"Kiakan"}
diff --git a/icu4c/source/data/lang/th.txt b/icu4c/source/data/lang/th.txt
index f091338..163c973 100644
--- a/icu4c/source/data/lang/th.txt
+++ b/icu4c/source/data/lang/th.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/th.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/th.xml
- */
th{
Keys{
calendar{"ปฏิทิน"}
@@ -635,15 +632,15 @@
zxx{"ไม่มีข้อมูลภาษา"}
zza{"ซาซา"}
}
- Languages%variant{
- ps{"พุชโต"}
- ug{"อุยกูร์"}
- }
- LanguagesShort{
+ Languages%short{
az{"อะเซอรี"}
en_GB{"อังกฤษ - อังกฤษ"}
en_US{"อังกฤษ - อเมริกัน"}
}
+ Languages%variant{
+ ps{"พุชโต"}
+ ug{"อุยกูร์"}
+ }
Scripts{
Afak{"อะฟาคา"}
Aghb{"แอลเบเนีย คอเคเซีย"}
@@ -1024,7 +1021,7 @@
VALLADER{"วัลลาเดอร์"}
WADEGILE{"การถอดอักษรแบบเวด-ไจลส์"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"ภาษา: {0}"}
script{"สคริปต์: {0}"}
diff --git a/icu4c/source/data/lang/th_TH.txt b/icu4c/source/data/lang/th_TH.txt
index 9e744c8..13be14a 100644
--- a/icu4c/source/data/lang/th_TH.txt
+++ b/icu4c/source/data/lang/th_TH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/th_TH_TRADITIONAL.txt b/icu4c/source/data/lang/th_TH_TRADITIONAL.txt
index abb3191..3a44a9b 100644
--- a/icu4c/source/data/lang/th_TH_TRADITIONAL.txt
+++ b/icu4c/source/data/lang/th_TH_TRADITIONAL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ti.txt b/icu4c/source/data/lang/ti.txt
index a1b6b84..cba1716 100644
--- a/icu4c/source/data/lang/ti.txt
+++ b/icu4c/source/data/lang/ti.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ti.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ti.xml
- */
ti{
Languages{
af{"አፍሪቃንሰኛ"}
diff --git a/icu4c/source/data/lang/tl.txt b/icu4c/source/data/lang/tl.txt
index 4898e8a..83645e0 100755
--- a/icu4c/source/data/lang/tl.txt
+++ b/icu4c/source/data/lang/tl.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/tl_PH.txt b/icu4c/source/data/lang/tl_PH.txt
index d832882..f3698e2 100755
--- a/icu4c/source/data/lang/tl_PH.txt
+++ b/icu4c/source/data/lang/tl_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/to.txt b/icu4c/source/data/lang/to.txt
index bf69564..5405608 100755
--- a/icu4c/source/data/lang/to.txt
+++ b/icu4c/source/data/lang/to.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/to.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/to.xml
- */
to{
Keys{
calendar{"tohi māhina"}
@@ -626,7 +623,7 @@
zxx{"ʻikai ha lea"}
zza{"lea fakasāsā"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"lea fakapilitānia"}
en_US{"lea fakapālangi (ʻAmelika)"}
}
@@ -861,7 +858,7 @@
tibt{"fika fakatipeti"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Lea: {0}"}
script{"Tohinima: {0}"}
diff --git a/icu4c/source/data/lang/tr.txt b/icu4c/source/data/lang/tr.txt
index a3fb28b..69e20de 100644
--- a/icu4c/source/data/lang/tr.txt
+++ b/icu4c/source/data/lang/tr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/tr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/tr.xml
- */
tr{
Keys{
calendar{"Takvim"}
@@ -638,7 +635,7 @@
zxx{"Dilbilim içeriği yok"}
zza{"Zazaca"}
}
- LanguagesShort{
+ Languages%short{
az{"Azerice"}
en_GB{"İngilizce (BK)"}
}
@@ -982,7 +979,7 @@
VALENCIA{"Valensiyaca"}
WADEGILE{"Wade-Giles (Latin Alfabesinde Yazımı)"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Dil: {0}"}
script{"Alfabe: {0}"}
diff --git a/icu4c/source/data/lang/twq.txt b/icu4c/source/data/lang/twq.txt
index a5e2fb7..8790538 100755
--- a/icu4c/source/data/lang/twq.txt
+++ b/icu4c/source/data/lang/twq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/twq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/twq.xml
- */
twq{
Languages{
ak{"Akan senni"}
diff --git a/icu4c/source/data/lang/tzm.txt b/icu4c/source/data/lang/tzm.txt
index 637cc4d..f1d02cb 100755
--- a/icu4c/source/data/lang/tzm.txt
+++ b/icu4c/source/data/lang/tzm.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/tzm.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/tzm.xml
- */
tzm{
Languages{
ak{"Takanit"}
@@ -57,5 +54,5 @@
zh{"Tacinwit,Mandarin"}
zu{"tazulut"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/lang/tzm_Latn.txt b/icu4c/source/data/lang/tzm_Latn.txt
index 68535f8..2d26edf 100755
--- a/icu4c/source/data/lang/tzm_Latn.txt
+++ b/icu4c/source/data/lang/tzm_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/tzm_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/tzm_Latn.xml
- */
tzm_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/tzm_Latn_MA.txt b/icu4c/source/data/lang/tzm_Latn_MA.txt
index aa135ad..53c1bf8 100755
--- a/icu4c/source/data/lang/tzm_Latn_MA.txt
+++ b/icu4c/source/data/lang/tzm_Latn_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/tzm_MA.txt b/icu4c/source/data/lang/tzm_MA.txt
index 33e37ed..472fa7a 100755
--- a/icu4c/source/data/lang/tzm_MA.txt
+++ b/icu4c/source/data/lang/tzm_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ug.txt b/icu4c/source/data/lang/ug.txt
index daea18e..c98d93e 100755
--- a/icu4c/source/data/lang/ug.txt
+++ b/icu4c/source/data/lang/ug.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ug.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ug.xml
- */
ug{
Keys{
calendar{"يىلنامە"}
@@ -526,7 +523,7 @@
zxx{"تىل مەزمۇنى يوق"}
zza{"زازاچە"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"ئەنگلىيە ئىنگلىزچە"}
en_US{"ئامېرىكا ئىنگلىزچە"}
}
diff --git a/icu4c/source/data/lang/ug_Arab.txt b/icu4c/source/data/lang/ug_Arab.txt
index 83402e3..ab16c72 100755
--- a/icu4c/source/data/lang/ug_Arab.txt
+++ b/icu4c/source/data/lang/ug_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ug_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ug_Arab.xml
- */
ug_Arab{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/ug_Arab_CN.txt b/icu4c/source/data/lang/ug_Arab_CN.txt
index ec159d0..e0abbf5 100755
--- a/icu4c/source/data/lang/ug_Arab_CN.txt
+++ b/icu4c/source/data/lang/ug_Arab_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/ug_CN.txt b/icu4c/source/data/lang/ug_CN.txt
index bb61bed..28e681c 100755
--- a/icu4c/source/data/lang/ug_CN.txt
+++ b/icu4c/source/data/lang/ug_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/uk.txt b/icu4c/source/data/lang/uk.txt
index 73198d1..e6a3dfd 100644
--- a/icu4c/source/data/lang/uk.txt
+++ b/icu4c/source/data/lang/uk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uk.xml
- */
uk{
Keys{
calendar{"Календар"}
@@ -534,7 +531,7 @@
zxx{"немає мовного вмісту"}
zza{"зазакі"}
}
- LanguagesShort{
+ Languages%short{
az{"азербайджанська"}
}
Scripts{
@@ -823,7 +820,7 @@
VALENCIA{"Валенсійська"}
WADEGILE{"Романізація Вейда-Джайлза"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Мова: {0}"}
script{"Система письма: {0}"}
diff --git a/icu4c/source/data/lang/ur.txt b/icu4c/source/data/lang/ur.txt
index 1922782..6febc81 100644
--- a/icu4c/source/data/lang/ur.txt
+++ b/icu4c/source/data/lang/ur.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ur.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ur.xml
- */
ur{
Keys{
calendar{"کیلنڈر"}
@@ -53,7 +50,7 @@
br{"بریٹن"}
brx{"بوڈو"}
bs{"بوسنی"}
- ca{"کاٹالانین"}
+ ca{"کیٹالان"}
cgg{"چیگا"}
chr{"چیروکی"}
ckb{"سورانی کردش"}
@@ -121,9 +118,9 @@
ii{"سچوان ای"}
is{"آئس لینڈک"}
it{"اطالوی"}
- iu{"انیوکتیتت"}
+ iu{"اینُکٹیٹٹ"}
ja{"جاپانی"}
- jgo{"گومبا"}
+ jgo{"نگومبا"}
jmc{"ماشیم"}
jv{"جاوی"}
ka{"جارجی"}
@@ -133,7 +130,7 @@
kea{"كابويرديانو"}
kg{"کانگو"}
khq{"كويرا شيني"}
- ki{"کیکو"}
+ ki{"کیکویو"}
kk{"قزاخ"}
kl{"كالاليست"}
kln{"كالينجين"}
@@ -150,7 +147,7 @@
ky{"کرغیزی"}
la{"لاطینی"}
lag{"لانگی"}
- lb{"لگژمبرگ کا باشندہ"}
+ lb{"لگژمبرگش"}
lg{"گینڈا"}
lkt{"لاکوٹا"}
ln{"لِنگَلا"}
@@ -172,7 +169,7 @@
mk{"مقدونیائی"}
ml{"مالایالم"}
mn{"منگؤلی"}
- moh{"موہاوک"}
+ moh{"موہاک"}
mr{"مراٹهی"}
ms{"مالائی"}
mt{"مالٹی"}
@@ -206,11 +203,11 @@
quc{"كيشی"}
rm{"رومانش"}
rn{"رونڈی"}
- ro{"رومنی"}
+ ro{"رومینین"}
rof{"رومبو"}
ru{"روسی"}
rw{"کینیاروانڈا"}
- rwk{"rwk"}
+ rwk{"روا"}
sa{"سَنسکرِت"}
saq{"سامبورو"}
sbp{"سانگو"}
@@ -218,7 +215,7 @@
se{"شمالی سامی"}
seh{"سینا"}
ses{"كويرابورو سينی"}
- sg{"سانغو"}
+ sg{"سانجو"}
sh{"سربو-کروئیشین"}
shi{"تشلحيت"}
si{"سنہالا"}
@@ -228,7 +225,7 @@
sma{"جنوبی سامی"}
smj{"لول سامی"}
smn{"اناری سامی"}
- sms{"اسکولٹ سامی"}
+ sms{"سکولٹ سامی"}
sn{"شونا"}
so{"صومالی"}
sq{"البانی"}
@@ -266,20 +263,20 @@
vai{"وائی"}
ve{"وینڈا"}
vi{"ویتنامی"}
- vun{"اونجو"}
+ vun{"ونجو"}
wo{"وولوف"}
xh{"ژوسا"}
xog{"سوگا"}
yi{"یدش"}
yo{"یوروبا"}
- zgh{"اسٹینڈرڈ مغربی امازیقی"}
+ zgh{"اسٹینڈرڈ مراقشی تمازیقی"}
zh{"چینی"}
zh_Hans{"چینی (آسان کردہ)"}
zh_Hant{"روایتی چینی"}
zu{"زولو"}
zxx{"کوئی لسانی مواد نہیں"}
}
- LanguagesShort{
+ Languages%short{
az{"ازیری"}
en_GB{"برطانوی انگلش"}
en_US{"امریکی انگلش"}
@@ -337,7 +334,7 @@
buddhist{"بودھ کلینڈر"}
chinese{"چینی کیلنڈر"}
coptic{"کاپٹک کیلنڈر"}
- dangi{"ڈینگی"}
+ dangi{"ڈینگی کیلنڈر"}
ethiopic{"ایتھوپیائی کیلنڈر"}
ethiopic-amete-alem{"ایتھوپک امیٹ الیم کیلنڈر"}
gregorian{"جارجیائی کیلنڈر"}
@@ -407,7 +404,7 @@
arabext{"توسیع شدہ عربی ہندی ہندسے"}
armn{"آرمینیائی اعداد"}
armnlow{"آرمینیائی زیریں اعداد"}
- beng{"ہنگالی ہندسے"}
+ beng{"بنگالی ہندسے"}
deva{"دیوناگری ہندسے"}
ethi{"ایتھوپیائی اعداد"}
finance{"مالیاتی ہندسے"}
@@ -436,7 +433,7 @@
orya{"اڑیہ ہندسے"}
roman{"رومن اعداد"}
romanlow{"رومن زیریں اعداد"}
- taml{"تمل اعداد"}
+ taml{"روایتی تمل اعداد"}
tamldec{"تمل اعداد"}
telu{"تیلگو ہندسے"}
thai{"تھائی ہندسے"}
@@ -445,7 +442,7 @@
vaii{"وائی ہندسے"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"زبان:{0}"}
script{"رسم الخط:{0}"}
diff --git a/icu4c/source/data/lang/ur_IN.txt b/icu4c/source/data/lang/ur_IN.txt
index e9e357a..707cdb0 100644
--- a/icu4c/source/data/lang/ur_IN.txt
+++ b/icu4c/source/data/lang/ur_IN.txt
@@ -1,72 +1,33 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ur_IN.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ur_IN.xml
- */
ur_IN{
Languages{
af{"افریقی"}
ar_001{"جدید معیاری عربی"}
- arn{"مابوتشی"}
- bm{"بامبرا"}
- ca{"کتالان"}
- cgg{"شیغا"}
co{"کارسیکائی"}
- dav{"تیتا"}
dje{"زرمہ"}
- dsb{"لوئر صوربی"}
- dua{"ديولا"}
- et{"اسٹونی"}
- fo{"فارويز"}
- fy{"مغربی فریسیائی"}
- gv{"مانوی"}
- hsb{"بالائی صوربی"}
- ii{"سشوان ی"}
- iu{"اينكتيتت"}
- jgo{"نگومبا"}
- ki{"کیکویو"}
kn{"کنڑ"}
- koi{"کومی-پرمیاک"}
ku{"کرد"}
- kw{"کورنوالی"}
- lb{"لکسمبرگی"}
lv{"لٹويای"}
- moh{"موہوک"}
- mua{"مڈدانگ"}
- nl_BE{"فیلنڈری"}
- nqo{"نکو"}
- ro{"رومانوی"}
- rwk{"روا"}
- sg{"سانجو"}
- sms{"سکولٹ سامی"}
- su{"سوڈانی"}
- tzm{"وسطی اٹلس تمازغت"}
- ug{"آئغور"}
- vun{"ونجو"}
- zgh{"اسٹینڈرڈ مراقشی تمازیقی"}
+ zgh{"معیاری مراقشی تمازیقی"}
zh_Hans{"آسان چینی"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"برطانوی انگریزی"}
en_US{"امریکی انگریزی"}
}
Types{
- calendar{
- dangi{"ڈینگی کیلنڈر"}
- }
numbers{
armnlow{"آرمینیائی لوئر کیس اعداد"}
- beng{"بنگالی ہندسے"}
greklow{"یونانی لوئر کیس اعداد"}
- taml{"روایتی تمل اعداد"}
tibt{"تبتی ہندسے"}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/uz.txt b/icu4c/source/data/lang/uz.txt
index 7208c11..db0f37f 100644
--- a/icu4c/source/data/lang/uz.txt
+++ b/icu4c/source/data/lang/uz.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uz.xml
- */
uz{
Keys{
calendar{"Taqvim"}
@@ -239,7 +236,7 @@
zu{"zuluancha"}
zxx{"til tarkibi yoʻq"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"Britaniya inglizchasi"}
en_US{"inglizcha (AQSH)"}
}
@@ -345,7 +342,7 @@
tibt{"Tibet raqamlari"}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Til: {0}"}
script{"Skript: {0}"}
diff --git a/icu4c/source/data/lang/uz_AF.txt b/icu4c/source/data/lang/uz_AF.txt
index 54042b3..84d43fc 100644
--- a/icu4c/source/data/lang/uz_AF.txt
+++ b/icu4c/source/data/lang/uz_AF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/uz_Arab.txt b/icu4c/source/data/lang/uz_Arab.txt
index c26de5e..779ce1e 100644
--- a/icu4c/source/data/lang/uz_Arab.txt
+++ b/icu4c/source/data/lang/uz_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uz_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uz_Arab.xml
- */
uz_Arab{
%%Parent{"root"}
Languages{
diff --git a/icu4c/source/data/lang/uz_Arab_AF.txt b/icu4c/source/data/lang/uz_Arab_AF.txt
index e438cc7..4300cb0 100644
--- a/icu4c/source/data/lang/uz_Arab_AF.txt
+++ b/icu4c/source/data/lang/uz_Arab_AF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/uz_Cyrl.txt b/icu4c/source/data/lang/uz_Cyrl.txt
index a246d2f..88749fd 100644
--- a/icu4c/source/data/lang/uz_Cyrl.txt
+++ b/icu4c/source/data/lang/uz_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uz_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uz_Cyrl.xml
- */
uz_Cyrl{
%%Parent{"root"}
Keys{
@@ -136,7 +133,7 @@
zu{"Зулу"}
zxx{"Тил таркиби йўқ"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"Бирлашган Қироллик"}
}
Scripts{
@@ -231,7 +228,7 @@
tibt{"Тибет рақамлари"}
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.42"}
codePatterns{
language{"Тил: {0}"}
script{"{0}"}
diff --git a/icu4c/source/data/lang/uz_Latn.txt b/icu4c/source/data/lang/uz_Latn.txt
index 39b71f3..b636bd7 100644
--- a/icu4c/source/data/lang/uz_Latn.txt
+++ b/icu4c/source/data/lang/uz_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/uz_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/uz_Latn.xml
- */
uz_Latn{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/uz_Latn_UZ.txt b/icu4c/source/data/lang/uz_Latn_UZ.txt
old mode 100644
new mode 100755
index 3b1b013..b2e95b8
--- a/icu4c/source/data/lang/uz_Latn_UZ.txt
+++ b/icu4c/source/data/lang/uz_Latn_UZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/uz_UZ.txt b/icu4c/source/data/lang/uz_UZ.txt
index 691c59f..336e5eb 100644
--- a/icu4c/source/data/lang/uz_UZ.txt
+++ b/icu4c/source/data/lang/uz_UZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/vai.txt b/icu4c/source/data/lang/vai.txt
index de5152d..68330fb 100755
--- a/icu4c/source/data/lang/vai.txt
+++ b/icu4c/source/data/lang/vai.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vai.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vai.xml
- */
vai{
Languages{
ak{"ꕉꕪꘋ"}
@@ -57,5 +54,5 @@
zh{"ꕦꕇꔧ"}
zu{"ꖮꖨ"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.13.51"}
}
diff --git a/icu4c/source/data/lang/vai_LR.txt b/icu4c/source/data/lang/vai_LR.txt
index 7acbad2..0ea76a7 100755
--- a/icu4c/source/data/lang/vai_LR.txt
+++ b/icu4c/source/data/lang/vai_LR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/vai_Latn.txt b/icu4c/source/data/lang/vai_Latn.txt
index 0c28869..bb9333c 100755
--- a/icu4c/source/data/lang/vai_Latn.txt
+++ b/icu4c/source/data/lang/vai_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vai_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vai_Latn.xml
- */
vai_Latn{
%%Parent{"root"}
Languages{
@@ -58,5 +55,5 @@
zh{"Chaniĩ"}
zu{"Zúlu"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
}
diff --git a/icu4c/source/data/lang/vai_Vaii.txt b/icu4c/source/data/lang/vai_Vaii.txt
index 135b124..13d857c 100755
--- a/icu4c/source/data/lang/vai_Vaii.txt
+++ b/icu4c/source/data/lang/vai_Vaii.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vai_Vaii.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vai_Vaii.xml
- */
vai_Vaii{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/vai_Vaii_LR.txt b/icu4c/source/data/lang/vai_Vaii_LR.txt
index 2aec609..e8f2600 100755
--- a/icu4c/source/data/lang/vai_Vaii_LR.txt
+++ b/icu4c/source/data/lang/vai_Vaii_LR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/vi.txt b/icu4c/source/data/lang/vi.txt
index a2e2d51..3d2f93f 100644
--- a/icu4c/source/data/lang/vi.txt
+++ b/icu4c/source/data/lang/vi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vi.xml
- */
vi{
Keys{
calendar{"Lịch"}
@@ -535,14 +532,14 @@
zxx{"Không có nội dung ngôn ngữ"}
zza{"Tiếng Zaza"}
}
- Languages%variant{
- ps{"Tiếng Pushto"}
- }
- LanguagesShort{
+ Languages%short{
az{"Tiếng Azeri"}
en_GB{"Tiếng Anh (Anh)"}
en_US{"Tiếng Anh (Mỹ)"}
}
+ Languages%variant{
+ ps{"Tiếng Pushto"}
+ }
Scripts{
Afak{"Chữ Afaka"}
Arab{"Chữ Ả Rập"}
@@ -913,7 +910,7 @@
VALLADER{"VALLADER"}
WADEGILE{"La Mã hóa Wade-Giles"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"Ngôn ngữ: {0}"}
script{"Chữ viết: {0}"}
diff --git a/icu4c/source/data/lang/vun.txt b/icu4c/source/data/lang/vun.txt
index 167fce4..46239de 100755
--- a/icu4c/source/data/lang/vun.txt
+++ b/icu4c/source/data/lang/vun.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/vun.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/vun.xml
- */
vun{
Languages{
ak{"Kiakanyi"}
diff --git a/icu4c/source/data/lang/wae.txt b/icu4c/source/data/lang/wae.txt
index 8389a0b..de4da87 100644
--- a/icu4c/source/data/lang/wae.txt
+++ b/icu4c/source/data/lang/wae.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/wae.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/wae.xml
- */
wae{
Languages{
ab{"Abčasiš"}
@@ -202,7 +199,7 @@
latn{"Arabiši Zálä"}
}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
codePatterns{
language{"Sprač: {0}"}
script{"Alfabét: {0}"}
diff --git a/icu4c/source/data/lang/xog.txt b/icu4c/source/data/lang/xog.txt
index a673250..52c7d4f 100755
--- a/icu4c/source/data/lang/xog.txt
+++ b/icu4c/source/data/lang/xog.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/xog.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/xog.xml
- */
xog{
Languages{
ak{"Oluakaani"}
diff --git a/icu4c/source/data/lang/yav.txt b/icu4c/source/data/lang/yav.txt
index ff92142..979d871 100755
--- a/icu4c/source/data/lang/yav.txt
+++ b/icu4c/source/data/lang/yav.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/yav.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/yav.xml
- */
yav{
Languages{
ak{"akánɛ"}
diff --git a/icu4c/source/data/lang/yi.txt b/icu4c/source/data/lang/yi.txt
index 6cf85c9..c659150 100644
--- a/icu4c/source/data/lang/yi.txt
+++ b/icu4c/source/data/lang/yi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/yi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/yi.xml
- */
yi{
Keys{
numbers{"נומערן"}
@@ -165,7 +162,7 @@
zh{"כינעזיש"}
zu{"זולו"}
}
- LanguagesShort{
+ Languages%short{
en_GB{"ענגליש (GB)"}
en_US{"ענגליש (US)"}
}
diff --git a/icu4c/source/data/lang/yo.txt b/icu4c/source/data/lang/yo.txt
index 08b57f2..1020b0a 100755
--- a/icu4c/source/data/lang/yo.txt
+++ b/icu4c/source/data/lang/yo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/yo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/yo.xml
- */
yo{
Languages{
af{"Èdè Afrikani"}
diff --git a/icu4c/source/data/lang/yo_BJ.txt b/icu4c/source/data/lang/yo_BJ.txt
index d2ca6c2..c2a5798 100755
--- a/icu4c/source/data/lang/yo_BJ.txt
+++ b/icu4c/source/data/lang/yo_BJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/yo_BJ.xml
@@ -8,14 +8,104 @@
// ***************************************************************************
yo_BJ{
Languages{
+ af{"Èdè Afrikani"}
+ ak{"Èdè Akani"}
+ am{"Èdè Amariki"}
+ ar{"Èdè Arabiki"}
+ as{"Ti Assam"}
+ az{"Èdè Azerbaijani"}
+ be{"Èdè Belarusi"}
+ bg{"Èdè Bugaria"}
+ bn{"Èdè Bengali"}
+ br{"Èdè Bretoni"}
+ bs{"Èdè Bosnia"}
+ ca{"Èdè Catala"}
+ cs{"Èdè seeki"}
+ cy{"Èdè Welshi"}
da{"Èdè Ilɛ̀ Denmark"}
de{"Èdè Ilɛ̀ Gemani"}
+ el{"Èdè Giriki"}
en{"Èdè Gɛ̀ɛ́sì"}
+ eo{"Èdè Esperanto"}
+ es{"Èdè Sipanisi"}
+ et{"Èdè Estonia"}
+ eu{"Èdè Baski"}
+ fa{"Èdè Pasia"}
+ fi{"Èdè Finisi"}
+ fil{"Èdè Tagalogi"}
+ fo{"Èdè Faroesi"}
+ fr{"Èdè Faransé"}
+ fy{"Èdè Frisia"}
+ ga{"Èdè Ireland"}
+ gd{"Èdè Gaelik ti Ilu Scotland"}
+ gl{"Èdè Galicia"}
+ gn{"Èdè Guarani"}
+ gu{"Èdè Gujarati"}
+ ha{"Èdè Hausa"}
+ he{"Èdè Heberu"}
+ hi{"Èdè Hindi"}
+ hr{"Èdè Kroatia"}
+ hu{"Èdè Hungaria"}
+ hy{"Èdè Ile Armenia"}
+ ia{"Èdè pipo"}
+ id{"Èdè Indonasia"}
+ ie{"Iru Èdè"}
+ ig{"Èdè Ibo"}
+ is{"Èdè Icelandic"}
+ it{"Èdè Italiani"}
+ ja{"Èdè Japanisi"}
+ jv{"Èdè Javanasi"}
+ ka{"Èdè Georgia"}
+ km{"Èdè kameri"}
+ kn{"Èdè Kannada"}
+ ko{"Èdè Koria"}
+ la{"Èdè Latini"}
+ lt{"Èdè Lithuania"}
+ lv{"Èdè Latvianu"}
+ mk{"Èdè Macedonia"}
+ mr{"Èdè marathi"}
+ ms{"Èdè Malaya"}
+ mt{"Èdè Malta"}
+ my{"Èdè Bumiisi"}
+ ne{"Èdè Nepali"}
+ nl{"Èdè Duki"}
+ no{"Èdè Norway"}
+ oc{"Èdè Occitani"}
+ pa{"Èdè Punjabi"}
pl{"Èdè Ilɛ̀ Polandi"}
pt{"Èdè Pɔtugi"}
+ ro{"Èdè Romania"}
ru{"Èdè ̣Rɔɔsia"}
+ rw{"Èdè Ruwanda"}
+ sa{"Èdè awon ara Indo"}
+ sd{"Èdè Sindhi"}
+ sh{"Èdè Serbo-Croatiani"}
+ si{"Èdè Sinhalese"}
+ sk{"Èdè Slovaki"}
+ sl{"Èdè Slovenia"}
+ so{"Èdè ara Somalia"}
+ sq{"Èdè Albania"}
+ sr{"Èdè Serbia"}
+ st{"Èdè Sesoto"}
+ su{"Èdè Sudani"}
+ sv{"Èdè Suwidiisi"}
+ sw{"Èdè Swahili"}
+ ta{"Èdè Tamili"}
+ te{"Èdè Telugu"}
+ th{"Èdè Tai"}
+ ti{"Èdè Tigrinya"}
+ tk{"Èdè Turkmen"}
+ tlh{"Èdè Klingoni"}
tr{"Èdè Tɔɔkisi"}
+ uk{"Èdè Ukania"}
+ ur{"Èdè Udu"}
+ uz{"Èdè Uzbek"}
+ vi{"Èdè Jetinamu"}
+ xh{"Èdè Xhosa"}
+ yi{"Èdè Yiddishi"}
+ yo{"Èdè Yorùbá"}
+ zh{"Èdè Mandari"}
zu{"Èdè Shulu"}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.24"}
}
diff --git a/icu4c/source/data/lang/zgh.txt b/icu4c/source/data/lang/zgh.txt
index bc38848..1db9601 100755
--- a/icu4c/source/data/lang/zgh.txt
+++ b/icu4c/source/data/lang/zgh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zgh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zgh.xml
- */
zgh{
Keys{
calendar{"ⴰⵙⵎⵍⵓⵙⵙⴰⵏ"}
diff --git a/icu4c/source/data/lang/zh.txt b/icu4c/source/data/lang/zh.txt
index cae5bb8..d1ed188 100644
--- a/icu4c/source/data/lang/zh.txt
+++ b/icu4c/source/data/lang/zh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zh.xml
- */
zh{
Keys{
calendar{"日历"}
@@ -545,7 +542,7 @@
zxx{"无语言内容"}
zza{"扎扎文"}
}
- LanguagesShort{
+ Languages%short{
az{"阿塞拜疆文"}
en_GB{"英式英文"}
en_US{"美式英文"}
@@ -595,8 +592,8 @@
Hang{"韩文字"}
Hani{"汉字"}
Hano{"汉奴罗文"}
- Hans{"简体中文"}
- Hant{"繁体中文"}
+ Hans{"简体"}
+ Hant{"繁体"}
Hebr{"希伯来文"}
Hira{"平假名"}
Hluw{"安那托利亚象形文字"}
@@ -904,7 +901,7 @@
VALLADER{"瑞士瓦勒德方言"}
WADEGILE{"WG 威氏拼音法"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
codePatterns{
language{"语言:{0}"}
script{"文字:{0}"}
diff --git a/icu4c/source/data/lang/zh_CN.txt b/icu4c/source/data/lang/zh_CN.txt
index 1be702c..6dcdfba 100644
--- a/icu4c/source/data/lang/zh_CN.txt
+++ b/icu4c/source/data/lang/zh_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/zh_HK.txt b/icu4c/source/data/lang/zh_HK.txt
index a9d7458..81e76f7 100644
--- a/icu4c/source/data/lang/zh_HK.txt
+++ b/icu4c/source/data/lang/zh_HK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/zh_Hans.txt b/icu4c/source/data/lang/zh_Hans.txt
index 4807549..3835854 100644
--- a/icu4c/source/data/lang/zh_Hans.txt
+++ b/icu4c/source/data/lang/zh_Hans.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zh_Hans.xml
- */
zh_Hans{
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/lang/zh_Hans_CN.txt b/icu4c/source/data/lang/zh_Hans_CN.txt
index a1a231c..af9c02e 100644
--- a/icu4c/source/data/lang/zh_Hans_CN.txt
+++ b/icu4c/source/data/lang/zh_Hans_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/zh_Hans_HK.txt b/icu4c/source/data/lang/zh_Hans_HK.txt
index 92403ed..71ed586 100755
--- a/icu4c/source/data/lang/zh_Hans_HK.txt
+++ b/icu4c/source/data/lang/zh_Hans_HK.txt
@@ -1,43 +1,19 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans_HK.xml
// *
// ***************************************************************************
zh_Hans_HK{
- Languages{
- ast{"阿斯图里亚思文"}
- es_ES{"伊比利亚西班牙文"}
- om{"奥罗莫文"}
- pt_PT{"伊比利亚葡萄牙文"}
- }
- Scripts{
- Knda{"卡纳塔克文"}
- Sinh{"辛哈拉文"}
- Thaa{"塔安娜文"}
- Zzzz{"未知语系"}
- }
Types{
collation{
- big5han{"繁体中文排序顺序 (Big5)"}
dictionary{"字典排序"}
- gb2312han{"简体中文排序顺序 (GB2312)"}
phonebook{"电话簿排序"}
- pinyin{"拼音排序顺序"}
reformed{"改良排序"}
traditional{"传统排序"}
}
}
- Variants{
- WADEGILE{"韦氏拼音罗马字"}
- }
- Version{"2.1.8.19"}
- codePatterns{
- script{"语系:{0}"}
- }
- localeDisplayPattern{
- keyTypePattern{"{0}: {1}"}
- }
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/zh_Hans_MO.txt b/icu4c/source/data/lang/zh_Hans_MO.txt
index d0eed48..d4b1094 100755
--- a/icu4c/source/data/lang/zh_Hans_MO.txt
+++ b/icu4c/source/data/lang/zh_Hans_MO.txt
@@ -1,44 +1,19 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans_MO.xml
// *
// ***************************************************************************
zh_Hans_MO{
- Languages{
- ast{"阿斯图里亚思文"}
- es_ES{"伊比利亚西班牙文"}
- mdr{"曼达尔"}
- om{"奥罗莫文"}
- pt_PT{"伊比利亚葡萄牙文"}
- }
- Scripts{
- Knda{"卡纳塔克文"}
- Sinh{"辛哈拉文"}
- Thaa{"塔安娜文"}
- Zzzz{"未知语系"}
- }
Types{
collation{
- big5han{"繁体中文排序顺序 (Big5)"}
dictionary{"字典排序"}
- gb2312han{"简体中文排序顺序 (GB2312)"}
phonebook{"电话簿排序"}
- pinyin{"拼音排序顺序"}
reformed{"改良排序"}
traditional{"传统排序"}
}
}
- Variants{
- WADEGILE{"韦氏拼音罗马字"}
- }
- Version{"2.1.8.19"}
- codePatterns{
- script{"语系:{0}"}
- }
- localeDisplayPattern{
- keyTypePattern{"{0}: {1}"}
- }
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/zh_Hans_SG.txt b/icu4c/source/data/lang/zh_Hans_SG.txt
index 91b1c43..11937cd 100644
--- a/icu4c/source/data/lang/zh_Hans_SG.txt
+++ b/icu4c/source/data/lang/zh_Hans_SG.txt
@@ -1,44 +1,18 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hans_SG.xml
// *
// ***************************************************************************
zh_Hans_SG{
- Languages{
- en_GB{"英国英文"}
- en_US{"美国英文"}
- es_ES{"伊比利亚西班牙文"}
- om{"奥罗莫文"}
- pt_PT{"伊比利亚葡萄牙文"}
- }
- Scripts{
- Knda{"卡纳塔克文"}
- Sinh{"辛哈拉文"}
- Thaa{"塔安娜文"}
- Zzzz{"未知语系"}
- }
Types{
collation{
- big5han{"繁体中文排序顺序 (Big5)"}
dictionary{"字典排序"}
- ducet{"默认 Unicode 排序顺序"}
- gb2312han{"简体中文排序顺序 (GB2312)"}
phonebook{"电话簿排序"}
- pinyin{"拼音排序顺序"}
traditional{"传统排序"}
}
}
- Variants{
- WADEGILE{"韦氏拼音罗马字"}
- }
- Version{"2.1.8.19"}
- codePatterns{
- script{"语系:{0}"}
- }
- localeDisplayPattern{
- keyTypePattern{"{0}: {1}"}
- }
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/zh_Hant.txt b/icu4c/source/data/lang/zh_Hant.txt
index 98c1d69..cc83d11 100644
--- a/icu4c/source/data/lang/zh_Hant.txt
+++ b/icu4c/source/data/lang/zh_Hant.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hant.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zh_Hant.xml
- */
zh_Hant{
%%Parent{"root"}
Keys{
@@ -627,7 +624,7 @@
zxx{"無語言內容"}
zza{"扎扎文"}
}
- LanguagesShort{
+ Languages%short{
az{"亞塞拜然文"}
}
Scripts{
@@ -998,7 +995,7 @@
VALLADER{"瑞士瓦勒德方言"}
WADEGILE{"威妥瑪式拼音"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.12.94"}
codePatterns{
language{"語言:{0}"}
script{"文字:{0}"}
diff --git a/icu4c/source/data/lang/zh_Hant_HK.txt b/icu4c/source/data/lang/zh_Hant_HK.txt
index 32ca958..24f60ba 100644
--- a/icu4c/source/data/lang/zh_Hant_HK.txt
+++ b/icu4c/source/data/lang/zh_Hant_HK.txt
@@ -1,41 +1,27 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hant_HK.xml
// *
// ***************************************************************************
zh_Hant_HK{
- Keys{
- calendar{"日曆"}
- x{"專用區"}
- }
Languages{
- br{"布里多尼文"}
de_CH{"瑞士德語"}
- eo{"世界語"}
- gl{"加里西亞文"}
it{"意大利文"}
- lol{"蒙古語"}
pt_BR{"巴西葡萄牙語"}
- sd{"信德語"}
- zgh{"摩洛哥標準塔馬齊格特文"}
+ }
+ Languages%short{
+ az{"阿澤里"}
}
Languages%variant{
ps{"普什圖語"}
ug{"維吾爾語"}
}
- LanguagesShort{
- az{"阿澤里"}
- }
Scripts{
- Cyrl{"西里爾語字母"}
+ Cyrl{"西里爾文"}
Deva{"梵文"}
- Hang{"韓文字母"}
- Hans{"簡體字"}
- Hant{"繁體字"}
- Latn{"拉丁字母"}
}
Types{
calendar{
@@ -49,23 +35,19 @@
reformed{"改革版排序"}
}
numbers{
- deva{"梵文位數"}
- ethi{"埃塞俄比亞數詞"}
+ ethi{"埃塞俄比亞數字"}
geor{"格魯吉亞數字"}
- knda{"卡納達語位數"}
- laoo{"老撾文位數"}
- mlym{"馬來亞位數"}
- mong{"蒙古文位數"}
- orya{"奧里亞語位數"}
- taml{"泰米爾語數字"}
+ knda{"卡納達數字"}
+ laoo{"老撾數字"}
+ orya{"奧里亞數字"}
+ taml{"泰米爾數字"}
}
}
Variants{
1901{"傳統德國拼字法"}
1996{"1996 德國拼字法"}
- BISKE{"San Giorgio/Bila 方言"}
REVISED{"已修訂拼字法"}
SCOTLAND{"蘇格蘭標準英語"}
}
- Version{"2.1.8.28"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/lang/zh_Hant_MO.txt b/icu4c/source/data/lang/zh_Hant_MO.txt
index 31d0343..e4f2518 100644
--- a/icu4c/source/data/lang/zh_Hant_MO.txt
+++ b/icu4c/source/data/lang/zh_Hant_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zh_Hant_MO.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
zh_Hant_MO{
%%Parent{"zh_Hant_HK"}
- Version{"2.1.8.19"}
+ Version{"2.1.11.35"}
}
diff --git a/icu4c/source/data/lang/zh_Hant_TW.txt b/icu4c/source/data/lang/zh_Hant_TW.txt
index b5fc19d..af0e3ad 100644
--- a/icu4c/source/data/lang/zh_Hant_TW.txt
+++ b/icu4c/source/data/lang/zh_Hant_TW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/zh_MO.txt b/icu4c/source/data/lang/zh_MO.txt
index 80f54b0..3685079 100644
--- a/icu4c/source/data/lang/zh_MO.txt
+++ b/icu4c/source/data/lang/zh_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/zh_SG.txt b/icu4c/source/data/lang/zh_SG.txt
index 5d952cc..27ef3cb 100644
--- a/icu4c/source/data/lang/zh_SG.txt
+++ b/icu4c/source/data/lang/zh_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/zh_TW.txt b/icu4c/source/data/lang/zh_TW.txt
index 8fbbfb5..9d627a7 100644
--- a/icu4c/source/data/lang/zh_TW.txt
+++ b/icu4c/source/data/lang/zh_TW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/lang/zu.txt b/icu4c/source/data/lang/zu.txt
index 8b31b75..5faae7f 100644
--- a/icu4c/source/data/lang/zu.txt
+++ b/icu4c/source/data/lang/zu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/zu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/zu.xml
- */
zu{
Keys{
calendar{"Ikhalenda"}
@@ -277,14 +274,14 @@
zu{"isiZulu"}
zxx{"Akukho okuqukethwe kolimi"}
}
- Languages%variant{
- ps{"isi-Pushto"}
- }
- LanguagesShort{
+ Languages%short{
az{"isi-Azeria"}
en_GB{"i-U.K Englishi"}
en_US{"i-English (US)"}
}
+ Languages%variant{
+ ps{"isi-Pushto"}
+ }
Scripts{
Arab{"i-Arab"}
Armn{"i-Armenian"}
@@ -446,7 +443,7 @@
vaii{"Izinhlazu Zezinombolo ze-Vai"}
}
}
- Version{"2.1.8.18"}
+ Version{"2.1.10.93"}
codePatterns{
language{"{0}"}
script{"{0}"}
diff --git a/icu4c/source/data/locales/af.txt b/icu4c/source/data/locales/af.txt
index cb465fa..d9d6dee 100644
--- a/icu4c/source/data/locales/af.txt
+++ b/icu4c/source/data/locales/af.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/af.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/af.xml
- */
af{
AuxExemplarCharacters{"[à ä ã æ ç í ì ó ò ú ù ü ý]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +159,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -717,11 +711,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"hh:mm"}
- hms{"hh:mm:ss"}
- ms{"mm:ss"}
- }
fields{
day{
dn{"Dag"}
diff --git a/icu4c/source/data/locales/af_NA.txt b/icu4c/source/data/locales/af_NA.txt
index d42a671..3fdb063 100644
--- a/icu4c/source/data/locales/af_NA.txt
+++ b/icu4c/source/data/locales/af_NA.txt
@@ -1,18 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/af_NA.xml
// *
// ***************************************************************************
af_NA{
- NumberElements{
- latn{
- patterns{
- currencyFormat{"¤ #,##0.00"}
- }
- }
- }
- Version{"2.1.8.19"}
+ Version{"2.1.11.68"}
}
diff --git a/icu4c/source/data/locales/af_ZA.txt b/icu4c/source/data/locales/af_ZA.txt
index e8dfc11..252cfe0 100644
--- a/icu4c/source/data/locales/af_ZA.txt
+++ b/icu4c/source/data/locales/af_ZA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/af_ZA.xml
diff --git a/icu4c/source/data/locales/agq.txt b/icu4c/source/data/locales/agq.txt
index c921539..407ddb7 100755
--- a/icu4c/source/data/locales/agq.txt
+++ b/icu4c/source/data/locales/agq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/agq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/agq.xml
- */
agq{
AuxExemplarCharacters{"[q r x]"}
ExemplarCharacters{
@@ -18,9 +15,6 @@
"{ʉ\u030C} {ʉ\u0304} v w y z ʔ]"
}
ExemplarCharactersIndex{"[A B C D E Ɛ F G H I Ɨ K L M N Ŋ O Ɔ P S T U Ʉ V W Y Z ʔ]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -34,7 +28,7 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/agq_CM.txt b/icu4c/source/data/locales/agq_CM.txt
index d82e056..614873e 100755
--- a/icu4c/source/data/locales/agq_CM.txt
+++ b/icu4c/source/data/locales/agq_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/agq_CM.xml
diff --git a/icu4c/source/data/locales/ak.txt b/icu4c/source/data/locales/ak.txt
index 1e1d946..1721c39 100755
--- a/icu4c/source/data/locales/ak.txt
+++ b/icu4c/source/data/locales/ak.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ak.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ak.xml
- */
ak{
AuxExemplarCharacters{"[c j q v z]"}
ExemplarCharacters{"[a b d e ɛ f g h i k l m n o ɔ p r s t u w y]"}
ExemplarCharactersIndex{"[A B C D E Ɛ F G H I J K L M N O Ɔ P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ak_GH.txt b/icu4c/source/data/locales/ak_GH.txt
index e68a970..4384f9d 100755
--- a/icu4c/source/data/locales/ak_GH.txt
+++ b/icu4c/source/data/locales/ak_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ak_GH.xml
diff --git a/icu4c/source/data/locales/am.txt b/icu4c/source/data/locales/am.txt
index 95b3419..eedc12d 100644
--- a/icu4c/source/data/locales/am.txt
+++ b/icu4c/source/data/locales/am.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/am.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/am.xml
- */
am{
AuxExemplarCharacters{"[]"}
Ellipsis{
@@ -30,9 +27,6 @@
" ፈ ፉ ፊ ፋ ፌ ፍ ፎ ፏ ፐ ፑ ፒ ፓ ፔ ፕ ፖ ፗ]"
}
ExemplarCharactersPunctuation{"[‐ – , ፡ ፣ ፤ ፥ ፦ ! ? . ። ‹ › « » ( ) \\[ \\]]"}
- LocaleScript{
- "Ethi",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -171,7 +165,7 @@
native{"latn"}
traditional{"ethi"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
ethiopic{
monthNames{
@@ -823,11 +817,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ቀን"}
diff --git a/icu4c/source/data/locales/am_ET.txt b/icu4c/source/data/locales/am_ET.txt
index 2eb06f1..973367f 100644
--- a/icu4c/source/data/locales/am_ET.txt
+++ b/icu4c/source/data/locales/am_ET.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/am_ET.xml
diff --git a/icu4c/source/data/locales/ar.txt b/icu4c/source/data/locales/ar.txt
index 0d6b644..bff2267 100644
--- a/icu4c/source/data/locales/ar.txt
+++ b/icu4c/source/data/locales/ar.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ar.xml
- */
ar{
AuxExemplarCharacters{"[\u200C\u200D\u200E\u200F پ چ ژ ڜ ڢ ڤ ڥ ٯ ڧ ڨ ک گ ی]"}
Ellipsis{
@@ -25,9 +22,6 @@
}
ExemplarCharactersIndex{"[ا ب ت ث ج ح خ د ذ ر ز س ش ص ض ط ظ ع غ ف ق ك ل م ن ه و ي]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — ، ؛ \\: ! ؟ . ' \u0022 ( ) \\[ \\]]"}
- LocaleScript{
- "Arab",
- }
MoreInformation{"؟"}
NumberElements{
arab{
@@ -46,7 +40,7 @@
minusSign{"-"}
nan{"ليس رقم"}
perMille{"؉"}
- percentSign{"٪"} // Android-changed: http://b/15476051.
+ percentSign{"٪"}
plusSign{"+"}
superscriptingExponent{"×"}
timeSeparator{"،"}
@@ -283,7 +277,7 @@
minimumGroupingDigits{"1"}
native{"arab"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -582,7 +576,7 @@
"{1} {0}",
"{1} {0}",
}
- NoonMarker{"ظ"}
+ NoonMarker{"ظهرا"}
NoonMarkerNarrow{"ظ"}
appendItems{
Timezone{"{0} {1}"}
@@ -601,6 +595,8 @@
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E، d/M"}
MMM{"LLL"}
@@ -614,6 +610,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"M/y"}
@@ -1465,11 +1463,6 @@
quotationEnd{"“"}
quotationStart{"”"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"يوم"}
diff --git a/icu4c/source/data/locales/ar_001.txt b/icu4c/source/data/locales/ar_001.txt
index 28a3a2d..f213d2b 100644
--- a/icu4c/source/data/locales/ar_001.txt
+++ b/icu4c/source/data/locales/ar_001.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_001.xml
diff --git a/icu4c/source/data/locales/ar_AE.txt b/icu4c/source/data/locales/ar_AE.txt
index ebae818..bbf23f4 100644
--- a/icu4c/source/data/locales/ar_AE.txt
+++ b/icu4c/source/data/locales/ar_AE.txt
@@ -1,16 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_AE.xml
// *
// ***************************************************************************
ar_AE{
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
gregorian{
- NoonMarker{"ظهرا"}
eras{
abbreviated%variant{
"ق.م",
diff --git a/icu4c/source/data/locales/ar_BH.txt b/icu4c/source/data/locales/ar_BH.txt
index d7684e5..b2fc5d2 100644
--- a/icu4c/source/data/locales/ar_BH.txt
+++ b/icu4c/source/data/locales/ar_BH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_BH.xml
diff --git a/icu4c/source/data/locales/ar_DJ.txt b/icu4c/source/data/locales/ar_DJ.txt
index 3d6f1fc..3ced445 100755
--- a/icu4c/source/data/locales/ar_DJ.txt
+++ b/icu4c/source/data/locales/ar_DJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_DJ.xml
diff --git a/icu4c/source/data/locales/ar_DZ.txt b/icu4c/source/data/locales/ar_DZ.txt
index 9b68d18..361f7d8 100644
--- a/icu4c/source/data/locales/ar_DZ.txt
+++ b/icu4c/source/data/locales/ar_DZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_DZ.xml
@@ -16,83 +16,9 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.12.17"}
calendar{
- generic{
- DateTimePatterns{
- "h:mm:ss a zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE، d MMMM، y G",
- "d MMMM، y G",
- "G y/MM/dd",
- "GGGGG y/M/d",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- MMdd{"MM/dd"}
- Md{"M/d"}
- yyyyM{"G y/M"}
- yyyyMM{"G y/MM"}
- yyyyMd{"G y/M/d"}
- }
- intervalFormats{
- M{
- M{"M-M"}
- }
- MMMd{
- d{"d-d MMM"}
- }
- d{
- d{"d-d"}
- }
- y{
- y{"G y-y"}
- }
- }
- }
gregorian{
- DateTimePatterns{
- "h:mm:ss a zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE، d MMMM، y",
- "d MMMM، y",
- "y/MM/dd",
- "y/M/d",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- MMdd{"MM/dd"}
- Md{"M/d"}
- yM{"y/M"}
- yMM{"y/MM"}
- yMd{"y/M/d"}
- }
- intervalFormats{
- M{
- M{"M-M"}
- }
- MMMd{
- d{"d-d MMM"}
- }
- d{
- d{"d-d"}
- }
- y{
- y{"y-y"}
- }
- }
monthNames{
format{
abbreviated{
diff --git a/icu4c/source/data/locales/ar_EG.txt b/icu4c/source/data/locales/ar_EG.txt
index 99d2aa4..b2eb8b7 100644
--- a/icu4c/source/data/locales/ar_EG.txt
+++ b/icu4c/source/data/locales/ar_EG.txt
@@ -1,61 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_EG.xml
// *
// ***************************************************************************
ar_EG{
- NumberElements{
- arab{
- symbols{
- nan{"NaN"}
- }
- }
- }
- Version{"2.1.8.19"}
- calendar{
- islamic{
- DateTimePatterns{
- "h:mm:ss a zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE، d MMMM، y G",
- "d MMMM، y G",
- "d MMM، y G",
- "d/M/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- Ed{"d E"}
- Gy{"y G"}
- GyMMM{"MMM y G"}
- GyMMMEd{"E، d MMM، y G"}
- GyMMMd{"d MMM، y G"}
- MEd{"E، d/M"}
- MMMEd{"E، d MMM"}
- MMMd{"d MMM"}
- Md{"d/M"}
- y{"y G"}
- yyyy{"y G"}
- yyyyM{"M/y GGGGG"}
- yyyyMEd{"E، d/M/y GGGGG"}
- yyyyMMM{"MMM y G"}
- yyyyMMMEd{"E، d MMM، y G"}
- yyyyMMMM{"MMM y G"}
- yyyyMMMd{"d MMM، y G"}
- yyyyMd{"d/M/y GGGGG"}
- yyyyQQQ{"QQQ y G"}
- yyyyQQQQ{"QQQQ y G"}
- }
- }
- }
+ Version{"2.1.12.17"}
listPattern{
standard{
2{"{0} و{1}"}
diff --git a/icu4c/source/data/locales/ar_EH.txt b/icu4c/source/data/locales/ar_EH.txt
index 62d65f0..129a064 100755
--- a/icu4c/source/data/locales/ar_EH.txt
+++ b/icu4c/source/data/locales/ar_EH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_EH.xml
diff --git a/icu4c/source/data/locales/ar_ER.txt b/icu4c/source/data/locales/ar_ER.txt
index d2d5c63..3015910 100755
--- a/icu4c/source/data/locales/ar_ER.txt
+++ b/icu4c/source/data/locales/ar_ER.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_ER.xml
diff --git a/icu4c/source/data/locales/ar_IL.txt b/icu4c/source/data/locales/ar_IL.txt
index 0015722..270ca9d 100755
--- a/icu4c/source/data/locales/ar_IL.txt
+++ b/icu4c/source/data/locales/ar_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_IL.xml
diff --git a/icu4c/source/data/locales/ar_IQ.txt b/icu4c/source/data/locales/ar_IQ.txt
index 76f439a..1435240 100644
--- a/icu4c/source/data/locales/ar_IQ.txt
+++ b/icu4c/source/data/locales/ar_IQ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_IQ.xml
diff --git a/icu4c/source/data/locales/ar_JO.txt b/icu4c/source/data/locales/ar_JO.txt
index ad6a5f9..3aed053 100644
--- a/icu4c/source/data/locales/ar_JO.txt
+++ b/icu4c/source/data/locales/ar_JO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_JO.xml
diff --git a/icu4c/source/data/locales/ar_KM.txt b/icu4c/source/data/locales/ar_KM.txt
index 2005bd0..857d4d5 100755
--- a/icu4c/source/data/locales/ar_KM.txt
+++ b/icu4c/source/data/locales/ar_KM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_KM.xml
diff --git a/icu4c/source/data/locales/ar_KW.txt b/icu4c/source/data/locales/ar_KW.txt
index bb448a5..1d89f09 100644
--- a/icu4c/source/data/locales/ar_KW.txt
+++ b/icu4c/source/data/locales/ar_KW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_KW.xml
diff --git a/icu4c/source/data/locales/ar_LB.txt b/icu4c/source/data/locales/ar_LB.txt
index 26742f5..788ec27 100644
--- a/icu4c/source/data/locales/ar_LB.txt
+++ b/icu4c/source/data/locales/ar_LB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_LB.xml
@@ -15,27 +15,9 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.12.18"}
calendar{
gregorian{
- DateTimePatterns{
- "h:mm:ss a zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE، d MMMM، y",
- "d MMMM، y",
- "MMM d, y",
- "d/M/y",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- GyMMMEd{"E, MMM d, y G"}
- }
monthNames{
format{
abbreviated{
diff --git a/icu4c/source/data/locales/ar_LY.txt b/icu4c/source/data/locales/ar_LY.txt
index 1bc3b54..c97a1a5 100644
--- a/icu4c/source/data/locales/ar_LY.txt
+++ b/icu4c/source/data/locales/ar_LY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_LY.xml
diff --git a/icu4c/source/data/locales/ar_MA.txt b/icu4c/source/data/locales/ar_MA.txt
index f339da5..ff4b4b0 100644
--- a/icu4c/source/data/locales/ar_MA.txt
+++ b/icu4c/source/data/locales/ar_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_MA.xml
@@ -16,89 +16,9 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.12.17"}
calendar{
- generic{
- DateTimePatterns{
- "h:mm:ss a zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE، d MMMM، y G",
- "d MMMM، y G",
- "G y/MM/dd",
- "GGGGG y/M/d",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- MMdd{"MM/dd"}
- Md{"M/d"}
- yyyyM{"G y/M"}
- yyyyMM{"G y/MM"}
- yyyyMd{"G y/M/d"}
- }
- intervalFormats{
- MMMd{
- d{"d-d MMM"}
- }
- d{
- d{"d-d"}
- }
- y{
- y{"G y-y"}
- }
- yMMMM{
- M{"MM - MM –y G"}
- }
- yMMMd{
- d{"d–d MMM، y G"}
- }
- }
- }
gregorian{
- DateTimePatterns{
- "h:mm:ss a zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE، d MMMM، y",
- "d MMMM، y",
- "y/MM/dd",
- "y/M/d",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- MMdd{"MM/dd"}
- Md{"M/d"}
- yM{"y/M"}
- yMM{"y/MM"}
- yMd{"y/M/d"}
- }
- intervalFormats{
- MMMd{
- d{"d-d MMM"}
- }
- d{
- d{"d-d"}
- }
- y{
- y{"y-y"}
- }
- yMMMM{
- M{"MM - MM –y"}
- }
- yMMMd{
- d{"d–d MMM، y"}
- }
- }
monthNames{
format{
abbreviated{
diff --git a/icu4c/source/data/locales/ar_MR.txt b/icu4c/source/data/locales/ar_MR.txt
index c063e84..6fe0c01 100755
--- a/icu4c/source/data/locales/ar_MR.txt
+++ b/icu4c/source/data/locales/ar_MR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_MR.xml
diff --git a/icu4c/source/data/locales/ar_OM.txt b/icu4c/source/data/locales/ar_OM.txt
index cb7fc08..4739c37 100644
--- a/icu4c/source/data/locales/ar_OM.txt
+++ b/icu4c/source/data/locales/ar_OM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_OM.xml
diff --git a/icu4c/source/data/locales/ar_PS.txt b/icu4c/source/data/locales/ar_PS.txt
index 9a8eb4b..70811d7 100755
--- a/icu4c/source/data/locales/ar_PS.txt
+++ b/icu4c/source/data/locales/ar_PS.txt
@@ -1,45 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_PS.xml
// *
// ***************************************************************************
ar_PS{
- NumberElements{
- latn{
- patternsLong{
- decimalFormat{
- 1000000000{
- few{"0 بليون"}
- many{"0 بليون"}
- one{"0 بليون"}
- other{"0 بليون"}
- two{"0 بليون"}
- zero{"0 بليون"}
- }
- 10000000000{
- few{"00 بليون"}
- many{"00 بليون"}
- one{"00 بليون"}
- other{"00 بليون"}
- two{"00 بليون"}
- zero{"00 بليون"}
- }
- 100000000000{
- few{"000 بليون"}
- many{"000 بليون"}
- one{"000 بليون"}
- other{"000 بليون"}
- two{"000 بليون"}
- zero{"000 بليون"}
- }
- }
- }
- }
- }
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
gregorian{
monthNames{
diff --git a/icu4c/source/data/locales/ar_QA.txt b/icu4c/source/data/locales/ar_QA.txt
index bd4ea8b..0cfc194 100644
--- a/icu4c/source/data/locales/ar_QA.txt
+++ b/icu4c/source/data/locales/ar_QA.txt
@@ -1,18 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_QA.xml
// *
// ***************************************************************************
ar_QA{
- NumberElements{
- latn{
- patterns{
- currencyFormat{"¤#0.00"}
- }
- }
- }
- Version{"2.1.6.69"}
+ Version{"2.1.12.17"}
}
diff --git a/icu4c/source/data/locales/ar_SA.txt b/icu4c/source/data/locales/ar_SA.txt
index efc70de..4492dd9 100644
--- a/icu4c/source/data/locales/ar_SA.txt
+++ b/icu4c/source/data/locales/ar_SA.txt
@@ -1,28 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_SA.xml
// *
// ***************************************************************************
ar_SA{
- NumberElements{
- latn{
- patterns{
- currencyFormat{"¤#0.00"}
- }
- }
- }
- Version{"2.1.6.69"}
- calendar{
- islamic{
- availableFormats{
- MEd{"E, M/d"}
- MMMEd{"E, MMM d"}
- MMMd{"MMM d"}
- Md{"M/d"}
- }
- }
- }
+ Version{"2.1.12.17"}
}
diff --git a/icu4c/source/data/locales/ar_SD.txt b/icu4c/source/data/locales/ar_SD.txt
index 2a3360a1..a011fe6 100644
--- a/icu4c/source/data/locales/ar_SD.txt
+++ b/icu4c/source/data/locales/ar_SD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_SD.xml
diff --git a/icu4c/source/data/locales/ar_SO.txt b/icu4c/source/data/locales/ar_SO.txt
index 94fcf4c..9962125 100755
--- a/icu4c/source/data/locales/ar_SO.txt
+++ b/icu4c/source/data/locales/ar_SO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_SO.xml
diff --git a/icu4c/source/data/locales/ar_SS.txt b/icu4c/source/data/locales/ar_SS.txt
index cea469b..a00129d 100644
--- a/icu4c/source/data/locales/ar_SS.txt
+++ b/icu4c/source/data/locales/ar_SS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_SS.xml
diff --git a/icu4c/source/data/locales/ar_SY.txt b/icu4c/source/data/locales/ar_SY.txt
index e9e02e2..735d02f 100644
--- a/icu4c/source/data/locales/ar_SY.txt
+++ b/icu4c/source/data/locales/ar_SY.txt
@@ -1,20 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_SY.xml
// *
// ***************************************************************************
ar_SY{
- NumberElements{
- latn{
- patterns{
- currencyFormat{"¤#0.00"}
- }
- }
- }
- Version{"2.1.8.19"}
+ Version{"2.1.12.18"}
calendar{
gregorian{
monthNames{
diff --git a/icu4c/source/data/locales/ar_TD.txt b/icu4c/source/data/locales/ar_TD.txt
index 6112e70..9404f24 100755
--- a/icu4c/source/data/locales/ar_TD.txt
+++ b/icu4c/source/data/locales/ar_TD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_TD.xml
diff --git a/icu4c/source/data/locales/ar_TN.txt b/icu4c/source/data/locales/ar_TN.txt
index e625fd3..ff7abcc 100644
--- a/icu4c/source/data/locales/ar_TN.txt
+++ b/icu4c/source/data/locales/ar_TN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_TN.xml
@@ -10,98 +10,15 @@
NumberElements{
default{"latn"}
latn{
- patterns{
- currencyFormat{"¤#0.00"}
- }
symbols{
decimal{","}
group{"."}
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.12.17"}
calendar{
- generic{
- DateTimePatterns{
- "h:mm:ss a zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE، d MMMM، y G",
- "d MMMM، y G",
- "G y/MM/dd",
- "GGGGG y/M/d",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- MMdd{"MM/dd"}
- Md{"M/d"}
- yyyyM{"G y/M"}
- yyyyMM{"G y/MM"}
- yyyyMd{"G y/M/d"}
- }
- intervalFormats{
- M{
- M{"M-M"}
- }
- MMMd{
- d{"d-d MMM"}
- }
- d{
- d{"d-d"}
- }
- y{
- y{"G y-y"}
- }
- yMMMd{
- d{"d-d MMM، y G"}
- }
- }
- }
gregorian{
- DateTimePatterns{
- "h:mm:ss a zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE، d MMMM، y",
- "d MMMM، y",
- "y/MM/dd",
- "y/M/d",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- MMdd{"MM/dd"}
- Md{"M/d"}
- yM{"y/M"}
- yMM{"y/MM"}
- yMd{"y/M/d"}
- }
- intervalFormats{
- M{
- M{"M-M"}
- }
- MMMd{
- d{"d-d MMM"}
- }
- d{
- d{"d-d"}
- }
- y{
- y{"y-y"}
- }
- yMMMd{
- d{"d-d MMM، y"}
- }
- }
monthNames{
format{
abbreviated{
diff --git a/icu4c/source/data/locales/ar_YE.txt b/icu4c/source/data/locales/ar_YE.txt
index ca0a9dc..8ce9197 100644
--- a/icu4c/source/data/locales/ar_YE.txt
+++ b/icu4c/source/data/locales/ar_YE.txt
@@ -1,18 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ar_YE.xml
// *
// ***************************************************************************
ar_YE{
- NumberElements{
- latn{
- patterns{
- currencyFormat{"¤#0.00"}
- }
- }
- }
- Version{"2.1.6.69"}
+ Version{"2.1.12.17"}
}
diff --git a/icu4c/source/data/locales/as.txt b/icu4c/source/data/locales/as.txt
index 0cd9289..58105dc 100644
--- a/icu4c/source/data/locales/as.txt
+++ b/icu4c/source/data/locales/as.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/as.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/as.xml
- */
as{
AuxExemplarCharacters{"[\u200C\u200D ৲]"}
ExemplarCharacters{
@@ -16,9 +13,6 @@
"\u09BC}ঢ় ণ ত থ দ ধ ন প ফ ব ভ ম য {য\u09BC} ৰ ল ৱ শ ষ স হ {ক\u09CDষ} া ি ী "
"\u09C1 \u09C2 \u09C3 ে ৈ ো ৌ \u09CD]"
}
- LocaleScript{
- "Beng",
- }
NumberElements{
default{"beng"}
latn{
diff --git a/icu4c/source/data/locales/as_IN.txt b/icu4c/source/data/locales/as_IN.txt
index 66081fc..f1783f6 100644
--- a/icu4c/source/data/locales/as_IN.txt
+++ b/icu4c/source/data/locales/as_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/as_IN.xml
diff --git a/icu4c/source/data/locales/asa.txt b/icu4c/source/data/locales/asa.txt
index ff43d9b..1b523c3 100755
--- a/icu4c/source/data/locales/asa.txt
+++ b/icu4c/source/data/locales/asa.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/asa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/asa.xml
- */
asa{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/asa_TZ.txt b/icu4c/source/data/locales/asa_TZ.txt
index 3042ac0..ce534da 100755
--- a/icu4c/source/data/locales/asa_TZ.txt
+++ b/icu4c/source/data/locales/asa_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/asa_TZ.xml
diff --git a/icu4c/source/data/locales/az.txt b/icu4c/source/data/locales/az.txt
index d91fae4..e145325 100644
--- a/icu4c/source/data/locales/az.txt
+++ b/icu4c/source/data/locales/az.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az.xml
- */
az{
AuxExemplarCharacters{"[w]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +159,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -666,11 +660,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Gün"}
diff --git a/icu4c/source/data/locales/az_AZ.txt b/icu4c/source/data/locales/az_AZ.txt
index e2caa2c..81e930a 100644
--- a/icu4c/source/data/locales/az_AZ.txt
+++ b/icu4c/source/data/locales/az_AZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/az_Cyrl.txt b/icu4c/source/data/locales/az_Cyrl.txt
index fec21e1..c5a00c3 100644
--- a/icu4c/source/data/locales/az_Cyrl.txt
+++ b/icu4c/source/data/locales/az_Cyrl.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az_Cyrl.xml
- */
az_Cyrl{
%%Parent{"root"}
AuxExemplarCharacters{"[ц щ ъ ь э ю я]"}
ExemplarCharacters{"[а ә б в г ғ д е ж з и й ј к ҝ л м н о ө п р с т у ү ф х һ ч ҹ ш ы]"}
- LocaleScript{
- "Cyrl",
- }
NumberElements{
latn{
patterns{
@@ -35,7 +29,7 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.34"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/az_Cyrl_AZ.txt b/icu4c/source/data/locales/az_Cyrl_AZ.txt
index 758678a..a329ea8 100644
--- a/icu4c/source/data/locales/az_Cyrl_AZ.txt
+++ b/icu4c/source/data/locales/az_Cyrl_AZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az_Cyrl_AZ.xml
diff --git a/icu4c/source/data/locales/az_Latn.txt b/icu4c/source/data/locales/az_Latn.txt
index d398df0..265c4ff 100644
--- a/icu4c/source/data/locales/az_Latn.txt
+++ b/icu4c/source/data/locales/az_Latn.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/az_Latn.xml
- */
az_Latn{
- LocaleScript{
- "Latn",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/az_Latn_AZ.txt b/icu4c/source/data/locales/az_Latn_AZ.txt
index 948614d..a93fc74 100644
--- a/icu4c/source/data/locales/az_Latn_AZ.txt
+++ b/icu4c/source/data/locales/az_Latn_AZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/az_Latn_AZ.xml
diff --git a/icu4c/source/data/locales/bas.txt b/icu4c/source/data/locales/bas.txt
index c8e0208..d253553 100755
--- a/icu4c/source/data/locales/bas.txt
+++ b/icu4c/source/data/locales/bas.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bas.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bas.xml
- */
bas{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{
@@ -19,9 +16,6 @@
"t u ú ù û ǔ ū {u\u1DC6}{u\u1DC7} v w y z]"
}
ExemplarCharactersIndex{"[A B Ɓ C D E Ɛ F G H I J K L M N Ŋ O Ɔ P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/bas_CM.txt b/icu4c/source/data/locales/bas_CM.txt
index c6fa334..e684ae5 100755
--- a/icu4c/source/data/locales/bas_CM.txt
+++ b/icu4c/source/data/locales/bas_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bas_CM.xml
diff --git a/icu4c/source/data/locales/be.txt b/icu4c/source/data/locales/be.txt
index 4177433..a0f5578 100644
--- a/icu4c/source/data/locales/be.txt
+++ b/icu4c/source/data/locales/be.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/be.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/be.xml
- */
be{
AuxExemplarCharacters{
"[{а\u0301} {е\u0301} {ё\u0301} {і\u0301} {о\u0301} {у\u0301} {ы\u0301} {э"
@@ -16,9 +13,6 @@
}
ExemplarCharacters{"[а б в г д {дж} {дз} е ё ж з і й к л м н о п р с т у ў ф х ц ч ш ы ь э ю я]"}
ExemplarCharactersIndex{"[А Б В Г Д Е Ж З І Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Ы Э Ю Я]"}
- LocaleScript{
- "Cyrl",
- }
NumberElements{
latn{
patterns{
@@ -33,7 +27,7 @@
}
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
calendar{
buddhist{
DateTimePatterns{
@@ -122,15 +116,15 @@
}
intervalFormats{
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
yMMM{
- M{"LLL-LLL y G"}
- y{"LLL y - LLL y G"}
+ M{"LLL–LLL y G"}
+ y{"LLL y – LLL y G"}
}
yMMMM{
- M{"LLLL-LLLL y G"}
- y{"LLLL y - LLLL y G"}
+ M{"LLLL–LLLL y G"}
+ y{"LLLL y – LLLL y G"}
}
}
}
@@ -225,15 +219,15 @@
}
intervalFormats{
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
yMMM{
- M{"LLL-LLL y"}
- y{"LLL y - LLL y"}
+ M{"LLL–LLL y"}
+ y{"LLL y – LLL y"}
}
yMMMM{
- M{"LLLL-LLLL y"}
- y{"LLLL y - LLLL y"}
+ M{"LLLL–LLLL y"}
+ y{"LLLL y – LLLL y"}
}
}
monthNames{
diff --git a/icu4c/source/data/locales/be_BY.txt b/icu4c/source/data/locales/be_BY.txt
index c0e5958..28f8dce 100644
--- a/icu4c/source/data/locales/be_BY.txt
+++ b/icu4c/source/data/locales/be_BY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/be_BY.xml
diff --git a/icu4c/source/data/locales/bem.txt b/icu4c/source/data/locales/bem.txt
index ae95604..63ed7fa 100755
--- a/icu4c/source/data/locales/bem.txt
+++ b/icu4c/source/data/locales/bem.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bem.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bem.xml
- */
bem{
AuxExemplarCharacters{"[d h q r v x z]"}
ExemplarCharacters{"[a b c e f g i j k l m n o p s {sh} t u w y]"}
ExemplarCharactersIndex{"[A B C E F G I J K L M N O P S {SH} T U W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/bem_ZM.txt b/icu4c/source/data/locales/bem_ZM.txt
index 448d3f1..eeeb648 100755
--- a/icu4c/source/data/locales/bem_ZM.txt
+++ b/icu4c/source/data/locales/bem_ZM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bem_ZM.xml
diff --git a/icu4c/source/data/locales/bez.txt b/icu4c/source/data/locales/bez.txt
index 7b1e13c..7942192 100755
--- a/icu4c/source/data/locales/bez.txt
+++ b/icu4c/source/data/locales/bez.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bez.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bez.xml
- */
bez{
AuxExemplarCharacters{"[x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/bez_TZ.txt b/icu4c/source/data/locales/bez_TZ.txt
index aa9bf39..9f0ec37 100755
--- a/icu4c/source/data/locales/bez_TZ.txt
+++ b/icu4c/source/data/locales/bez_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bez_TZ.xml
diff --git a/icu4c/source/data/locales/bg.txt b/icu4c/source/data/locales/bg.txt
index 776f0fb..182ed72 100644
--- a/icu4c/source/data/locales/bg.txt
+++ b/icu4c/source/data/locales/bg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bg.xml
- */
bg{
AuxExemplarCharacters{"[{а\u0300} ѐ ё ѝ {о\u0300} {у\u0300} {ъ\u0300} ы ѣ э {ю\u0300} {я\u0300} ѫ]"}
Ellipsis{
@@ -22,9 +19,6 @@
ExemplarCharacters{"[а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ъ ь ю я]"}
ExemplarCharactersIndex{"[А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ю Я]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ ( ) \\[ \\] § * / ″ №]"}
- LocaleScript{
- "Cyrl",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -162,7 +156,7 @@
minimumGroupingDigits{"2"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -202,7 +196,7 @@
MMMd{"d.MM"}
Md{"d.MM"}
d{"d"}
- h{"h"}
+ h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
ms{"mm:ss"}
@@ -222,18 +216,18 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
M{"M – M"}
@@ -274,21 +268,21 @@
fallback{"{0} – {1}"}
h{
a{"h a – h a"}
- h{"h-h a"}
+ h{"h–h a"}
}
hm{
a{"h:mm a – h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
a{"h:mm a – h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
a{"h a – h a v"}
- h{"h-h a v"}
+ h{"h–h a v"}
}
y{
y{"y – y 'г'.G"}
@@ -829,11 +823,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ден"}
diff --git a/icu4c/source/data/locales/bg_BG.txt b/icu4c/source/data/locales/bg_BG.txt
index a658c79..469f853 100644
--- a/icu4c/source/data/locales/bg_BG.txt
+++ b/icu4c/source/data/locales/bg_BG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bg_BG.xml
diff --git a/icu4c/source/data/locales/bm.txt b/icu4c/source/data/locales/bm.txt
index 5aa90af..d5c400a 100755
--- a/icu4c/source/data/locales/bm.txt
+++ b/icu4c/source/data/locales/bm.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bm.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bm.xml
- */
bm{
AuxExemplarCharacters{"[q v x]"}
ExemplarCharacters{"[a b c d e ɛ f g h i j k l m n ɲ ŋ o ɔ p r s t u w y z]"}
ExemplarCharactersIndex{"[A B C D E Ɛ F G H I J K L M N Ɲ Ŋ O Ɔ P R S T U W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -24,7 +18,7 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/bm_Latn.txt b/icu4c/source/data/locales/bm_Latn.txt
index 2e057ef..6fd6d71 100644
--- a/icu4c/source/data/locales/bm_Latn.txt
+++ b/icu4c/source/data/locales/bm_Latn.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bm_Latn.xml
diff --git a/icu4c/source/data/locales/bm_Latn_ML.txt b/icu4c/source/data/locales/bm_Latn_ML.txt
index ab3c3e2..56d37ef 100644
--- a/icu4c/source/data/locales/bm_Latn_ML.txt
+++ b/icu4c/source/data/locales/bm_Latn_ML.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bm_Latn_ML.xml
diff --git a/icu4c/source/data/locales/bn.txt b/icu4c/source/data/locales/bn.txt
index c130903..9f19aa3 100644
--- a/icu4c/source/data/locales/bn.txt
+++ b/icu4c/source/data/locales/bn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bn.xml
- */
bn{
AuxExemplarCharacters{"[\u200C\u200D ৲ ৳ ৴ ৵ ৶ ৷ ৸ ৹ ৰ ৱ]"}
Ellipsis{
@@ -28,9 +25,6 @@
"[অ আ ই ঈ উ ঊ ঋ এ ঐ ও ঔ ক {ক\u09CDষ} খ গ ঘ ঙ চ ছ জ ঝ ঞ ট ঠ ড ঢ ণ ত থ দ ধ ন প "
"ফ ব ভ ম য র ল শ ষ স হ]"
}
- LocaleScript{
- "Beng",
- }
MoreInformation{"?"}
NumberElements{
beng{
@@ -173,7 +167,7 @@
minimumGroupingDigits{"1"}
native{"beng"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -243,14 +237,14 @@
H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
M{"E, d/M – E, d/M"}
d{"E, d/M – E, d/M"}
}
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
MMMEd{
M{"E, d MMM – E, d MMM"}
@@ -261,11 +255,11 @@
d{"d–d MMM"}
}
Md{
- M{"d/M - d/M"}
- d{"d/M - d/M"}
+ M{"d/M – d/M"}
+ d{"d/M – d/M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} – {1}"}
h{
@@ -287,7 +281,7 @@
h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
M{"M/y – M/y G"}
@@ -325,8 +319,8 @@
}
gregorian{
AmPmMarkers{
- "am",
- "pm",
+ "পূর্বাহ্ণ",
+ "অপরাহ্ণ",
}
AmPmMarkersNarrow{
"পূর্বাহ্ণ",
@@ -347,7 +341,7 @@
"{1} {0}",
"{1} {0}",
}
- NoonMarker{"noon"}
+ NoonMarker{"দুপুর"}
NoonMarkerNarrow{"দুপুর"}
appendItems{
Timezone{"{0} {1}"}
@@ -504,14 +498,14 @@
H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
M{"E, d/M – E, d/M"}
d{"E, d/M – E, d/M"}
}
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
MMMEd{
M{"E, d MMM – E, d MMM"}
@@ -522,11 +516,11 @@
d{"d–d MMM"}
}
Md{
- M{"d/M - d/M"}
- d{"d/M - d/M"}
+ M{"d/M – d/M"}
+ d{"d/M – d/M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} – {1}"}
h{
@@ -548,7 +542,7 @@
h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
M{"M/y – M/y"}
@@ -676,10 +670,10 @@
quarters{
format{
abbreviated{
- "প্র. ত্রৈ. এক. চতুর্থাংশ",
- "দ্বি.ত্রৈ.এক. চতুর্থাংশ",
- "তৃ.ত্রৈ.এক.চতুর্থাংশ",
- "চ.ত্রৈ.এক চতুর্থাংশ",
+ "Q1",
+ "Q2",
+ "Q3",
+ "Q4",
}
narrow{
"১",
@@ -688,18 +682,18 @@
"৪",
}
wide{
- "প্রথম ত্রৈমাসিকের এক চতুর্থাংশ",
- "দ্বিতীয় ত্রৈমাসিকের এক চতুর্থাংশ",
- "তৃতীয় ত্রৈমাসিকের এক চতুর্থাংশ",
- "চতুর্থ ত্রৈমাসিকের এক চতুর্থাংশ",
+ "ত্রৈমাসিক",
+ "ষাণ্মাসিক",
+ "তৃতীয় চতুর্থাংশ",
+ "চতুর্থ ত্রৈমাসিক",
}
}
stand-alone{
abbreviated{
- "প্র.ত্রৈ.এক.চতুর্থাংশ",
- "দ্বি.ত্রৈ.এক চতুর্থাংশ",
- "তৃ.ত্রৈ.এক.চতুর্থাংশ",
- "চ.ত্রৈ.এক.চতুর্থাংশ",
+ "Q1",
+ "Q2",
+ "Q3",
+ "Q4",
}
narrow{
"১",
@@ -708,10 +702,10 @@
"৪",
}
wide{
- "প্রথম ত্রৈমাসিকের এক চতুর্থাংশ",
- "দ্বিতীয় ত্রৈমাসিকের এক চতুর্থাংশ",
- "তৃতীয় ত্রৈমাসিকের এক চতুর্থাংশ",
- "চতুর্থ ত্রৈমাসিকের এক চতুর্থাংশ",
+ "ত্রৈমাসিক",
+ "ষাণ্মাসিক",
+ "তৃতীয় চতুর্থাংশ",
+ "চতুর্থ ত্রৈমাসিক",
}
}
}
@@ -805,11 +799,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"দিন"}
@@ -858,7 +847,7 @@
}
}
dayperiod{
- dn{"পূর্বাহ্ণ/অপরাহ্ণ"}
+ dn{"AM/PM"}
}
era{
dn{"যুগ"}
diff --git a/icu4c/source/data/locales/bn_BD.txt b/icu4c/source/data/locales/bn_BD.txt
index b34cfa5..a1c2787 100644
--- a/icu4c/source/data/locales/bn_BD.txt
+++ b/icu4c/source/data/locales/bn_BD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bn_BD.xml
diff --git a/icu4c/source/data/locales/bn_IN.txt b/icu4c/source/data/locales/bn_IN.txt
index bb3a6f5..e681223 100644
--- a/icu4c/source/data/locales/bn_IN.txt
+++ b/icu4c/source/data/locales/bn_IN.txt
@@ -1,168 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bn_IN.xml
// *
// ***************************************************************************
bn_IN{
- Ellipsis{
- final{"{0}…"}
- initial{"…{0}"}
- medial{"{0}…{1}"}
- }
- NumberElements{
- latn{
- patternsLong{
- decimalFormat{
- 1000{
- one{"0 হাজার"}
- other{"0 হাজার"}
- }
- 10000{
- one{"00 হাজার"}
- other{"00 হাজার"}
- }
- 100000{
- one{"000 হাজার"}
- other{"000 হাজার"}
- }
- 1000000{
- one{"0 মিলিয়ন"}
- other{"0 মিলিয়ন"}
- }
- 10000000{
- one{"00 মিলিয়ন"}
- other{"00 মিলিয়ন"}
- }
- 100000000{
- one{"000 মিলিয়ন"}
- other{"000 মিলিয়ন"}
- }
- 1000000000{
- one{"0 বিলিয়ন"}
- other{"0 বিলিয়ন"}
- }
- 10000000000{
- one{"00 বিলিয়ন"}
- other{"00 বিলিয়ন"}
- }
- 100000000000{
- one{"000 বিলিয়ন"}
- other{"000 বিলিয়ন"}
- }
- 1000000000000{
- one{"0 ট্রিলিয়ন"}
- other{"0 ট্রিলিয়ন"}
- }
- 10000000000000{
- one{"00 ট্রিলিয়ন"}
- other{"00 ট্রিলিয়ন"}
- }
- 100000000000000{
- one{"000 ট্রিলিয়ন"}
- other{"000 ট্রিলিয়ন"}
- }
- }
- }
- patternsShort{
- decimalFormat{
- 1000{
- one{"0K"}
- other{"0K"}
- }
- 10000{
- one{"00K"}
- other{"00K"}
- }
- 100000{
- one{"000K"}
- other{"000K"}
- }
- 1000000{
- one{"0M"}
- other{"0M"}
- }
- 10000000{
- one{"00M"}
- other{"00M"}
- }
- 100000000{
- one{"000M"}
- other{"000M"}
- }
- 1000000000{
- one{"0B"}
- other{"0B"}
- }
- 10000000000{
- one{"00B"}
- other{"00B"}
- }
- 100000000000{
- one{"000B"}
- other{"000B"}
- }
- 1000000000000{
- one{"0T"}
- other{"0T"}
- }
- 10000000000000{
- one{"00T"}
- other{"00T"}
- }
- 100000000000000{
- one{"000T"}
- other{"000T"}
- }
- }
- }
- }
- }
- Version{"2.1.8.19"}
- calendar{
- gregorian{
- intervalFormats{
- yMMMM{
- M{"MM – MM -y"}
- }
- }
- quarters{
- format{
- abbreviated{
- "ত্রৈমাসিক",
- "ষাণ্মাসিক",
- "তৃ.ত্রৈ.এক.চতুর্থাংশ",
- "বার্ষিক",
- }
- wide{
- "ত্রৈমাসিক",
- "ষাণ্মাসিক",
- "তৃতীয় চতুর্থাংশ",
- "বার্ষিক",
- }
- }
- stand-alone{
- abbreviated{
- "Q1",
- "Q2",
- "Q3",
- "Q4",
- }
- wide{
- "ত্রৈমাসিক",
- "ষাণ্মাসিক",
- "তৃতীয় চতুর্থাংশ",
- "বার্ষিক",
- }
- }
- }
- }
- }
- fields{
- dayperiod{
- dn{"AM/PM"}
- }
- }
+ Version{"2.1.11.69"}
}
diff --git a/icu4c/source/data/locales/bo.txt b/icu4c/source/data/locales/bo.txt
index 11fb123..514032c 100644
--- a/icu4c/source/data/locales/bo.txt
+++ b/icu4c/source/data/locales/bo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bo.xml
- */
bo{
AuxExemplarCharacters{"[ༀ]"}
ExemplarCharacters{
@@ -23,9 +20,6 @@
"\u0F80} \u0F79 \u0F7A \u0F7B \u0F7C \u0F7D \u0F84]"
}
ExemplarCharactersIndex{"[ཀ ཁ ག ང ཅ ཆ ཇ ཉ ཏ ཐ ད ན པ ཕ བ མ ཙ ཚ ཛ ཝ ཞ ཟ འ ཡ ར ལ ཤ ས ཧ ཨ]"}
- LocaleScript{
- "Tibt",
- }
NumberElements{
default{"latn"}
latn{
diff --git a/icu4c/source/data/locales/bo_CN.txt b/icu4c/source/data/locales/bo_CN.txt
index 8390c8a..6bea0d6 100644
--- a/icu4c/source/data/locales/bo_CN.txt
+++ b/icu4c/source/data/locales/bo_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bo_CN.xml
diff --git a/icu4c/source/data/locales/bo_IN.txt b/icu4c/source/data/locales/bo_IN.txt
index 31b81d0..8eb6dda 100644
--- a/icu4c/source/data/locales/bo_IN.txt
+++ b/icu4c/source/data/locales/bo_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bo_IN.xml
diff --git a/icu4c/source/data/locales/br.txt b/icu4c/source/data/locales/br.txt
index 5dbe357..4fb5049 100755
--- a/icu4c/source/data/locales/br.txt
+++ b/icu4c/source/data/locales/br.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/br.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/br.xml
- */
br{
AuxExemplarCharacters{"[á à ă â å ä ã ā æ c ç é è ĕ ë ē í ì ĭ î ï ī ó ò ŏ ô ö ø ō œ q ú ŭ û ü ū ÿ]"}
ExemplarCharacters{"[a b {ch} {cʼh} d e ê f g h i j k l m n ñ o p r s t u ù v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -40,7 +34,7 @@
}
native{"latn"}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
calendar{
gregorian{
AmPmMarkers{
@@ -140,20 +134,20 @@
M{"MM–MM"}
}
MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d MMM - E d MMM"}
+ M{"E d MMM – E d MMM"}
+ d{"E d MMM – E d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
d{"d–d"}
@@ -162,36 +156,36 @@
y{"y–y"}
}
yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
}
yMEd{
- M{"E dd/MM/y - E dd/MM/y"}
- d{"E dd/MM/y - E dd/MM/y"}
- y{"E dd/MM/y - E dd/MM/y"}
+ M{"E dd/MM/y – E dd/MM/y"}
+ d{"E dd/MM/y – E dd/MM/y"}
+ y{"E dd/MM/y – E dd/MM/y"}
}
yMMM{
- M{"MMM - MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM – MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E d MMM - E d MMM y"}
- d{"E d MMM - E d MMM y"}
- y{"E d MMM y - E d MMM y"}
+ M{"E d MMM – E d MMM y"}
+ d{"E d MMM – E d MMM y"}
+ y{"E d MMM y – E d MMM y"}
}
yMMMM{
- M{"MMMM - MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM – MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM y - d MMM y"}
+ M{"d MMM – d MMM y"}
+ d{"d–d MMM y"}
+ y{"d MMM y – d MMM y"}
}
yMd{
- M{"dd/MM/y - dd/MM/y"}
- d{"dd/MM/y - dd/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
}
monthNames{
@@ -322,11 +316,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"deiz"}
diff --git a/icu4c/source/data/locales/br_FR.txt b/icu4c/source/data/locales/br_FR.txt
index dbb6ae6..6bcf343 100755
--- a/icu4c/source/data/locales/br_FR.txt
+++ b/icu4c/source/data/locales/br_FR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/br_FR.xml
diff --git a/icu4c/source/data/locales/brx.txt b/icu4c/source/data/locales/brx.txt
index 7f4881a..b8b8518 100755
--- a/icu4c/source/data/locales/brx.txt
+++ b/icu4c/source/data/locales/brx.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/brx.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/brx.xml
- */
brx{
AuxExemplarCharacters{"[\u200C\u200D]"}
ExemplarCharacters{
@@ -20,9 +17,6 @@
"[अ आ इ ई उ ऊ ऍ ए ऐ ऑ ओ औ क ख ग घ च छ ज झ ञ ट ठ ड {ड\u093C} ढ ण त थ द ध न प फ"
" ब भ म य र ल ळ व श ष स ह]"
}
- LocaleScript{
- "Deva",
- }
NumberElements{
default{"latn"}
latn{
@@ -47,7 +41,7 @@
}
native{"deva"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/brx_IN.txt b/icu4c/source/data/locales/brx_IN.txt
index c254c4c..9845786 100755
--- a/icu4c/source/data/locales/brx_IN.txt
+++ b/icu4c/source/data/locales/brx_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/brx_IN.xml
diff --git a/icu4c/source/data/locales/bs.txt b/icu4c/source/data/locales/bs.txt
index b39dfb2..d78a1c3 100644
--- a/icu4c/source/data/locales/bs.txt
+++ b/icu4c/source/data/locales/bs.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bs.xml
- */
bs{
AuxExemplarCharacters{"[q w x y]"}
Ellipsis{
@@ -20,9 +17,6 @@
word-medial{"{0}… {1}"}
}
ExemplarCharacters{"[a b c ć č d đ {dž} e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -183,7 +177,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
calendar{
generic{
DateTimePatterns{
@@ -235,65 +229,65 @@
}
intervalFormats{
M{
- M{"MM. - MM."}
+ M{"MM. – MM."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd. - dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd. – dd. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"dd. - dd."}
+ d{"dd. – dd."}
}
fallback{"{0} – {1}"}
y{
- y{"y. - y. G"}
+ y{"y. – y. G"}
}
yM{
- M{"MM.y. - MM.y. G"}
- y{"MM.y. - MM.y. G"}
+ M{"MM.y. – MM.y. G"}
+ y{"MM.y. – MM.y. G"}
}
yMEd{
- M{"E, dd.MM.y. - E, dd.MM.y. G"}
- d{"E, dd.MM.y. - E, dd.MM.y. G"}
- y{"E, dd.MM.y. - E, dd.MM.y. G"}
+ M{"E, dd.MM.y. – E, dd.MM.y. G"}
+ d{"E, dd.MM.y. – E, dd.MM.y. G"}
+ y{"E, dd.MM.y. – E, dd.MM.y. G"}
}
yMMM{
- M{"LLL-LLL y. G"}
- y{"LLL y. - LLL y. G"}
+ M{"LLL–LLL y. G"}
+ y{"LLL y. – LLL y. G"}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y. G"}
- d{"E, dd. - E, dd. MMM y. G"}
- y{"E, dd. MMM y. - E, dd. MMM y. G"}
+ M{"E, dd. MMM – E, dd. MMM y. G"}
+ d{"E, dd. – E, dd. MMM y. G"}
+ y{"E, dd. MMM y. – E, dd. MMM y. G"}
}
yMMMM{
- M{"LLLL - LLLL y. G"}
- y{"LLLL y. - LLLL y. G"}
+ M{"LLLL – LLLL y. G"}
+ y{"LLLL y. – LLLL y. G"}
}
yMMMd{
- M{"dd. MMM - dd. MMM y. G"}
- d{"dd. - dd. MMM y. G"}
- y{"dd. MMM y. - dd. MMM y. G"}
+ M{"dd. MMM – dd. MMM y. G"}
+ d{"dd. – dd. MMM y. G"}
+ y{"dd. MMM y. – dd. MMM y. G"}
}
yMd{
- M{"dd.MM.y. - dd.MM.y. G"}
- d{"dd.MM.y. - dd.MM.y. G"}
- y{"dd.MM.y. - dd.MM.y. G"}
+ M{"dd.MM.y. – dd.MM.y. G"}
+ d{"dd.MM.y. – dd.MM.y. G"}
+ y{"dd.MM.y. – dd.MM.y. G"}
}
}
}
@@ -304,7 +298,7 @@
}
AmPmMarkersNarrow{
"prijepodne",
- "poslijepodne",
+ "popodne",
}
DateTimePatterns{
"HH:mm:ss zzzz",
@@ -464,36 +458,36 @@
}
intervalFormats{
H{
- H{"HH-HH'h'"}
+ H{"HH–HH'h'"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH - HH 'h' v"}
+ H{"HH – HH 'h' v"}
}
M{
M{"MM–MM."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd. - dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd. – dd. MMM"}
}
Md{
M{"dd.MM–dd.MM."}
@@ -504,57 +498,57 @@
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h - h'h' a"}
+ a{"h a – h a"}
+ h{"h – h'h' a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h - h 'h' a v"}
+ a{"h a – h a v"}
+ h{"h – h 'h' a v"}
}
y{
- y{"y. - y."}
+ y{"y. – y."}
}
yM{
- M{"MM.y. - MM.y."}
- y{"MM.y. - MM.y."}
+ M{"MM.y. – MM.y."}
+ y{"MM.y. – MM.y."}
}
yMEd{
- M{"E, dd.MM.y. - E, dd.MM.y."}
- d{"E, dd.MM.y. - E, dd.MM.y."}
- y{"E, dd.MM.y. - E, dd.MM.y."}
+ M{"E, dd.MM.y. – E, dd.MM.y."}
+ d{"E, dd.MM.y. – E, dd.MM.y."}
+ y{"E, dd.MM.y. – E, dd.MM.y."}
}
yMMM{
- M{"LLL-LLL y."}
- y{"LLL y. - LLL y."}
+ M{"LLL–LLL y."}
+ y{"LLL y. – LLL y."}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y."}
- d{"E, dd. - E, dd. MMM y."}
- y{"E, dd. MMM y. - E, dd. MMM y."}
+ M{"E, dd. MMM – E, dd. MMM y."}
+ d{"E, dd. – E, dd. MMM y."}
+ y{"E, dd. MMM y. – E, dd. MMM y."}
}
yMMMM{
M{"LLLL – LLLL y."}
- y{"LLLL y. - LLLL y."}
+ y{"LLLL y. – LLLL y."}
}
yMMMd{
- M{"dd. MMM - dd. MMM y."}
- d{"dd. - dd. MMM y."}
- y{"dd. MMM y. - dd. MMM y."}
+ M{"dd. MMM – dd. MMM y."}
+ d{"dd. – dd. MMM y."}
+ y{"dd. MMM y. – dd. MMM y."}
}
yMd{
- M{"dd.MM.y. - dd.MM.y."}
- d{"dd.MM.y. - dd.MM.y."}
- y{"dd.MM.y. - dd.MM.y."}
+ M{"dd.MM.y. – dd.MM.y."}
+ d{"dd.MM.y. – dd.MM.y."}
+ y{"dd.MM.y. – dd.MM.y."}
}
}
monthNames{
@@ -743,11 +737,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dan"}
diff --git a/icu4c/source/data/locales/bs_BA.txt b/icu4c/source/data/locales/bs_BA.txt
index e105548..db3b36a 100755
--- a/icu4c/source/data/locales/bs_BA.txt
+++ b/icu4c/source/data/locales/bs_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/bs_Cyrl.txt b/icu4c/source/data/locales/bs_Cyrl.txt
index 0d64570..e180014 100755
--- a/icu4c/source/data/locales/bs_Cyrl.txt
+++ b/icu4c/source/data/locales/bs_Cyrl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/bs_Cyrl.xml
- */
bs_Cyrl{
%%Parent{"root"}
AuxExemplarCharacters{"[]"}
@@ -18,9 +15,6 @@
}
ExemplarCharacters{"[а б в г д ђ е ж з и ј к л љ м н њ о п р с т ћ у ф х ц ч џ ш]"}
ExemplarCharactersIndex{"[А Б В Г Д Ђ Е Ж З И Ј К Л Љ М Н Њ О П Р С Т Ћ У Ф Х Ц Ч Џ Ш]"}
- LocaleScript{
- "Cyrl",
- }
NumberElements{
latn{
patterns{
@@ -171,7 +165,7 @@
}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -270,97 +264,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, d.M - E, d.M"}
- d{"E, d.M - E, d.M"}
+ M{"E, d.M – E, d.M"}
+ d{"E, d.M – E, d.M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd.-dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd.–dd. MMM"}
}
Md{
- M{"d.M - d.M"}
- d{"d.M - d.M"}
+ M{"d.M – d.M"}
+ d{"d.M – d.M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"hh a - hh a"}
- h{"hh-hh a"}
+ a{"hh a – hh a"}
+ h{"hh–hh a"}
}
hm{
- a{"hh:mm a - hh:mm a"}
- h{"hh:mm-hh:mm a"}
- m{"hh:mm-hh:mm a"}
+ a{"hh:mm a – hh:mm a"}
+ h{"hh:mm–hh:mm a"}
+ m{"hh:mm–hh:mm a"}
}
hmv{
- a{"hh:mm a - hh:mm a v"}
- h{"hh:mm-hh:mm a v"}
- m{"hh:mm-hh:mm a v"}
+ a{"hh:mm a – hh:mm a v"}
+ h{"hh:mm–hh:mm a v"}
+ m{"hh:mm–hh:mm a v"}
}
hv{
- a{"hh a - hh a v"}
- h{"hh-hh a v"}
+ a{"hh a – hh a v"}
+ h{"hh–hh a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM.-MM. y. G"}
- y{"MM.y. - MM.y. G"}
+ M{"MM.–MM. y. G"}
+ y{"MM.y. – MM.y. G"}
}
yMEd{
- M{"E, d.M.y. - E, d.M.y. G"}
- d{"E, d.M.y. - E, d.M.y. G"}
- y{"E, d.M.y. - E, d.M.y. G"}
+ M{"E, d.M.y. – E, d.M.y. G"}
+ d{"E, d.M.y. – E, d.M.y. G"}
+ y{"E, d.M.y. – E, d.M.y. G"}
}
yMMM{
- M{"MMM-MMM y. G"}
- y{"MMM y. - MMM y. G"}
+ M{"MMM–MMM y. G"}
+ y{"MMM y. – MMM y. G"}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y. G"}
- d{"E, dd. - E, dd. MMM y. G"}
- y{"E, dd. MMM y. - E, dd. MMM y. G"}
+ M{"E, dd. MMM – E, dd. MMM y. G"}
+ d{"E, dd. – E, dd. MMM y. G"}
+ y{"E, dd. MMM y. – E, dd. MMM y. G"}
}
yMMMM{
- M{"MMMM-MMMM y. G"}
- y{"MMMM y. - MMMM y. G"}
+ M{"MMMM–MMMM y. G"}
+ y{"MMMM y. – MMMM y. G"}
}
yMMMd{
- M{"dd. MMM - dd. MMM y. G"}
- d{"dd.-dd. MMM y. G"}
- y{"dd. MMM y. - dd. MMM y. G"}
+ M{"dd. MMM – dd. MMM y. G"}
+ d{"dd.–dd. MMM y. G"}
+ y{"dd. MMM y. – dd. MMM y. G"}
}
yMd{
- M{"d.M.y. - d.M.y. G"}
- d{"d.M.y. - d.M.y. G"}
- y{"d.M.y. - d.M.y. G"}
+ M{"d.M.y. – d.M.y. G"}
+ d{"d.M.y. – d.M.y. G"}
+ y{"d.M.y. – d.M.y. G"}
}
}
}
@@ -462,97 +456,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, d.M - E, d.M"}
- d{"E, d.M - E, d.M"}
+ M{"E, d.M – E, d.M"}
+ d{"E, d.M – E, d.M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd.-dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd.–dd. MMM"}
}
Md{
- M{"d.M - d.M"}
- d{"d.M - d.M"}
+ M{"d.M – d.M"}
+ d{"d.M – d.M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"hh a - hh a"}
- h{"hh-hh a"}
+ a{"hh a – hh a"}
+ h{"hh–hh a"}
}
hm{
- a{"hh:mm a - hh:mm a"}
- h{"hh:mm-hh:mm a"}
- m{"hh:mm-hh:mm a"}
+ a{"hh:mm a – hh:mm a"}
+ h{"hh:mm–hh:mm a"}
+ m{"hh:mm–hh:mm a"}
}
hmv{
- a{"hh:mm a - hh:mm a v"}
- h{"hh:mm-hh:mm a v"}
- m{"hh:mm-hh:mm a v"}
+ a{"hh:mm a – hh:mm a v"}
+ h{"hh:mm–hh:mm a v"}
+ m{"hh:mm–hh:mm a v"}
}
hv{
- a{"hh a - hh a v"}
- h{"hh-hh a v"}
+ a{"hh a – hh a v"}
+ h{"hh–hh a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.-MM. y."}
- y{"MM.y. - MM.y."}
+ M{"MM.–MM. y."}
+ y{"MM.y. – MM.y."}
}
yMEd{
- M{"E, d.M.y. - E, d.M.y."}
- d{"E, d.M.y. - E, d.M.y."}
- y{"E, d.M.y. - E, d.M.y."}
+ M{"E, d.M.y. – E, d.M.y."}
+ d{"E, d.M.y. – E, d.M.y."}
+ y{"E, d.M.y. – E, d.M.y."}
}
yMMM{
- M{"MMM-MMM y."}
- y{"MMM y. - MMM y."}
+ M{"MMM–MMM y."}
+ y{"MMM y. – MMM y."}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y."}
- d{"E, dd. - E, dd. MMM y."}
- y{"E, dd. MMM y. - E, dd. MMM y."}
+ M{"E, dd. MMM – E, dd. MMM y."}
+ d{"E, dd. – E, dd. MMM y."}
+ y{"E, dd. MMM y. – E, dd. MMM y."}
}
yMMMM{
- M{"MMMM-MMMM y."}
- y{"MMMM y. - MMMM y."}
+ M{"MMMM–MMMM y."}
+ y{"MMMM y. – MMMM y."}
}
yMMMd{
- M{"dd. MMM - dd. MMM y."}
- d{"dd.-dd. MMM y."}
- y{"dd. MMM y. - dd. MMM y."}
+ M{"dd. MMM – dd. MMM y."}
+ d{"dd.–dd. MMM y."}
+ y{"dd. MMM y. – dd. MMM y."}
}
yMd{
- M{"d.M.y. - d.M.y."}
- d{"d.M.y. - d.M.y."}
- y{"d.M.y. - d.M.y."}
+ M{"d.M.y. – d.M.y."}
+ d{"d.M.y. – d.M.y."}
+ y{"d.M.y. – d.M.y."}
}
}
monthNames{
diff --git a/icu4c/source/data/locales/bs_Cyrl_BA.txt b/icu4c/source/data/locales/bs_Cyrl_BA.txt
index b89d8f1..88d6bc8 100755
--- a/icu4c/source/data/locales/bs_Cyrl_BA.txt
+++ b/icu4c/source/data/locales/bs_Cyrl_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs_Cyrl_BA.xml
diff --git a/icu4c/source/data/locales/bs_Latn.txt b/icu4c/source/data/locales/bs_Latn.txt
index ac601c4..f558c5c 100755
--- a/icu4c/source/data/locales/bs_Latn.txt
+++ b/icu4c/source/data/locales/bs_Latn.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs_Latn.xml
diff --git a/icu4c/source/data/locales/bs_Latn_BA.txt b/icu4c/source/data/locales/bs_Latn_BA.txt
index fc5610b..abcb743 100755
--- a/icu4c/source/data/locales/bs_Latn_BA.txt
+++ b/icu4c/source/data/locales/bs_Latn_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/bs_Latn_BA.xml
diff --git a/icu4c/source/data/locales/ca.txt b/icu4c/source/data/locales/ca.txt
index b1516c8..2fda4e1 100644
--- a/icu4c/source/data/locales/ca.txt
+++ b/icu4c/source/data/locales/ca.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ca.xml
- */
ca{
AuxExemplarCharacters{"[á ă â å ä ã ā æ ĕ ê ë ē ì ĭ î ī ŀ ñ º ŏ ô ö ø ō œ ù ŭ û ū ÿ]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ¡ ? ¿ . … ' ‘ ’ \u0022 “ ” « » ( ) \\[ \\] § @ * / "
"\\\\ \\& # † ‡ ′ ″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +159,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
DateTimePatterns{
@@ -430,8 +424,10 @@
Ed{"E d"}
Gy{"y G"}
GyMMM{"LLL y G"}
- GyMMMEd{"E, d MMM, y G"}
+ GyMMMEd{"E, d MMM y G"}
GyMMMM{"LLLL 'de' y G"}
+ GyMMMMEd{"E, d MMMM 'de' y G"}
+ GyMMMMd{"d MMMM 'de' y G"}
GyMMMd{"d MMM y G"}
H{"H"}
Hm{"H:mm"}
@@ -439,8 +435,8 @@
M{"L"}
MEd{"E d/M"}
MMM{"LLL"}
- MMMEd{"E d MMM"}
- MMMMEd{"E d MMMM"}
+ MMMEd{"E, d MMM"}
+ MMMMEd{"E, d MMMM"}
MMMMd{"d MMMM"}
MMMd{"d MMM"}
Md{"d/M"}
@@ -454,8 +450,10 @@
yyyyM{"M/y G"}
yyyyMEd{"E, d.M.y G"}
yyyyMMM{"LLL y G"}
- yyyyMMMEd{"E, d MMM, y G"}
+ yyyyMMMEd{"E, d MMM y G"}
yyyyMMMM{"LLLL 'de' y G"}
+ yyyyMMMMEd{"E, d MMMM 'de' y G"}
+ yyyyMMMMd{"d MMMM 'de' y G"}
yyyyMMMd{"d MMM y G"}
yyyyMd{"d/M/y G"}
yyyyQQQ{"QQQ y G"}
@@ -463,97 +461,107 @@
}
intervalFormats{
H{
- H{"H-H"}
+ H{"H–H"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"H-H v"}
+ H{"H–H v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"LLL–LLL"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a -h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a –h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM/y - MM/y GGGG"}
- y{"MM/y - MM/y GGGG"}
+ M{"MM/y – MM/y GGGG"}
+ y{"MM/y – MM/y GGGG"}
}
yMEd{
- M{"E dd/MM/y - E dd/MM/y GGGG"}
- d{"E dd/MM/y - E dd/MM/y GGGG"}
- y{"E dd/MM/y - E dd/MM/y GGGG"}
+ M{"E dd/MM/y – E dd/MM/y GGGG"}
+ d{"E dd/MM/y – E dd/MM/y GGGG"}
+ y{"E dd/MM/y – E dd/MM/y GGGG"}
}
yMMM{
- M{"MMM-MMM 'de' y G"}
- y{"MMM 'de' y - MMM 'de' y G"}
+ M{"LLL–LLL y G"}
+ y{"LLL y – LLL y G"}
}
yMMMEd{
- M{"E d MMM - E d MMM 'de' y G"}
- d{"E d MMM - E d MMM 'de' y G"}
- y{"E d MMM 'de' y - E d MMM 'de' y G"}
+ M{"E, d MMM – E, d MMM y G"}
+ d{"E, d MMM – E, d MMM y G"}
+ y{"E, d MMM y – E, d MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM 'de' y G"}
- y{"MMMM 'de' y - MMMM 'de' y G"}
+ M{"LLLL–LLLL 'de' y G"}
+ y{"LLLL 'de' y – LLLL 'de' y G"}
+ }
+ yMMMMEd{
+ M{"E, d MMMM – E, d MMMM 'de' y G"}
+ d{"E, d MMMM – E, d MMMM 'de' y G"}
+ y{"E, d MMMM 'de' y – E, d MMMM 'de' y G"}
+ }
+ yMMMMd{
+ M{"d MMMM – d MMMM 'de' y G"}
+ d{"d–d MMMM 'de' y G"}
+ y{"d MMMM 'de' y – d MMMM 'de' y G"}
}
yMMMd{
- M{"d MMM - d MMM 'de' y G"}
- d{"d-d MMM 'de' y G"}
- y{"d MMM 'de' y - d MMM 'de' y G"}
+ M{"d MMM – d MMM y G"}
+ d{"d–d MMM y G"}
+ y{"d MMM y – d MMM y G"}
}
yMd{
- M{"dd/MM/y - dd/MM/y GGGG"}
- d{"dd/MM/y - dd/MM/y GGGG"}
- y{"dd/MM/y - dd/MM/y GGGG"}
+ M{"dd/MM/y – dd/MM/y GGGG"}
+ d{"dd/MM/y – dd/MM/y GGGG"}
+ y{"dd/MM/y – dd/MM/y GGGG"}
}
}
}
@@ -595,8 +603,10 @@
Ehms{"E h:mm:ss a"}
Gy{"y G"}
GyMMM{"LLL y G"}
- GyMMMEd{"E, d MMM, y G"}
+ GyMMMEd{"E, d MMM y G"}
GyMMMM{"LLLL 'de' y G"}
+ GyMMMMEd{"E, d MMMM 'de' y G"}
+ GyMMMMd{"d MMMM 'de' y G"}
GyMMMd{"d MMM y G"}
H{"H"}
Hm{"HH:mm"}
@@ -604,8 +614,8 @@
M{"L"}
MEd{"E d/M"}
MMM{"LLL"}
- MMMEd{"E d MMM"}
- MMMMEd{"E d MMMM"}
+ MMMEd{"E, d MMM"}
+ MMMMEd{"E, d MMMM"}
MMMMd{"d MMMM"}
MMMd{"d MMM"}
Md{"d/M"}
@@ -617,9 +627,11 @@
y{"y"}
yM{"M/y"}
yMEd{"E, d/M/y"}
- yMMM{"LLL 'de' y"}
- yMMMEd{"E, d MMM, y"}
+ yMMM{"LLL y"}
+ yMMMEd{"E, d MMM y"}
yMMMM{"LLLL 'de' y"}
+ yMMMMEd{"E, d MMMM 'de' y"}
+ yMMMMd{"d MMMM 'de' y"}
yMMMd{"d MMM y"}
yMd{"d/M/y"}
yQQQ{"QQQ y"}
@@ -739,10 +751,10 @@
}
Hmv{
H{"H:mm–H:mm v"}
- m{"H:mm-H:mm v"}
+ m{"H:mm–H:mm v"}
}
Hv{
- H{"H-H v"}
+ H{"H–H v"}
}
M{
M{"M–M"}
@@ -755,12 +767,12 @@
M{"LLL – LLL"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
M{"dd/MM – dd/MM"}
@@ -782,46 +794,56 @@
hmv{
a{"h:mm a – h:mm a v"}
h{"h:mm–h:mm a v"}
- m{"h:mm-h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
}
yMEd{
- M{"E dd/MM/y - E dd/MM/y"}
- d{"E dd/MM/y - E dd/MM/y"}
- y{"E dd/MM/y - E dd/MM/y"}
+ M{"E dd/MM/y – E dd/MM/y"}
+ d{"E dd/MM/y – E dd/MM/y"}
+ y{"E dd/MM/y – E dd/MM/y"}
}
yMMM{
- M{"LLL-LLL 'de' y"}
- y{"LLL 'de' y - LLL 'de' y"}
+ M{"LLL–LLL y"}
+ y{"LLL y – LLL y"}
}
yMMMEd{
- M{"E d MMM - E d MMM 'de' y"}
- d{"E d - E d MMM 'de' y"}
- y{"E d MMM 'de' y - E d MMM 'de' y"}
+ M{"E, d MMM – E, d MMM y"}
+ d{"E, d – E, d MMM y"}
+ y{"E, d MMM y – E, d MMM y"}
}
yMMMM{
- M{"LLLL-LLLL 'de' y"}
- y{"LLLL 'de' y - LLLL 'de' y"}
+ M{"LLLL–LLLL 'de' y"}
+ y{"LLLL 'de' y – LLLL 'de' y"}
+ }
+ yMMMMEd{
+ M{"E, d MMMM – E, d MMMM 'de' y"}
+ d{"E, d – E, d MMMM 'de' y"}
+ y{"E, d MMMM 'de' y – E, d MMMM 'de' y"}
+ }
+ yMMMMd{
+ M{"d MMMM – d MMMM 'de' y"}
+ d{"d–d MMMM 'de' y"}
+ y{"d MMMM 'de' y – d MMMM 'de' y"}
}
yMMMd{
- M{"d MMM - d MMM 'de' y"}
- d{"d-d MMM 'de' y"}
- y{"d MMM 'de' y - d MMM 'de' y"}
+ M{"d MMM – d MMM y"}
+ d{"d–d MMM y"}
+ y{"d MMM y – d MMM y"}
}
yMd{
- M{"dd/MM/y - dd/MM/y"}
- d{"dd/MM/y - dd/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
}
monthNames{
@@ -855,18 +877,18 @@
"DS",
}
wide{
- "gener",
- "febrer",
- "març",
- "abril",
- "maig",
- "juny",
- "juliol",
- "agost",
- "setembre",
- "octubre",
- "novembre",
- "desembre",
+ "de gener",
+ "de febrer",
+ "de març",
+ "d’abril",
+ "de maig",
+ "de juny",
+ "de juliol",
+ "d’agost",
+ "de setembre",
+ "d’octubre",
+ "de novembre",
+ "de desembre",
}
}
stand-alone{
@@ -981,11 +1003,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dia"}
diff --git a/icu4c/source/data/locales/ca_AD.txt b/icu4c/source/data/locales/ca_AD.txt
index bfea5fc..7e48413 100755
--- a/icu4c/source/data/locales/ca_AD.txt
+++ b/icu4c/source/data/locales/ca_AD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca_AD.xml
diff --git a/icu4c/source/data/locales/ca_ES.txt b/icu4c/source/data/locales/ca_ES.txt
index 577d7ce..87a6865 100644
--- a/icu4c/source/data/locales/ca_ES.txt
+++ b/icu4c/source/data/locales/ca_ES.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca_ES.xml
diff --git a/icu4c/source/data/locales/ca_FR.txt b/icu4c/source/data/locales/ca_FR.txt
index e3658bc..435236b 100644
--- a/icu4c/source/data/locales/ca_FR.txt
+++ b/icu4c/source/data/locales/ca_FR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca_FR.xml
diff --git a/icu4c/source/data/locales/ca_IT.txt b/icu4c/source/data/locales/ca_IT.txt
index b1662b3..9666bf1 100644
--- a/icu4c/source/data/locales/ca_IT.txt
+++ b/icu4c/source/data/locales/ca_IT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ca_IT.xml
diff --git a/icu4c/source/data/locales/cgg.txt b/icu4c/source/data/locales/cgg.txt
index 61a73ec..2e2bc04 100755
--- a/icu4c/source/data/locales/cgg.txt
+++ b/icu4c/source/data/locales/cgg.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cgg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cgg.xml
- */
cgg{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/cgg_UG.txt b/icu4c/source/data/locales/cgg_UG.txt
index 5dd87a8..2c57de0 100755
--- a/icu4c/source/data/locales/cgg_UG.txt
+++ b/icu4c/source/data/locales/cgg_UG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cgg_UG.xml
diff --git a/icu4c/source/data/locales/chr.txt b/icu4c/source/data/locales/chr.txt
index d2309e6..f08f3b3 100755
--- a/icu4c/source/data/locales/chr.txt
+++ b/icu4c/source/data/locales/chr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/chr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/chr.xml
- */
chr{
AuxExemplarCharacters{"[]"}
ExemplarCharacters{
@@ -17,9 +14,6 @@
" Ꮼ Ꮽ Ꮾ Ꮿ Ᏸ Ᏹ Ᏺ Ᏻ Ᏼ]"
}
ExemplarCharactersIndex{"[Ꭰ Ꭶ Ꭽ Ꮃ Ꮉ Ꮎ Ꮖ Ꮜ Ꮣ Ꮬ Ꮳ Ꮹ Ꮿ]"}
- LocaleScript{
- "Cher",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/chr_US.txt b/icu4c/source/data/locales/chr_US.txt
index 407e10d..e90ae8b 100755
--- a/icu4c/source/data/locales/chr_US.txt
+++ b/icu4c/source/data/locales/chr_US.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/chr_US.xml
diff --git a/icu4c/source/data/locales/cs.txt b/icu4c/source/data/locales/cs.txt
index 73341ce..0cf8993 100644
--- a/icu4c/source/data/locales/cs.txt
+++ b/icu4c/source/data/locales/cs.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cs.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cs.xml
- */
cs{
AuxExemplarCharacters{"[à ă â å ä ã ā æ ç è ĕ ê ë ē ì ĭ î ï ī ľ ł ñ ò ŏ ô ö ø ō œ ŕ ù ŭ û ü ū ÿ]"}
Ellipsis{
@@ -25,9 +22,6 @@
}
ExemplarCharactersIndex{"[A B C Č D E F G H {CH} I J K L M N O P Q R Ř S Š T U V W X Y Z Ž]"}
ExemplarCharactersPunctuation{"[\\- ‐ – , ; \\: ! ? . … ‘ ‚ “ „ ( ) \\[ \\] § @ * / \\&]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -213,7 +207,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
availableFormats{
@@ -506,12 +500,16 @@
}
gregorian{
AmPmMarkers{
- "AM",
- "PM",
+ "dopoledne",
+ "odpoledne",
+ }
+ AmPmMarkersAbbr{
+ "dop.",
+ "odp.",
}
AmPmMarkersNarrow{
- "AM",
- "PM",
+ "dop.",
+ "odp.",
}
DateTimePatterns{
"H:mm:ss zzzz",
@@ -529,6 +527,7 @@
"{1} {0}",
}
NoonMarker{"poledne"}
+ NoonMarkerAbbr{"pol."}
NoonMarkerNarrow{"pol."}
appendItems{
Timezone{"{0} {1}"}
@@ -1120,11 +1119,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Den"}
@@ -1185,7 +1179,7 @@
}
}
dayperiod{
- dn{"AM/PM"}
+ dn{"dop./odp."}
}
era{
dn{"Letopočet"}
diff --git a/icu4c/source/data/locales/cs_CZ.txt b/icu4c/source/data/locales/cs_CZ.txt
index 91018de..326a3a8 100644
--- a/icu4c/source/data/locales/cs_CZ.txt
+++ b/icu4c/source/data/locales/cs_CZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cs_CZ.xml
diff --git a/icu4c/source/data/locales/cy.txt b/icu4c/source/data/locales/cy.txt
index 033e3c0..e5f7e33 100644
--- a/icu4c/source/data/locales/cy.txt
+++ b/icu4c/source/data/locales/cy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/cy.xml
- */
cy{
AuxExemplarCharacters{"[ă å ã ā æ ç ĕ ē ĭ ī k ñ ŏ ø ō œ q ŭ ū v x z]"}
Ellipsis{
@@ -31,9 +28,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -264,7 +258,7 @@
}
native{"latn"}
}
- Version{"2.1.7.80"}
+ Version{"2.1.10.93"}
calendar{
generic{
DateTimePatterns{
@@ -329,21 +323,21 @@
H{"HH–HH v"}
}
M{
- M{"M - M"}
+ M{"M – M"}
}
MEd{
M{"E, d/M – E, d/M"}
d{"E, d/M – E, d/M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
M{"E, d MMM – E, d MMM"}
d{"E, d MMM – E, d MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
M{"d MMM – d MMM"}
@@ -354,7 +348,7 @@
d{"d/M – d/M"}
}
d{
- d{"d - d"}
+ d{"d – d"}
}
fallback{"{0} – {1}"}
h{
@@ -376,39 +370,39 @@
h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
M{"M/y – M/y GGGGG"}
y{"M/y – M/y GGGGG"}
}
yMEd{
- M{"E, d/M/y - E, d/M/y GGGGG"}
- d{"E, d/M/y - E, d/M/y GGGGG"}
- y{"E, d/M/y - E, d/M/y GGGGG"}
+ M{"E, d/M/y – E, d/M/y GGGGG"}
+ d{"E, d/M/y – E, d/M/y GGGGG"}
+ y{"E, d/M/y – E, d/M/y GGGGG"}
}
yMMM{
- M{"MMM - MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM – MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y G"}
- d{"E, d MMM - E, d MMM y G"}
- y{"E, d MMM, y - E, d MMM y G"}
+ M{"E, d MMM – E, d MMM y G"}
+ d{"E, d MMM – E, d MMM y G"}
+ y{"E, d MMM, y – E, d MMM y G"}
}
yMMMM{
M{"MMMM–MMMM y G"}
y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d MMM - d MMM y G"}
- d{"d-d MMM y G"}
- y{"d MMM y - d MMM y G"}
+ M{"d MMM – d MMM y G"}
+ d{"d–d MMM y G"}
+ y{"d MMM y – d MMM y G"}
}
yMd{
- M{"d/M/y - d/M/y GGGGG"}
- d{"d/M/y - d/M/y GGGGG"}
- y{"d/M/y - d/M/y GGGGG"}
+ M{"d/M/y – d/M/y GGGGG"}
+ d{"d/M/y – d/M/y GGGGG"}
+ y{"d/M/y – d/M/y GGGGG"}
}
}
}
@@ -583,21 +577,21 @@
H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
M{"E, d/M – E, d/M"}
d{"E, d/M – E, d/M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
M{"E, d MMM – E, d MMM"}
d{"E, d MMM – E, d MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
M{"d MMM – d MMM"}
@@ -608,7 +602,7 @@
d{"d/M – d/M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} – {1}"}
h{
@@ -618,11 +612,11 @@
hm{
a{"h:mm a – h:mm a"}
h{"h:mm h:mm a"}
- m{"h:mm - h:mm a"}
+ m{"h:mm – h:mm a"}
}
hmv{
a{"h:mm a – h:mm a v"}
- h{"h:mm - h:mm a v"}
+ h{"h:mm – h:mm a v"}
m{"h:mm–h:mm a v"}
}
hv{
@@ -630,39 +624,39 @@
h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
M{"M/y – M/y"}
y{"M/y – M/y"}
}
yMEd{
- M{"E, d/M/y - E, d/M/y"}
- d{"E, d/M/y - E, d/M/y"}
- y{"E, d/M/y - E, d/M/y"}
+ M{"E, d/M/y – E, d/M/y"}
+ d{"E, d/M/y – E, d/M/y"}
+ y{"E, d/M/y – E, d/M/y"}
}
yMMM{
- M{"MMM - MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM – MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y"}
- d{"E, d MMM - E, d MMM y"}
- y{"E, d MMM, y - E, d MMM y"}
+ M{"E, d MMM – E, d MMM y"}
+ d{"E, d MMM – E, d MMM y"}
+ y{"E, d MMM, y – E, d MMM y"}
}
yMMMM{
M{"MMMM–MMMM y"}
y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM, y - d MMM y"}
+ M{"d MMM – d MMM y"}
+ d{"d–d MMM y"}
+ y{"d MMM, y – d MMM y"}
}
yMd{
- M{"d/M/y - d/M/y"}
- d{"d/M/y - d/M/y"}
- y{"d/M/y - d/M/y"}
+ M{"d/M/y – d/M/y"}
+ d{"d/M/y – d/M/y"}
+ y{"d/M/y – d/M/y"}
}
}
monthNames{
@@ -805,11 +799,6 @@
quotationEnd{"’"}
quotationStart{"‘"}
}
- durationUnits{
- hm{"h.mm"}
- hms{"h.mm.ss"}
- ms{"m.ss"}
- }
fields{
day{
dn{"Dydd"}
diff --git a/icu4c/source/data/locales/cy_GB.txt b/icu4c/source/data/locales/cy_GB.txt
index fd0f8eb..e6e000e 100644
--- a/icu4c/source/data/locales/cy_GB.txt
+++ b/icu4c/source/data/locales/cy_GB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/cy_GB.xml
diff --git a/icu4c/source/data/locales/da.txt b/icu4c/source/data/locales/da.txt
index 00fd672..53f6391 100644
--- a/icu4c/source/data/locales/da.txt
+++ b/icu4c/source/data/locales/da.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/da.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/da.xml
- */
da{
AuxExemplarCharacters{"[á à â ç é è ê ë í î ï ñ ó ô ú ù û ÿ ü ä ǿ ö œ]"}
Ellipsis{
@@ -22,9 +19,6 @@
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z æ ø å]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Æ Ø Å]"}
ExemplarCharactersPunctuation{"[\\- ‐ – , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ′ ″]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -162,7 +156,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.9.62"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -331,8 +325,8 @@
"HH.mm",
"EEEE 'den' d. MMMM y",
"d. MMMM y",
+ "d. MMM y",
"dd/MM/y",
- "dd/MM/yy",
"{1} {0}",
"{1} 'kl.' {0}",
"{1} 'kl.' {0}",
@@ -359,6 +353,8 @@
H{"HH"}
Hm{"HH.mm"}
Hms{"HH.mm.ss"}
+ Hmsv{"HH.mm.ss v"}
+ Hmv{"HH.mm v"}
M{"M"}
MEd{"E d/M"}
MMM{"MMM"}
@@ -371,6 +367,8 @@
h{"h a"}
hm{"h.mm a"}
hms{"h.mm.ss a"}
+ hmsv{"h.mm.ss a v"}
+ hmv{"h.mm a v"}
ms{"mm.ss"}
y{"y"}
yM{"M/y"}
@@ -767,11 +765,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h.mm"}
- hms{"h.mm.ss"}
- ms{"m.ss"}
- }
fields{
day{
dn{"Dag"}
diff --git a/icu4c/source/data/locales/da_DK.txt b/icu4c/source/data/locales/da_DK.txt
index 7fe35b9..886ac90 100644
--- a/icu4c/source/data/locales/da_DK.txt
+++ b/icu4c/source/data/locales/da_DK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/da_DK.xml
diff --git a/icu4c/source/data/locales/da_GL.txt b/icu4c/source/data/locales/da_GL.txt
index 615755b..7ae4bef 100755
--- a/icu4c/source/data/locales/da_GL.txt
+++ b/icu4c/source/data/locales/da_GL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/da_GL.xml
diff --git a/icu4c/source/data/locales/dav.txt b/icu4c/source/data/locales/dav.txt
index 225c9b3..3d003b6 100755
--- a/icu4c/source/data/locales/dav.txt
+++ b/icu4c/source/data/locales/dav.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dav.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dav.xml
- */
dav{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/dav_KE.txt b/icu4c/source/data/locales/dav_KE.txt
index bc0d82a..f26ee33 100755
--- a/icu4c/source/data/locales/dav_KE.txt
+++ b/icu4c/source/data/locales/dav_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dav_KE.xml
diff --git a/icu4c/source/data/locales/de.txt b/icu4c/source/data/locales/de.txt
index 6e8857a..8d20b7e 100644
--- a/icu4c/source/data/locales/de.txt
+++ b/icu4c/source/data/locales/de.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/de.xml
- */
de{
AuxExemplarCharacters{
"[á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ø ō œ ş ú ù ŭ û ū"
@@ -28,9 +25,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * / "
"\\& #]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -113,28 +107,28 @@
other{"000 Tsd'.'"}
}
1000000{
- one{"0 Mio"}
- other{"0 Mio"}
+ one{"0 Mio'.'"}
+ other{"0 Mio'.'"}
}
10000000{
- one{"00 Mio"}
- other{"00 Mio"}
+ one{"00 Mio'.'"}
+ other{"00 Mio'.'"}
}
100000000{
- one{"000 Mio"}
- other{"000 Mio"}
+ one{"000 Mio'.'"}
+ other{"000 Mio'.'"}
}
1000000000{
- one{"0 Mrd"}
- other{"0 Mrd"}
+ one{"0 Mrd'.'"}
+ other{"0 Mrd'.'"}
}
10000000000{
- one{"00 Mrd"}
- other{"00 Mrd"}
+ one{"00 Mrd'.'"}
+ other{"00 Mrd'.'"}
}
100000000000{
- one{"000 Mrd"}
- other{"000 Mrd"}
+ one{"000 Mrd'.'"}
+ other{"000 Mrd'.'"}
}
1000000000000{
one{"0 Bio'.'"}
@@ -168,7 +162,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.4"}
calendar{
buddhist{
eras{
@@ -296,100 +290,100 @@
}
intervalFormats{
H{
- H{"HH-HH 'Uhr'"}
+ H{"HH–HH 'Uhr'"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH 'Uhr' v"}
+ H{"HH–HH 'Uhr' v"}
}
M{
- M{"M.-M."}
+ M{"M.–M."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d.-d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d.–d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"d.-d."}
+ d{"d.–d."}
}
- fallback{"{0} - {1}"}
+ fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM.y - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM.y – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y G"}
- d{"E, dd.MM.y - E, dd.MM.y G"}
- y{"E, dd.MM.y - E, dd.MM.y G"}
+ M{"E, dd.MM.y – E, dd.MM.y G"}
+ d{"E, dd.MM.y – E, dd.MM.y G"}
+ y{"E, dd.MM.y – E, dd.MM.y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y G"}
- d{"E, d. - E, d. MMM y G"}
- y{"E, d. MMM y - E, d. MMM y G"}
+ M{"E, d. MMM – E, d. MMM y G"}
+ d{"E, d. – E, d. MMM y G"}
+ y{"E, d. MMM y – E, d. MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM–MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d. MMM - d. MMM y G"}
- d{"d.-d. MMM y G"}
- y{"d. MMM y - d. MMM y G"}
+ M{"d. MMM – d. MMM y G"}
+ d{"d.–d. MMM y G"}
+ y{"d. MMM y – d. MMM y G"}
}
yMd{
- M{"dd.MM.y - dd.MM.y G"}
- d{"dd.MM.y - dd.MM.y G"}
- y{"dd.MM.y - dd.MM.y G"}
+ M{"dd.MM.y – dd.MM.y G"}
+ d{"dd.MM.y – dd.MM.y G"}
+ y{"dd.MM.y – dd.MM.y G"}
}
}
}
@@ -399,8 +393,8 @@
"nachm.",
}
AmPmMarkersNarrow{
- "vorm.",
- "nachm.",
+ "vm.",
+ "nm.",
}
DateTimePatterns{
"HH:mm:ss zzzz",
@@ -417,8 +411,8 @@
"{1}, {0}",
"{1}, {0}",
}
- NoonMarker{"Mittag"}
- NoonMarkerNarrow{"Mittag"}
+ NoonMarker{"mittags"}
+ NoonMarkerNarrow{"m."}
appendItems{
Timezone{"{0} {1}"}
}
@@ -436,6 +430,8 @@
H{"HH 'Uhr'"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E, d.M."}
MMM{"LLL"}
@@ -449,6 +445,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"M.y"}
@@ -569,100 +567,100 @@
}
intervalFormats{
H{
- H{"HH-HH 'Uhr'"}
+ H{"HH–HH 'Uhr'"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH 'Uhr' v"}
+ H{"HH–HH 'Uhr' v"}
}
M{
- M{"M.-M."}
+ M{"M.–M."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d.-d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d.–d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"d.-d."}
+ d{"d.–d."}
}
- fallback{"{0} - {1}"}
+ fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y"}
- d{"E, d. - E, d. MMM y"}
- y{"E, d. MMM y - E, d. MMM y"}
+ M{"E, d. MMM – E, d. MMM y"}
+ d{"E, d. – E, d. MMM y"}
+ y{"E, d. MMM y – E, d. MMM y"}
}
yMMMM{
- M{"MMMM-MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM–MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d. MMM - d. MMM y"}
- d{"d.-d. MMM y"}
- y{"d. MMM y - d. MMM y"}
+ M{"d. MMM – d. MMM y"}
+ d{"d.–d. MMM y"}
+ y{"d. MMM y – d. MMM y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -1084,11 +1082,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Tag"}
diff --git a/icu4c/source/data/locales/de_AT.txt b/icu4c/source/data/locales/de_AT.txt
index 57c6ab8..2e209cb 100644
--- a/icu4c/source/data/locales/de_AT.txt
+++ b/icu4c/source/data/locales/de_AT.txt
@@ -1,12 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_AT.xml
// *
// ***************************************************************************
de_AT{
+ ExemplarCharactersIndex{"[A Ä B C D E F G H I J K L M N O Ö P Q R S T U Ü V W X Y Z]"}
NumberElements{
latn{
patterns{
@@ -14,61 +15,9 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.12.50"}
calendar{
- generic{
- DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE, dd. MMMM y G",
- "dd. MMMM y G",
- "dd.MM.y G",
- "dd.MM.yy GGGGG",
- "{1}, {0}",
- "{1} 'um' {0}",
- "{1} 'um' {0}",
- "{1}, {0}",
- "{1}, {0}",
- }
- }
gregorian{
- DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE, dd. MMMM y",
- "dd. MMMM y",
- "dd. MMM y",
- "dd.MM.yy",
- "{1}, {0}",
- "{1} 'um' {0}",
- "{1} 'um' {0}",
- "{1}, {0}",
- "{1}, {0}",
- }
- intervalFormats{
- MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
- }
- MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd.-dd. MMM"}
- }
- yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y"}
- d{"E, dd. - E, dd. MMM y"}
- y{"E, dd. MMM y - E, dd. MMM y"}
- }
- yMMMd{
- M{"dd. MMM - dd. MMM y"}
- d{"dd.-dd. MMM y"}
- y{"dd. MMM y - dd. MMM y"}
- }
- }
monthNames{
format{
abbreviated{
diff --git a/icu4c/source/data/locales/de_BE.txt b/icu4c/source/data/locales/de_BE.txt
index 39c6db0..dad2aa1 100644
--- a/icu4c/source/data/locales/de_BE.txt
+++ b/icu4c/source/data/locales/de_BE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_BE.xml
diff --git a/icu4c/source/data/locales/de_CH.txt b/icu4c/source/data/locales/de_CH.txt
index d2b006d..4a5fe84 100644
--- a/icu4c/source/data/locales/de_CH.txt
+++ b/icu4c/source/data/locales/de_CH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_CH.xml
@@ -23,11 +23,5 @@
}
}
}
- Version{"2.1.8.21"}
- delimiters{
- alternateQuotationEnd{"›"}
- alternateQuotationStart{"‹"}
- quotationEnd{"»"}
- quotationStart{"«"}
- }
+ Version{"2.1.11.70"}
}
diff --git a/icu4c/source/data/locales/de_DE.txt b/icu4c/source/data/locales/de_DE.txt
index 13cd3fa..aa36994 100644
--- a/icu4c/source/data/locales/de_DE.txt
+++ b/icu4c/source/data/locales/de_DE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_DE.xml
diff --git a/icu4c/source/data/locales/de_LI.txt b/icu4c/source/data/locales/de_LI.txt
index 73b6129..54bbdd8 100644
--- a/icu4c/source/data/locales/de_LI.txt
+++ b/icu4c/source/data/locales/de_LI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_LI.xml
diff --git a/icu4c/source/data/locales/de_LU.txt b/icu4c/source/data/locales/de_LU.txt
index 137e490..7a2fee2 100644
--- a/icu4c/source/data/locales/de_LU.txt
+++ b/icu4c/source/data/locales/de_LU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_LU.xml
diff --git a/icu4c/source/data/locales/dje.txt b/icu4c/source/data/locales/dje.txt
index 0ca6bbf..10e8f27 100755
--- a/icu4c/source/data/locales/dje.txt
+++ b/icu4c/source/data/locales/dje.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dje.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dje.xml
- */
dje{
AuxExemplarCharacters{"[v]"}
ExemplarCharacters{"[a ã b c d e ẽ f g h i j k l m n ɲ ŋ o õ p q r s š t u w x y z ž]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N Ɲ Ŋ O P Q R S T U W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/dje_NE.txt b/icu4c/source/data/locales/dje_NE.txt
index 082ce0c..7738ea1 100755
--- a/icu4c/source/data/locales/dje_NE.txt
+++ b/icu4c/source/data/locales/dje_NE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dje_NE.xml
diff --git a/icu4c/source/data/locales/dsb.txt b/icu4c/source/data/locales/dsb.txt
index 14a1f38..c245808 100644
--- a/icu4c/source/data/locales/dsb.txt
+++ b/icu4c/source/data/locales/dsb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dsb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dsb.xml
- */
dsb{
AuxExemplarCharacters{
"[á à ă â å ä ã ą ā æ ç ď đ é è ĕ ê ë ė ę ē ğ í ì ĭ î ï İ ī ı ĺ ľ ň ñ ò ŏ ô ö"
@@ -23,9 +20,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * "
"/ \\& #]"
}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
miscPatterns{
@@ -207,7 +201,7 @@
}
minimumGroupingDigits{"1"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -708,11 +702,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"źeń"}
diff --git a/icu4c/source/data/locales/dsb_DE.txt b/icu4c/source/data/locales/dsb_DE.txt
index 370497b..d5ce5af 100644
--- a/icu4c/source/data/locales/dsb_DE.txt
+++ b/icu4c/source/data/locales/dsb_DE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dsb_DE.xml
diff --git a/icu4c/source/data/locales/dua.txt b/icu4c/source/data/locales/dua.txt
index 03961a9..d1deba1 100755
--- a/icu4c/source/data/locales/dua.txt
+++ b/icu4c/source/data/locales/dua.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dua.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dua.xml
- */
dua{
AuxExemplarCharacters{"[h q v x z]"}
ExemplarCharacters{
@@ -16,9 +13,6 @@
"s t u ú ū w y]"
}
ExemplarCharactersIndex{"[A B Ɓ C D Ɗ E Ɛ F G I J K L M N Ŋ O Ɔ P S T U W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/dua_CM.txt b/icu4c/source/data/locales/dua_CM.txt
index 9ef3ead..54bb624 100755
--- a/icu4c/source/data/locales/dua_CM.txt
+++ b/icu4c/source/data/locales/dua_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dua_CM.xml
diff --git a/icu4c/source/data/locales/dyo.txt b/icu4c/source/data/locales/dyo.txt
index 48d499c..172ffbc 100755
--- a/icu4c/source/data/locales/dyo.txt
+++ b/icu4c/source/data/locales/dyo.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dyo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dyo.xml
- */
dyo{
AuxExemplarCharacters{"[z]"}
ExemplarCharacters{"[a á b c d e é f g h i í j k l m n ñ ŋ o ó p q r s t u ú v w x y]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N Ñ Ŋ O P Q R S T U V W X Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/dyo_SN.txt b/icu4c/source/data/locales/dyo_SN.txt
index 221442c..63af3fd 100755
--- a/icu4c/source/data/locales/dyo_SN.txt
+++ b/icu4c/source/data/locales/dyo_SN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dyo_SN.xml
diff --git a/icu4c/source/data/locales/dz.txt b/icu4c/source/data/locales/dz.txt
index 2ae42eb..02ce3d8 100755
--- a/icu4c/source/data/locales/dz.txt
+++ b/icu4c/source/data/locales/dz.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/dz.xml
- */
dz{
AuxExemplarCharacters{
"[\u0F84 ཊ ཋ ཌ ཎ \u0F7E ཥ \u0F80 \u0F7B \u0F7D \u0F9A \u0F9B \u0F9C \u0F9E "
@@ -30,9 +27,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] ༼ ༽ § @ * / \\& # † "
"‡ ༄ ༅ ༆ ༈ ༉ ༊ ࿐ ࿑ ༒ ࿒ ࿓ ࿔ ༶ ྾ ྿ ༌ ། ༎ ༏ ༐ ༑ ༔ ༴]"
}
- LocaleScript{
- "Tibt",
- }
MoreInformation{"?"}
NumberElements{
default{"tibt"}
diff --git a/icu4c/source/data/locales/dz_BT.txt b/icu4c/source/data/locales/dz_BT.txt
index ece0bdf..4846586 100755
--- a/icu4c/source/data/locales/dz_BT.txt
+++ b/icu4c/source/data/locales/dz_BT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/dz_BT.xml
diff --git a/icu4c/source/data/locales/ebu.txt b/icu4c/source/data/locales/ebu.txt
index b3caabc..54aa205 100755
--- a/icu4c/source/data/locales/ebu.txt
+++ b/icu4c/source/data/locales/ebu.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ebu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ebu.xml
- */
ebu{
ExemplarCharacters{"[a b c d e f g h i ĩ j k l m n o p q r s t u ũ v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I Ĩ J K L M N O P Q R S T U Ũ V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ebu_KE.txt b/icu4c/source/data/locales/ebu_KE.txt
index 7041522..9f0f545 100755
--- a/icu4c/source/data/locales/ebu_KE.txt
+++ b/icu4c/source/data/locales/ebu_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ebu_KE.xml
diff --git a/icu4c/source/data/locales/ee.txt b/icu4c/source/data/locales/ee.txt
index 4854f65..75fc8cb 100755
--- a/icu4c/source/data/locales/ee.txt
+++ b/icu4c/source/data/locales/ee.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ee.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ee.xml
- */
ee{
AuxExemplarCharacters{"[ă â å ä ā æ c ç ĕ ê ë ĭ î ï j ñ ŏ ô ö ø œ q ŭ û ü ÿ]"}
ExemplarCharacters{
@@ -20,9 +17,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\} § @ * / \\& "
"# † ‡ ′ ″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"..."}
NumberElements{
latn{
@@ -87,7 +81,7 @@
}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -185,7 +179,7 @@
h{"a h–h"}
}
hm{
- a{"a 'ga' h:mm - a 'ga' h:mm"}
+ a{"a 'ga' h:mm – a 'ga' h:mm"}
h{"a 'ga' h:mm - 'ga' h:mm"}
m{"a 'ga' h:mm – 'ga' h:mm"}
}
@@ -419,7 +413,7 @@
h{"a h–h"}
}
hm{
- a{"a 'ga' h:mm - a 'ga' h:mm"}
+ a{"a 'ga' h:mm – a 'ga' h:mm"}
h{"a 'ga' h:mm - 'ga' h:mm"}
m{"a 'ga' h:mm – 'ga' h:mm"}
}
@@ -709,9 +703,9 @@
}
sun{
relative{
- "-1"{"kɔsiɖa si va yi"}
- "0"{"kɔsiɖa sia"}
- "1"{"kɔsiɖa si gbɔ na"}
+ "-1"{"kɔsiɖagbe si va yi"}
+ "0"{"kɔsiɖa sia gbe"}
+ "1"{"kɔsiɖagbe si gbɔ na"}
}
}
thu{
diff --git a/icu4c/source/data/locales/ee_GH.txt b/icu4c/source/data/locales/ee_GH.txt
index 737ade5..c35dee4 100755
--- a/icu4c/source/data/locales/ee_GH.txt
+++ b/icu4c/source/data/locales/ee_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ee_GH.xml
diff --git a/icu4c/source/data/locales/ee_TG.txt b/icu4c/source/data/locales/ee_TG.txt
index f6bf5fb..c9d91aa 100755
--- a/icu4c/source/data/locales/ee_TG.txt
+++ b/icu4c/source/data/locales/ee_TG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ee_TG.xml
diff --git a/icu4c/source/data/locales/el.txt b/icu4c/source/data/locales/el.txt
index 2e26faa..4e4aa50 100644
--- a/icu4c/source/data/locales/el.txt
+++ b/icu4c/source/data/locales/el.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/el.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/el.xml
- */
el{
AuxExemplarCharacters{
"[ἀ ἄ ἂ ἆ ἁ ἅ ἃ ἇ ὰ ᾶ ἐ ἔ ἒ ἑ ἕ ἓ ὲ ἠ ἤ ἢ ἦ ἡ ἥ ἣ ἧ ὴ ῆ ἰ ἴ ἲ ἶ ἱ ἵ ἳ ἷ ὶ ῖ ῒ"
@@ -25,9 +22,6 @@
ExemplarCharacters{"[α ά β γ δ ε έ ζ η ή θ ι ί ϊ ΐ κ λ μ ν ξ ο ό π ρ σ ς τ υ ύ ϋ ΰ φ χ ψ ω ώ]"}
ExemplarCharactersIndex{"[Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! . … \u0022 « » ( ) \\[ \\] § @ * / \\\\ \\&]"}
- LocaleScript{
- "Grek",
- }
MoreInformation{";"}
NumberElements{
default{"latn"}
@@ -166,7 +160,7 @@
native{"latn"}
traditional{"grek"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -243,83 +237,83 @@
H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd/MM - E, dd/MM"}
- d{"E, dd/MM - E, dd/MM"}
+ M{"E, dd/MM – E, dd/MM"}
+ d{"E, dd/MM – E, dd/MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd MMM - E, dd MMM"}
- d{"E, dd - E, dd MMM"}
+ M{"E, dd MMM – E, dd MMM"}
+ d{"E, dd – E, dd MMM"}
}
MMMd{
- M{"dd MMM - dd MMM"}
- d{"dd-dd MMM"}
+ M{"dd MMM – dd MMM"}
+ d{"dd–dd MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM/y - MM/y GGGGG"}
- y{"MM/y - MM/y GGGGG"}
+ M{"MM/y – MM/y GGGGG"}
+ y{"MM/y – MM/y GGGGG"}
}
yMEd{
- M{"E, dd/MM/y - E, dd/MM/y GGGGG"}
- d{"E, dd/MM/y - E, dd/MM/y GGGGG"}
- y{"E, dd/MM/y - E, dd/MM/y GGGGG"}
+ M{"E, dd/MM/y – E, dd/MM/y GGGGG"}
+ d{"E, dd/MM/y – E, dd/MM/y GGGGG"}
+ y{"E, dd/MM/y – E, dd/MM/y GGGGG"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, dd MMM - E, dd MMM y G"}
- d{"E, dd - E, dd MMM y G"}
- y{"E, dd MMM y - E, dd MMM y G"}
+ M{"E, dd MMM – E, dd MMM y G"}
+ d{"E, dd – E, dd MMM y G"}
+ y{"E, dd MMM y – E, dd MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM–MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"dd MMM - dd MMM y G"}
- d{"dd-dd MMM y G"}
- y{"dd MMM y - dd MMM y G"}
+ M{"dd MMM – dd MMM y G"}
+ d{"dd–dd MMM y G"}
+ y{"dd MMM y – dd MMM y G"}
}
yMd{
- M{"dd/MM/y - dd/MM/y GGGGG"}
- d{"dd/MM/y - dd/MM/y GGGGG"}
- y{"dd/MM/y - dd/MM/y GGGGG"}
+ M{"dd/MM/y – dd/MM/y GGGGG"}
+ d{"dd/MM/y – dd/MM/y GGGGG"}
+ y{"dd/MM/y – dd/MM/y GGGGG"}
}
}
}
@@ -504,83 +498,83 @@
H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd/MM - E, dd/MM"}
- d{"E, dd/MM - E, dd/MM"}
+ M{"E, dd/MM – E, dd/MM"}
+ d{"E, dd/MM – E, dd/MM"}
}
MMM{
M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd MMM - E, dd MMM"}
- d{"E, dd - E, dd MMM"}
+ M{"E, dd MMM – E, dd MMM"}
+ d{"E, dd – E, dd MMM"}
}
MMMd{
- M{"dd MMM - dd MMM"}
- d{"dd-dd MMM"}
+ M{"dd MMM – dd MMM"}
+ d{"dd–dd MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
}
yMEd{
- M{"E, dd/MM/y - E, dd/MM/y"}
- d{"E, dd/MM/y - E, dd/MM/y"}
- y{"E, dd/MM/y - E, dd/MM/y"}
+ M{"E, dd/MM/y – E, dd/MM/y"}
+ d{"E, dd/MM/y – E, dd/MM/y"}
+ y{"E, dd/MM/y – E, dd/MM/y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, dd MMM - E, dd MMM y"}
- d{"E, dd MMM - E, dd MMM y"}
- y{"E, dd MMM y - E, dd MMM y"}
+ M{"E, dd MMM – E, dd MMM y"}
+ d{"E, dd MMM – E, dd MMM y"}
+ y{"E, dd MMM y – E, dd MMM y"}
}
yMMMM{
- M{"MMMM-MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM–MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"dd MMM - dd MMM y"}
- d{"dd-dd MMM y"}
- y{"dd MMM y - dd MMM y"}
+ M{"dd MMM – dd MMM y"}
+ d{"dd–dd MMM y"}
+ y{"dd MMM y – dd MMM y"}
}
yMd{
- M{"dd/MM/y - dd/MM/y"}
- d{"dd/MM/y - dd/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
}
monthNames{
@@ -781,11 +775,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Ημέρα"}
diff --git a/icu4c/source/data/locales/el_CY.txt b/icu4c/source/data/locales/el_CY.txt
index 7b2c825..f9605f5 100644
--- a/icu4c/source/data/locales/el_CY.txt
+++ b/icu4c/source/data/locales/el_CY.txt
@@ -1,18 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/el_CY.xml
// *
// ***************************************************************************
el_CY{
- NumberElements{
- latn{
- patterns{
- currencyFormat{"¤#,##0.00"}
- }
- }
- }
- Version{"2.1.6.69"}
+ Version{"2.1.11.71"}
}
diff --git a/icu4c/source/data/locales/el_GR.txt b/icu4c/source/data/locales/el_GR.txt
index a6ef5fd..96cf65c 100644
--- a/icu4c/source/data/locales/el_GR.txt
+++ b/icu4c/source/data/locales/el_GR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/el_GR.xml
diff --git a/icu4c/source/data/locales/en.txt b/icu4c/source/data/locales/en.txt
index 2dacacf..31ac5f0 100644
--- a/icu4c/source/data/locales/en.txt
+++ b/icu4c/source/data/locales/en.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/en.xml
- */
en{
AuxExemplarCharacters{
"[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ"
@@ -20,9 +17,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
miscPatterns{
@@ -154,7 +148,7 @@
}
}
}
- Version{"2.1.8.87"}
+ Version{"2.1.13.48"}
calendar{
buddhist{
eras{
@@ -169,10 +163,10 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE, MMMM d, U",
- "MMMM d, U",
- "MMM d, U",
- "M/d/yy",
+ "EEEE, MMMM d, r(U)",
+ "MMMM d, r(U)",
+ "MMM d, r",
+ "M/d/r",
"{1}, {0}",
"{1} 'at' {0}",
"{1} 'at' {0}",
@@ -186,10 +180,10 @@
Ed{"d E"}
Ehm{"E h:mm a"}
Ehms{"E h:mm:ss a"}
- Gy{"U"}
- GyMMM{"MMM U"}
- GyMMMEd{"E, MMM d, U"}
- GyMMMd{"MMM d, U"}
+ Gy{"r(U)"}
+ GyMMM{"MMM r(U)"}
+ GyMMMEd{"E, MMM d, r(U)"}
+ GyMMMd{"MMM d, r"}
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
@@ -199,22 +193,26 @@
MMMEd{"E, MMM d"}
MMMd{"MMM d"}
Md{"M/d"}
+ UM{"M/U"}
+ UMMM{"MMM U"}
+ UMMMd{"MMM d, U"}
+ UMd{"M/d/U"}
d{"d"}
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
ms{"mm:ss"}
- y{"U"}
- yMd{"M/d/y"}
- yyyy{"U"}
- yyyyM{"M/y"}
- yyyyMEd{"E, M/d/y"}
- yyyyMMM{"MMM U"}
- yyyyMMMEd{"E, MMM d, U"}
- yyyyMMMd{"MMM d, U"}
- yyyyMd{"M/d/y"}
- yyyyQQQ{"QQQ U"}
- yyyyQQQQ{"QQQQ U"}
+ y{"r(U)"}
+ yMd{"M/d/r"}
+ yyyy{"r(U)"}
+ yyyyM{"M/r"}
+ yyyyMEd{"E, M/d/r"}
+ yyyyMMM{"MMM r(U)"}
+ yyyyMMMEd{"E, MMM d, r(U)"}
+ yyyyMMMd{"MMM d, r"}
+ yyyyMd{"M/d/r"}
+ yyyyQQQ{"QQQ r(U)"}
+ yyyyQQQQ{"QQQQ r(U)"}
}
cyclicNameSets{
zodiacs{
@@ -348,18 +346,18 @@
"Mo12",
}
wide{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
+ "Month1",
+ "Month2",
+ "Month3",
+ "Month4",
+ "Month5",
+ "Month6",
+ "Month7",
+ "Month8",
+ "Month9",
+ "Month10",
+ "Month11",
+ "Month12",
}
}
}
@@ -582,6 +580,8 @@
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E, M/d"}
MMM{"LLL"}
@@ -592,6 +592,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"M/y"}
@@ -1018,6 +1020,7 @@
}
dayperiod{
dn{"AM/PM"}
+ dn%variant{"am/pm"}
}
era{
dn{"Era"}
diff --git a/icu4c/source/data/locales/en_001.txt b/icu4c/source/data/locales/en_001.txt
index ad1285a..cb75f3f 100755
--- a/icu4c/source/data/locales/en_001.txt
+++ b/icu4c/source/data/locales/en_001.txt
@@ -1,11 +1,240 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_001.xml
// *
// ***************************************************************************
en_001{
- Version{"2.1.6.69"}
+ Version{"2.1.12.90"}
+ calendar{
+ chinese{
+ DateTimePatterns{
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, d MMMM r(U)",
+ "d MMMM r(U)",
+ "d MMM r",
+ "dd/MM/r",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ }
+ availableFormats{
+ Ed{"E d"}
+ GyMMMEd{"E, d MMM r(U)"}
+ GyMMMd{"d MMM r"}
+ M{"LL"}
+ MEd{"E, dd/MM"}
+ MMMEd{"E, d MMM"}
+ MMMMd{"d MMMM"}
+ MMMd{"d MMM"}
+ Md{"dd/MM"}
+ UMMMd{"d MMM U"}
+ UMd{"dd/MM/U"}
+ yMd{"dd/MM/r"}
+ yyyyM{"MM/r"}
+ yyyyMEd{"E, dd/MM/r"}
+ yyyyMMMEd{"E, d MMM r(U)"}
+ yyyyMMMd{"d MMM r"}
+ yyyyMd{"dd/MM/r"}
+ }
+ intervalFormats{
+ MEd{
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
+ }
+ MMMEd{
+ M{"E d MMM – E d MMM"}
+ d{"E d – E d MMM"}
+ }
+ MMMd{
+ M{"d MMM – d MMM"}
+ d{"d – d MMM"}
+ }
+ Md{
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
+ }
+ yM{
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
+ }
+ yMEd{
+ M{"E, dd/MM/y – E, dd/MM/y"}
+ d{"E, dd/MM/y – E, dd/MM/y"}
+ y{"E, dd/MM/y – E, dd/MM/y"}
+ }
+ yMMMEd{
+ M{"E, d MMM – E, d MMM U"}
+ d{"E, d – E, d MMM U"}
+ y{"E, d MMM U – E, d MMM U"}
+ }
+ yMMMd{
+ M{"d MMM – d MMM U"}
+ d{"d – d MMM U"}
+ y{"d MMM U – d MMM U"}
+ }
+ yMd{
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
+ }
+ }
+ }
+ generic{
+ DateTimePatterns{
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, d MMMM y G",
+ "d MMMM y G",
+ "d MMM y G",
+ "dd/MM/y GGGGG",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ }
+ availableFormats{
+ Ed{"E d"}
+ GyMMMEd{"E, d MMM y G"}
+ GyMMMd{"d MMM y G"}
+ M{"LL"}
+ MEd{"E, dd/MM"}
+ MMMEd{"E, d MMM"}
+ MMMMd{"d MMMM"}
+ MMMd{"d MMM"}
+ Md{"dd/MM"}
+ yyyyM{"MM/y GGGGG"}
+ yyyyMEd{"E, dd/MM/y GGGGG"}
+ yyyyMMMEd{"E, d MMM y G"}
+ yyyyMMMd{"d MMM y G"}
+ yyyyMd{"dd/MM/y GGGGG"}
+ }
+ intervalFormats{
+ MEd{
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
+ }
+ MMMEd{
+ M{"E d MMM – E d MMM"}
+ d{"E d – E d MMM"}
+ }
+ MMMd{
+ M{"d MMM – d MMM"}
+ d{"d – d MMM"}
+ }
+ Md{
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
+ }
+ yM{
+ M{"MM/y – MM/y GGGGG"}
+ y{"MM/y – MM/y GGGGG"}
+ }
+ yMEd{
+ M{"E, dd/MM/y – E, dd/MM/y GGGGG"}
+ d{"E, dd/MM/y – E, dd/MM/y GGGGG"}
+ y{"E, dd/MM/y – E, dd/MM/y GGGGG"}
+ }
+ yMMMEd{
+ M{"E, d MMM – E, d MMM y G"}
+ d{"E, d – E, d MMM y G"}
+ y{"E, d MMM y – E, d MMM y G"}
+ }
+ yMMMd{
+ M{"d MMM – d MMM y G"}
+ d{"d – d MMM y G"}
+ y{"d MMM y – d MMM y G"}
+ }
+ yMd{
+ M{"dd/MM/y – dd/MM/y GGGGG"}
+ d{"dd/MM/y – dd/MM/y GGGGG"}
+ y{"dd/MM/y – dd/MM/y GGGGG"}
+ }
+ }
+ }
+ gregorian{
+ DateTimePatterns{
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, d MMMM y",
+ "d MMMM y",
+ "d MMM y",
+ "dd/MM/y",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ }
+ availableFormats{
+ GyMMMEd{"E, d MMM y G"}
+ GyMMMd{"d MMM y G"}
+ MEd{"E, dd/MM"}
+ MMMEd{"E, d MMM"}
+ MMMMd{"d MMMM"}
+ MMMd{"d MMM"}
+ MMdd{"dd/MM"}
+ Md{"dd/MM"}
+ yM{"MM/y"}
+ yMEd{"E, dd/MM/y"}
+ yMMMEd{"E, d MMM y"}
+ yMMMd{"d MMM y"}
+ yMd{"dd/MM/y"}
+ }
+ intervalFormats{
+ MEd{
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
+ }
+ MMMEd{
+ M{"E d MMM – E d MMM"}
+ d{"E d – E d MMM"}
+ }
+ MMMd{
+ M{"d MMM – d MMM"}
+ d{"d – d MMM"}
+ }
+ Md{
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
+ }
+ yM{
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
+ }
+ yMEd{
+ M{"E, dd/MM/y – E, dd/MM/y"}
+ d{"E, dd/MM/y – E, dd/MM/y"}
+ y{"E, dd/MM/y – E, dd/MM/y"}
+ }
+ yMMMEd{
+ M{"E, d MMM – E, d MMM y"}
+ d{"E, d – E, d MMM y"}
+ y{"E, d MMM y – E, d MMM y"}
+ }
+ yMMMd{
+ M{"d MMM – d MMM y"}
+ d{"d – d MMM y"}
+ y{"d MMM y – d MMM y"}
+ }
+ yMd{
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
+ }
+ }
+ }
+ }
}
diff --git a/icu4c/source/data/locales/en_150.txt b/icu4c/source/data/locales/en_150.txt
index c8869f2..fd726c8 100755
--- a/icu4c/source/data/locales/en_150.txt
+++ b/icu4c/source/data/locales/en_150.txt
@@ -1,13 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_150.xml
// *
// ***************************************************************************
en_150{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
NumberElements{
latn{
patterns{
@@ -19,40 +19,39 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.50"}
calendar{
generic{
DateTimePatterns{
"HH 'h' mm 'min' ss 's' zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE d MMMM y G",
- "d MMM y G",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, d MMMM y G",
+ "d MMMM y G",
"dd MMM y G",
"dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
- MEd{"E d/M"}
+ MEd{"E, d/M"}
Md{"d/M"}
yyyyMEd{"E, d/M/y G"}
- yyyyMMMEd{"E d MMM y G"}
yyyyMd{"d/M/y G"}
}
}
gregorian{
DateTimePatterns{
"HH 'h' mm 'min' ss 's' zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE d MMMM y",
- "d MMM y",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, d MMMM y",
+ "d MMMM y",
"dd MMM y",
"dd/MM/yy",
"{1}, {0}",
@@ -62,10 +61,9 @@
"{1}, {0}",
}
availableFormats{
- MEd{"E d/M"}
+ MEd{"E, d/M"}
Md{"d/M"}
yMEd{"E, d/M/y"}
- yMMMEd{"E d MMM y"}
yMd{"d/M/y"}
}
}
diff --git a/icu4c/source/data/locales/en_AG.txt b/icu4c/source/data/locales/en_AG.txt
index ca29684..a51fcea 100755
--- a/icu4c/source/data/locales/en_AG.txt
+++ b/icu4c/source/data/locales/en_AG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AG.xml
diff --git a/icu4c/source/data/locales/en_AI.txt b/icu4c/source/data/locales/en_AI.txt
index dd29169..5bf190c 100755
--- a/icu4c/source/data/locales/en_AI.txt
+++ b/icu4c/source/data/locales/en_AI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AI.xml
diff --git a/icu4c/source/data/locales/en_AS.txt b/icu4c/source/data/locales/en_AS.txt
index d02b05a..c569e1d 100644
--- a/icu4c/source/data/locales/en_AS.txt
+++ b/icu4c/source/data/locales/en_AS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AS.xml
diff --git a/icu4c/source/data/locales/en_AU.txt b/icu4c/source/data/locales/en_AU.txt
index dc3a6c4..c191d05 100644
--- a/icu4c/source/data/locales/en_AU.txt
+++ b/icu4c/source/data/locales/en_AU.txt
@@ -1,14 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_AU.xml
// *
// ***************************************************************************
en_AU{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.59"}
calendar{
chinese{
DateTimePatterns{
@@ -16,77 +16,15 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE, d MMMM U",
- "d MMMM U",
- "d MMM U",
+ "EEEE, d MMMM r(U)",
+ "d MMMM r(U)",
+ "d MMM r",
"d/MM/yy",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- monthNames{
- format{
- abbreviated{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- wide{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- }
- stand-alone{
- abbreviated{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- wide{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- }
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
}
generic{
@@ -99,84 +37,34 @@
"d MMMM y G",
"d MMM y G",
"d/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
yMEd{"E, d/M/y"}
yMd{"d/M/y"}
}
intervalFormats{
- M{
- M{"M-M"}
- }
MEd{
- M{"E, d/MM - E, d/MM"}
- d{"E, d/MM - E, d/MM"}
- }
- MMM{
- M{"MMM-MMM"}
+ M{"E, d/MM – E, d/MM"}
+ d{"E, d/MM – E, d/MM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
- }
- MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
- }
- d{
- d{"d-d"}
- }
- fallback{"{0} - {1}"}
- h{
- a{"h a - h a"}
- h{"h-h a"}
- }
- hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
- }
- hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
- }
- hv{
- a{"h a - h a v"}
- h{"h-h a v"}
- }
- yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
yMEd{
- M{"E, d/MM/y - E, d/MM/y"}
- d{"E, d/MM/y - E, d/MM/y"}
- y{"E, d/MM/y - E, d/MM/y"}
- }
- yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
- }
- yMMMEd{
- M{"E, d MMM - E, d MMM y"}
- d{"E, d - E, d MMM y"}
- y{"E, d MMM y - E, d MMM y"}
- }
- yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM y - d MMM y"}
+ M{"E, d/MM/y – E, d/MM/y GGGGG"}
+ d{"E, d/MM/y – E, d/MM/y GGGGG"}
+ y{"E, d/MM/y – E, d/MM/y GGGGG"}
}
yMd{
- M{"d/MM/y - d/MM/y"}
- d{"d/MM/y - d/MM/y"}
- y{"d/MM/y - d/MM/y"}
+ M{"d/MM/y – d/MM/y GGGGG"}
+ d{"d/MM/y – d/MM/y GGGGG"}
+ y{"d/MM/y – d/MM/y GGGGG"}
}
}
}
@@ -190,11 +78,11 @@
"d MMMM y",
"d MMM y",
"d/MM/y",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
Ed{"E d"}
@@ -203,77 +91,27 @@
yMd{"d/M/y"}
}
intervalFormats{
- M{
- M{"M-M"}
- }
MEd{
- M{"E, d/MM - E, d/MM"}
- d{"E, d/MM - E, d/MM"}
- }
- MMM{
- M{"MMM-MMM"}
+ M{"E, d/MM – E, d/MM"}
+ d{"E, d/MM – E, d/MM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
- }
- MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
Md{
- M{"d/MM - d/MM"}
- d{"d/MM - d/MM"}
- }
- d{
- d{"d-d"}
- }
- fallback{"{0} - {1}"}
- h{
- a{"h a - h a"}
- h{"h-h a"}
- }
- hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
- }
- hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
- }
- hv{
- a{"h a - h a v"}
- h{"h-h a v"}
- }
- yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"d/MM – d/MM"}
+ d{"d/MM – d/MM"}
}
yMEd{
- M{"E, d/MM/y - E, d/MM/y"}
- d{"E, d/MM/y - E, d/MM/y"}
- y{"E, d/MM/y - E, d/MM/y"}
- }
- yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
- }
- yMMMEd{
- M{"E, d MMM - E, d MMM y"}
- d{"E, d - E, d MMM y"}
- y{"E, d MMM y - E, d MMM y"}
- }
- yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM y - d MMM y"}
+ M{"E, d/MM/y – E, d/MM/y"}
+ d{"E, d/MM/y – E, d/MM/y"}
+ y{"E, d/MM/y – E, d/MM/y"}
}
yMd{
- M{"d/MM/y - d/MM/y"}
- d{"d/MM/y - d/MM/y"}
- y{"d/MM/y - d/MM/y"}
+ M{"d/MM/y – d/MM/y"}
+ d{"d/MM/y – d/MM/y"}
+ y{"d/MM/y – d/MM/y"}
}
}
}
@@ -287,11 +125,11 @@
"d MMMM y G",
"d MMM y G",
"d/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
yMEd{"E, d/M/y"}
@@ -303,267 +141,6 @@
yMEd{"E, d/M/y"}
yMd{"d/M/y"}
}
- eras{
- abbreviated{
- "Taika (645-650)",
- "Hakuchi (650-671)",
- "Hakuhō (672-686)",
- "Shuchō (686-701)",
- "Taihō (701-704)",
- "Keiun (704-708)",
- "Wadō (708-715)",
- "Reiki (715-717)",
- "Yōrō (717-724)",
- "Jinki (724-729)",
- "Tempyō (729-749)",
- "Tempyō-kampō (749-749)",
- "Tempyō-shōhō (749-757)",
- "Tempyō-hōji (757-765)",
- "Temphō-jingo (765-767)",
- "Jingo-keiun (767-770)",
- "Hōki (770-780)",
- "Ten-ō (781-782)",
- "Enryaku (782-806)",
- "Daidō (806-810)",
- "Kōnin (810-824)",
- "Tenchō (824-834)",
- "Jōwa (834-848)",
- "Kajō (848-851)",
- "Ninju (851-854)",
- "Saiko (854-857)",
- "Tennan (857-859)",
- "Jōgan (859-877)",
- "Genkei (877-885)",
- "Ninna (885-889)",
- "Kampyō (889-898)",
- "Shōtai (898-901)",
- "Engi (901-923)",
- "Enchō (923-931)",
- "Shōhei (931-938)",
- "Tengyō (938-947)",
- "Tenryaku (947-957)",
- "Tentoku (957-961)",
- "Ōwa (961-964)",
- "Kōhō (964-968)",
- "Anna (968-970)",
- "Tenroku (970-973)",
- "Ten-en (973-976)",
- "Jōgen (976-978)",
- "Tengen (978-983)",
- "Eikan (983-985)",
- "Kanna (985-987)",
- "Ei-en (987-989)",
- "Eiso (989-990)",
- "Shōryaku (990-995)",
- "Chōtoku (995-999)",
- "Chōhō (999-1004)",
- "Kankō (1004-1012)",
- "Chōwa (1012-1017)",
- "Kannin (1017-1021)",
- "Jian (1021-1024)",
- "Manju (1024-1028)",
- "Chōgen (1028-1037)",
- "Chōryaku (1037-1040)",
- "Chōkyū (1040-1044)",
- "Kantoku (1044-1046)",
- "Eishō (1046-1053)",
- "Tengi (1053-1058)",
- "Kōhei (1058-1065)",
- "Jiryaku (1065-1069)",
- "Enkyū (1069-1074)",
- "Shōho (1074-1077)",
- "Shōryaku (1077-1081)",
- "Eiho (1081-1084)",
- "Ōtoku (1084-1087)",
- "Kanji (1087-1094)",
- "Kaho (1094-1096)",
- "Eichō (1096-1097)",
- "Shōtoku (1097-1099)",
- "Kōwa (1099-1104)",
- "Chōji (1104-1106)",
- "Kashō (1106-1108)",
- "Tennin (1108-1110)",
- "Ten-ei (1110-1113)",
- "Eikyū (1113-1118)",
- "Gen-ei (1118-1120)",
- "Hoan (1120-1124)",
- "Tenji (1124-1126)",
- "Daiji (1126-1131)",
- "Tenshō (1131-1132)",
- "Chōshō (1132-1135)",
- "Hoen (1135-1141)",
- "Eiji (1141-1142)",
- "Kōji (1142-1144)",
- "Tenyō (1144-1145)",
- "Kyūan (1145-1151)",
- "Ninpei (1151-1154)",
- "Kyūju (1154-1156)",
- "Hogen (1156-1159)",
- "Heiji (1159-1160)",
- "Eiryaku (1160-1161)",
- "Ōho (1161-1163)",
- "Chōkan (1163-1165)",
- "Eiman (1165-1166)",
- "Nin-an (1166-1169)",
- "Kaō (1169-1171)",
- "Shōan (1171-1175)",
- "Angen (1175-1177)",
- "Jishō (1177-1181)",
- "Yōwa (1181-1182)",
- "Juei (1182-1184)",
- "Genryuku (1184-1185)",
- "Bunji (1185-1190)",
- "Kenkyū (1190-1199)",
- "Shōji (1199-1201)",
- "Kennin (1201-1204)",
- "Genkyū (1204-1206)",
- "Ken-ei (1206-1207)",
- "Shōgen (1207-1211)",
- "Kenryaku (1211-1213)",
- "Kenpō (1213-1219)",
- "Shōkyū (1219-1222)",
- "Jōō (1222-1224)",
- "Gennin (1224-1225)",
- "Karoku (1225-1227)",
- "Antei (1227-1229)",
- "Kanki (1229-1232)",
- "Jōei (1232-1233)",
- "Tempuku (1233-1234)",
- "Bunryaku (1234-1235)",
- "Katei (1235-1238)",
- "Ryakunin (1238-1239)",
- "En-ō (1239-1240)",
- "Ninji (1240-1243)",
- "Kangen (1243-1247)",
- "Hōji (1247-1249)",
- "Kenchō (1249-1256)",
- "Kōgen (1256-1257)",
- "Shōka (1257-1259)",
- "Shōgen (1259-1260)",
- "Bun-ō (1260-1261)",
- "Kōchō (1261-1264)",
- "Bun-ei (1264-1275)",
- "Kenji (1275-1278)",
- "Kōan (1278-1288)",
- "Shōō (1288-1293)",
- "Einin (1293-1299)",
- "Shōan (1299-1302)",
- "Kengen (1302-1303)",
- "Kagen (1303-1306)",
- "Tokuji (1306-1308)",
- "Enkei (1308-1311)",
- "Ōchō (1311-1312)",
- "Shōwa (1312-1317)",
- "Bunpō (1317-1319)",
- "Genō (1319-1321)",
- "Genkyō (1321-1324)",
- "Shōchū (1324-1326)",
- "Kareki (1326-1329)",
- "Gentoku (1329-1331)",
- "Genkō (1331-1334)",
- "Kemmu (1334-1336)",
- "Engen (1336-1340)",
- "Kōkoku (1340-1346)",
- "Shōhei (1346-1370)",
- "Kentoku (1370-1372)",
- "Bunchū (1372-1375)",
- "Tenju (1375-1379)",
- "Kōryaku (1379-1381)",
- "Kōwa (1381-1384)",
- "Genchū (1384-1392)",
- "Meitoku (1384-1387)",
- "Kakei (1387-1389)",
- "Kōō (1389-1390)",
- "Meitoku (1390-1394)",
- "Ōei (1394-1428)",
- "Shōchō (1428-1429)",
- "Eikyō (1429-1441)",
- "Kakitsu (1441-1444)",
- "Bun-an (1444-1449)",
- "Hōtoku (1449-1452)",
- "Kyōtoku (1452-1455)",
- "Kōshō (1455-1457)",
- "Chōroku (1457-1460)",
- "Kanshō (1460-1466)",
- "Bunshō (1466-1467)",
- "Ōnin (1467-1469)",
- "Bunmei (1469-1487)",
- "Chōkyō (1487-1489)",
- "Entoku (1489-1492)",
- "Meiō (1492-1501)",
- "Bunki (1501-1504)",
- "Eishō (1504-1521)",
- "Taiei (1521-1528)",
- "Kyōroku (1528-1532)",
- "Tenmon (1532-1555)",
- "Kōji (1555-1558)",
- "Eiroku (1558-1570)",
- "Genki (1570-1573)",
- "Tenshō (1573-1592)",
- "Bunroku (1592-1596)",
- "Keichō (1596-1615)",
- "Genwa (1615-1624)",
- "Kan-ei (1624-1644)",
- "Shōho (1644-1648)",
- "Keian (1648-1652)",
- "Shōō (1652-1655)",
- "Meiryaku (1655-1658)",
- "Manji (1658-1661)",
- "Kanbun (1661-1673)",
- "Enpō (1673-1681)",
- "Tenwa (1681-1684)",
- "Jōkyō (1684-1688)",
- "Genroku (1688-1704)",
- "Hōei (1704-1711)",
- "Shōtoku (1711-1716)",
- "Kyōhō (1716-1736)",
- "Genbun (1736-1741)",
- "Kanpō (1741-1744)",
- "Enkyō (1744-1748)",
- "Kan-en (1748-1751)",
- "Hōryaku (1751-1764)",
- "Meiwa (1764-1772)",
- "An-ei (1772-1781)",
- "Tenmei (1781-1789)",
- "Kansei (1789-1801)",
- "Kyōwa (1801-1804)",
- "Bunka (1804-1818)",
- "Bunsei (1818-1830)",
- "Tenpō (1830-1844)",
- "Kōka (1844-1848)",
- "Kaei (1848-1854)",
- "Ansei (1854-1860)",
- "Man-en (1860-1861)",
- "Bunkyū (1861-1864)",
- "Genji (1864-1865)",
- "Keiō (1865-1868)",
- "Meiji",
- "Taishō",
- "Shōwa",
- "Heisei",
- }
- }
- }
- }
- fields{
- month{
- relative{
- "-1"{"Last month"}
- "0"{"This month"}
- "1"{"Next month"}
- }
- }
- year{
- relative{
- "-1"{"Last year"}
- "0"{"This year"}
- "1"{"Next year"}
- }
- }
- }
- listPattern{
- unit{
- 2{"{0} and {1}"}
}
}
}
diff --git a/icu4c/source/data/locales/en_BB.txt b/icu4c/source/data/locales/en_BB.txt
index 5688425..7717bd8 100755
--- a/icu4c/source/data/locales/en_BB.txt
+++ b/icu4c/source/data/locales/en_BB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BB.xml
diff --git a/icu4c/source/data/locales/en_BE.txt b/icu4c/source/data/locales/en_BE.txt
index bf81871..fbbe616 100644
--- a/icu4c/source/data/locales/en_BE.txt
+++ b/icu4c/source/data/locales/en_BE.txt
@@ -1,13 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BE.xml
// *
// ***************************************************************************
en_BE{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
NumberElements{
latn{
patterns{
@@ -19,40 +19,39 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.50"}
calendar{
generic{
DateTimePatterns{
"HH 'h' mm 'min' ss 's' zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE d MMMM y G",
- "d MMM y G",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, d MMMM y G",
+ "d MMMM y G",
"dd MMM y G",
"dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
- MEd{"E d/M"}
+ MEd{"E, d/M"}
Md{"d/M"}
yyyyMEd{"E, d/M/y G"}
- yyyyMMMEd{"E d MMM y G"}
yyyyMd{"d/M/y G"}
}
}
gregorian{
DateTimePatterns{
"HH 'h' mm 'min' ss 's' zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE d MMMM y",
- "d MMM y",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, d MMMM y",
+ "d MMMM y",
"dd MMM y",
"dd/MM/yy",
"{1}, {0}",
@@ -62,10 +61,9 @@
"{1}, {0}",
}
availableFormats{
- MEd{"E d/M"}
+ MEd{"E, d/M"}
Md{"d/M"}
yMEd{"E, d/M/y"}
- yMMMEd{"E d MMM y"}
yMd{"d/M/y"}
}
}
diff --git a/icu4c/source/data/locales/en_BM.txt b/icu4c/source/data/locales/en_BM.txt
index 55b01a4..16a87c2 100755
--- a/icu4c/source/data/locales/en_BM.txt
+++ b/icu4c/source/data/locales/en_BM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BM.xml
diff --git a/icu4c/source/data/locales/en_BS.txt b/icu4c/source/data/locales/en_BS.txt
index 8c0cac7..1bea99b 100755
--- a/icu4c/source/data/locales/en_BS.txt
+++ b/icu4c/source/data/locales/en_BS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BS.xml
diff --git a/icu4c/source/data/locales/en_BW.txt b/icu4c/source/data/locales/en_BW.txt
index 2c17941..9b165b2 100644
--- a/icu4c/source/data/locales/en_BW.txt
+++ b/icu4c/source/data/locales/en_BW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BW.xml
@@ -8,7 +8,7 @@
// ***************************************************************************
en_BW{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.50"}
calendar{
generic{
DateTimePatterns{
@@ -16,7 +16,7 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE dd MMMM y G",
+ "EEEE, dd MMMM y G",
"dd MMMM y G",
"dd MMM y G",
"dd/MM/y GGGGG",
@@ -27,15 +27,13 @@
"{1}, {0}",
}
availableFormats{
- GyMMMEd{"E dd MMM y G"}
+ GyMMMEd{"E, dd MMM y G"}
GyMMMd{"dd MMM y G"}
- MEd{"E dd/MM"}
- MMMEd{"E dd MMM"}
+ MMMEd{"E, dd MMM"}
MMMd{"dd MMM"}
- Md{"dd/MM"}
yyyyM{"MM/y G"}
yyyyMEd{"E, dd/MM/y G"}
- yyyyMMMEd{"E dd MMM y G"}
+ yyyyMMMEd{"E, dd MMM y G"}
yyyyMMMd{"dd MMM y G"}
yyyyMd{"dd/MM/y G"}
}
@@ -46,7 +44,7 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE dd MMMM y",
+ "EEEE, dd MMMM y",
"dd MMMM y",
"dd MMM y",
"dd/MM/yy",
@@ -57,17 +55,12 @@
"{1}, {0}",
}
availableFormats{
- GyMMMEd{"E dd MMM y G"}
+ GyMMMEd{"E, dd MMM y G"}
GyMMMd{"dd MMM y G"}
- MEd{"E dd/MM"}
- MMMEd{"E dd MMM"}
+ MMMEd{"E, dd MMM"}
MMMd{"dd MMM"}
- Md{"dd/MM"}
- yM{"MM/y"}
- yMEd{"E, dd/MM/y"}
- yMMMEd{"E dd MMM y"}
+ yMMMEd{"E, dd MMM y"}
yMMMd{"dd MMM y"}
- yMd{"dd/MM/y"}
}
}
}
diff --git a/icu4c/source/data/locales/en_BZ.txt b/icu4c/source/data/locales/en_BZ.txt
index a892573..df2c31c 100644
--- a/icu4c/source/data/locales/en_BZ.txt
+++ b/icu4c/source/data/locales/en_BZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_BZ.xml
@@ -8,7 +8,7 @@
// ***************************************************************************
en_BZ{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.50"}
calendar{
generic{
DateTimePatterns{
@@ -16,7 +16,7 @@
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
- "EEEE dd MMMM y G",
+ "EEEE, dd MMMM y G",
"dd MMMM y G",
"dd-MMM-y G",
"dd/MM/y GGGGG",
@@ -27,13 +27,11 @@
"{1}, {0}",
}
availableFormats{
- MEd{"E dd/MM"}
- MMMEd{"E dd MMM"}
+ MMMEd{"E, dd MMM"}
MMMd{"dd MMM"}
- Md{"dd/MM"}
yyyyM{"MM/y G"}
- yyyyMEd{"E dd/MM/y G"}
- yyyyMMMEd{"E dd MMM y G"}
+ yyyyMEd{"E, dd/MM/y G"}
+ yyyyMMMEd{"E, dd MMM y G"}
yyyyMMMd{"dd MMM y G"}
yyyyMd{"dd/MM/y G"}
}
@@ -44,7 +42,7 @@
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
- "EEEE dd MMMM y",
+ "EEEE, dd MMMM y",
"dd MMMM y",
"dd-MMM-y",
"dd/MM/yy",
@@ -55,15 +53,10 @@
"{1}, {0}",
}
availableFormats{
- MEd{"E dd/MM"}
- MMMEd{"E dd MMM"}
+ MMMEd{"E, dd MMM"}
MMMd{"dd MMM"}
- Md{"dd/MM"}
- yM{"MM/y"}
- yMEd{"E dd/MM/y"}
- yMMMEd{"E dd MMM y"}
+ yMMMEd{"E, dd MMM y"}
yMMMd{"dd MMM y"}
- yMd{"dd/MM/y"}
}
}
}
diff --git a/icu4c/source/data/locales/en_CA.txt b/icu4c/source/data/locales/en_CA.txt
index 1e7530b..023144b 100644
--- a/icu4c/source/data/locales/en_CA.txt
+++ b/icu4c/source/data/locales/en_CA.txt
@@ -1,14 +1,92 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CA.xml
// *
// ***************************************************************************
en_CA{
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.14.16"}
calendar{
+ chinese{
+ DateTimePatterns{
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, MMMM d, r(U)",
+ "MMMM d, r(U)",
+ "MMM d, r",
+ "r-MM-dd",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ }
+ availableFormats{
+ Ed{"d E"}
+ GyMMMEd{"E, MMM d, r(U)"}
+ GyMMMd{"MMM d, r"}
+ MEd{"E, MM-dd"}
+ MMMEd{"E, MMM d"}
+ MMMMd{"MMMM d"}
+ MMMd{"MMM d"}
+ Md{"MM-dd"}
+ UMMMd{"MMM d, U"}
+ UMd{"U-MM-dd"}
+ yMd{"r-MM-dd"}
+ yyyyM{"r-MM"}
+ yyyyMEd{"E, r-MM-dd"}
+ yyyyMMMEd{"E, MMM d, r(U)"}
+ yyyyMMMd{"MMM d, r"}
+ yyyyMd{"r-MM-dd"}
+ }
+ intervalFormats{
+ MEd{
+ M{"E, MM-dd – E, MM-dd"}
+ d{"E, MM-dd – E, MM-dd"}
+ }
+ MMMEd{
+ M{"E, MMM d – E, MMM d"}
+ d{"E, MMM d – E, MMM d"}
+ }
+ MMMd{
+ M{"MMM d – MMM d"}
+ d{"MMM d – d"}
+ }
+ Md{
+ M{"MM-dd – MM-dd"}
+ d{"MM-dd – MM-dd"}
+ }
+ yM{
+ M{"y-MM – y-MM"}
+ y{"y-MM – y-MM"}
+ }
+ yMEd{
+ M{"E, y-MM-dd – E, y-MM-dd"}
+ d{"E, y-MM-dd – E, y-MM-dd"}
+ y{"E, y-MM-dd – E, y-MM-dd"}
+ }
+ yMMMEd{
+ M{"E, MMM d – E, MMM d, U"}
+ d{"E, MMM d – E, MMM d, U"}
+ y{"E, MMM d, U – E, MMM d, U"}
+ }
+ yMMMd{
+ M{"MMM d – MMM d, U"}
+ d{"MMM d – d, U"}
+ y{"MMM d, U – MMM d, U"}
+ }
+ yMd{
+ M{"y-MM-dd – y-MM-dd"}
+ d{"y-MM-dd – y-MM-dd"}
+ y{"y-MM-dd – y-MM-dd"}
+ }
+ }
+ }
generic{
DateTimePatterns{
"h:mm:ss a zzzz",
@@ -26,10 +104,17 @@
"{1}, {0}",
}
availableFormats{
+ Ed{"d E"}
+ GyMMMEd{"E, MMM d, y G"}
+ GyMMMd{"MMM d, y G"}
MEd{"E, MM-dd"}
+ MMMEd{"E, MMM d"}
+ MMMd{"MMM d"}
Md{"MM-dd"}
yyyyM{"GGGGG y-MM"}
yyyyMEd{"E, GGGGG y-MM-dd"}
+ yyyyMMMEd{"E, MMM d, y G"}
+ yyyyMMMd{"MMM d, y G"}
yyyyMd{"GGGGG y-MM-dd"}
}
intervalFormats{
@@ -37,6 +122,14 @@
M{"E, MM-dd – E, MM-dd"}
d{"E, MM-dd – E, MM-dd"}
}
+ MMMEd{
+ M{"E, MMM d – E, MMM d"}
+ d{"E, MMM d – E, MMM d"}
+ }
+ MMMd{
+ M{"MMM d – MMM d"}
+ d{"MMM d – d"}
+ }
Md{
M{"MM-dd – MM-dd"}
d{"MM-dd – MM-dd"}
@@ -50,6 +143,16 @@
d{"E, y-MM-dd – E, y-MM-dd"}
y{"E, y-MM-dd – E, y-MM-dd"}
}
+ yMMMEd{
+ M{"E, MMM d – E, MMM d, y G"}
+ d{"E, MMM d – E, MMM d, y G"}
+ y{"E, MMM d, y – E, MMM d, y G"}
+ }
+ yMMMd{
+ M{"MMM d – MMM d, y G"}
+ d{"MMM d – d, y G"}
+ y{"MMM d, y – MMM d, y G"}
+ }
yMd{
M{"GGGGG y-MM-dd – y-MM-dd"}
d{"GGGGG y-MM-dd – y-MM-dd"}
@@ -74,10 +177,18 @@
"{1}, {0}",
}
availableFormats{
+ GyMMMEd{"E, MMM d, y G"}
+ GyMMMd{"MMM d, y G"}
MEd{"E, MM-dd"}
+ MMMEd{"E, MMM d"}
+ MMMMd{"MMMM d"}
+ MMMd{"MMM d"}
+ MMdd{"MM-dd"}
Md{"MM-dd"}
yM{"y-MM"}
yMEd{"E, y-MM-dd"}
+ yMMMEd{"E, MMM d, y"}
+ yMMMd{"MMM d, y"}
yMd{"y-MM-dd"}
}
intervalFormats{
@@ -85,6 +196,14 @@
M{"E, MM-dd – E, MM-dd"}
d{"E, MM-dd – E, MM-dd"}
}
+ MMMEd{
+ M{"E, MMM d – E, MMM d"}
+ d{"E, MMM d – E, MMM d"}
+ }
+ MMMd{
+ M{"MMM d – MMM d"}
+ d{"MMM d – d"}
+ }
Md{
M{"MM-dd – MM-dd"}
d{"MM-dd – MM-dd"}
@@ -98,6 +217,16 @@
d{"E, y-MM-dd – E, y-MM-dd"}
y{"E, y-MM-dd – E, y-MM-dd"}
}
+ yMMMEd{
+ M{"E, MMM d – E, MMM d, y"}
+ d{"E, MMM d – E, MMM d, y"}
+ y{"E, MMM d, y – E, MMM d, y"}
+ }
+ yMMMd{
+ M{"MMM d – MMM d, y"}
+ d{"MMM d – d, y"}
+ y{"MMM d, y – MMM d, y"}
+ }
yMd{
M{"y-MM-dd – y-MM-dd"}
d{"y-MM-dd – y-MM-dd"}
diff --git a/icu4c/source/data/locales/en_CC.txt b/icu4c/source/data/locales/en_CC.txt
index 65da370..9a30f95 100755
--- a/icu4c/source/data/locales/en_CC.txt
+++ b/icu4c/source/data/locales/en_CC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CC.xml
diff --git a/icu4c/source/data/locales/en_CK.txt b/icu4c/source/data/locales/en_CK.txt
index 84a9b3c..2ba0e57 100755
--- a/icu4c/source/data/locales/en_CK.txt
+++ b/icu4c/source/data/locales/en_CK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CK.xml
diff --git a/icu4c/source/data/locales/en_CM.txt b/icu4c/source/data/locales/en_CM.txt
index 7dc6ab4..210d175 100755
--- a/icu4c/source/data/locales/en_CM.txt
+++ b/icu4c/source/data/locales/en_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CM.xml
diff --git a/icu4c/source/data/locales/en_CX.txt b/icu4c/source/data/locales/en_CX.txt
index b6c7fd3..14dc8df 100755
--- a/icu4c/source/data/locales/en_CX.txt
+++ b/icu4c/source/data/locales/en_CX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_CX.xml
diff --git a/icu4c/source/data/locales/en_DG.txt b/icu4c/source/data/locales/en_DG.txt
index acaede6..2b1e8de 100755
--- a/icu4c/source/data/locales/en_DG.txt
+++ b/icu4c/source/data/locales/en_DG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_DG.xml
// *
// ***************************************************************************
en_DG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/en_DM.txt b/icu4c/source/data/locales/en_DM.txt
index 39fe59b..6d8a3ee 100755
--- a/icu4c/source/data/locales/en_DM.txt
+++ b/icu4c/source/data/locales/en_DM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_DM.xml
diff --git a/icu4c/source/data/locales/en_ER.txt b/icu4c/source/data/locales/en_ER.txt
index da3734f..3d78213 100755
--- a/icu4c/source/data/locales/en_ER.txt
+++ b/icu4c/source/data/locales/en_ER.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ER.xml
diff --git a/icu4c/source/data/locales/en_FJ.txt b/icu4c/source/data/locales/en_FJ.txt
index 616bb50..e263747 100755
--- a/icu4c/source/data/locales/en_FJ.txt
+++ b/icu4c/source/data/locales/en_FJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FJ.xml
diff --git a/icu4c/source/data/locales/en_FK.txt b/icu4c/source/data/locales/en_FK.txt
index 697f776..0794e5b 100755
--- a/icu4c/source/data/locales/en_FK.txt
+++ b/icu4c/source/data/locales/en_FK.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FK.xml
// *
// ***************************************************************************
en_FK{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/en_FM.txt b/icu4c/source/data/locales/en_FM.txt
index 0c15a39..c21f7bf 100755
--- a/icu4c/source/data/locales/en_FM.txt
+++ b/icu4c/source/data/locales/en_FM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_FM.xml
diff --git a/icu4c/source/data/locales/en_GB.txt b/icu4c/source/data/locales/en_GB.txt
index f701fc3..be7718e 100644
--- a/icu4c/source/data/locales/en_GB.txt
+++ b/icu4c/source/data/locales/en_GB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GB.xml
@@ -8,313 +8,12 @@
// ***************************************************************************
en_GB{
%%Parent{"en_001"}
- Ellipsis{
- final{"{0}…"}
- initial{"…{0}"}
- medial{"{0}… {1}"}
- word-final{"{0} …"}
- word-initial{"… {0}"}
- word-medial{"{0} … {1}"}
- }
- MoreInformation{"?"}
- NumberElements{
- default{"latn"}
- latn{
- miscPatterns{
- range{"{0}–{1}"}
- }
- symbols{
- timeSeparator{":"}
- }
- }
- minimumGroupingDigits{"1"}
- native{"latn"}
- }
- Version{"2.1.8.19"}
+ Version{"2.1.11.59"}
calendar{
- chinese{
- DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE, d MMMM U",
- "d MMMM U",
- "d MMM U",
- "dd/MM/yy",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- Ed{"E d"}
- GyMMMEd{"E, d MMM U"}
- GyMMMd{"d MMM U"}
- M{"LL"}
- MEd{"E dd/MM"}
- MMMEd{"E d MMM"}
- MMMMd{"d MMMM"}
- MMMd{"d MMM"}
- Md{"dd/MM"}
- yMd{"dd/MM/y"}
- yyyyM{"MM/y"}
- yyyyMEd{"E, dd/MM/y"}
- yyyyMMMEd{"E, d MMM U"}
- yyyyMMMM{"MMMM U"}
- yyyyMMMd{"d MMM U"}
- yyyyMd{"dd/MM/y"}
- }
- intervalFormats{
- H{
- H{"HH–HH"}
- }
- Hm{
- H{"HH:mm–HH:mm"}
- m{"HH:mm–HH:mm"}
- }
- Hmv{
- H{"HH:mm–HH:mm v"}
- m{"HH:mm–HH:mm v"}
- }
- Hv{
- H{"HH–HH v"}
- }
- M{
- M{"M–M"}
- }
- MEd{
- M{"E dd/MM – E dd/MM"}
- d{"E dd/MM – E dd/MM"}
- }
- MMM{
- M{"MMM–MMM"}
- }
- MMMEd{
- M{"E d MMM – E d MMM"}
- d{"E d – E d MMM"}
- }
- MMMd{
- M{"d MMM – d MMM"}
- d{"d–d MMM"}
- }
- Md{
- M{"dd/MM – dd/MM"}
- d{"dd/MM – dd/MM"}
- }
- d{
- d{"d–d"}
- }
- h{
- h{"h–h a"}
- }
- hm{
- h{"h:mm–h:mm a"}
- m{"h:mm–h:mm a"}
- }
- hmv{
- h{"h:mm–h:mm a v"}
- m{"h:mm–h:mm a v"}
- }
- hv{
- h{"h–h a v"}
- }
- y{
- y{"U-U"}
- }
- yM{
- M{"MM/y – MM/y"}
- y{"MM/y – MM/y"}
- }
- yMEd{
- M{"E, dd/MM/y – E, dd/MM/y"}
- d{"E, dd/MM/y – E, dd/MM/y"}
- y{"E, dd/MM/y – E, dd/MM/y"}
- }
- yMMM{
- M{"MMM–MMM U"}
- }
- yMMMEd{
- M{"E, d MMM – E, d MMM U"}
- d{"E, d – E, d MMM U"}
- y{"E, d MMM U – E, d MMM U"}
- }
- yMMMM{
- M{"MMMM–MMMM U"}
- }
- yMMMd{
- M{"d MMM – d MMM U"}
- d{"d–d MMM U"}
- y{"d MMM U – d MMM U"}
- }
- yMd{
- M{"dd/MM/y – dd/MM/y"}
- d{"dd/MM/y – dd/MM/y"}
- y{"dd/MM/y – dd/MM/y"}
- }
- }
- monthNames{
- format{
- narrow{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- }
- stand-alone{
- narrow{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- }
- }
- }
- generic{
- DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE, d MMMM y G",
- "d MMMM y G",
- "d MMM y G",
- "dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- Ed{"E d"}
- GyMMMEd{"E, d MMM y G"}
- GyMMMd{"d MMM y G"}
- M{"LL"}
- MEd{"E dd/MM"}
- MMMEd{"E d MMM"}
- MMMMd{"d MMMM"}
- MMMd{"d MMM"}
- Md{"dd/MM"}
- yyyyM{"MM/y GGGGG"}
- yyyyMEd{"E, dd/MM/y GGGGG"}
- yyyyMMMEd{"E, d MMM y G"}
- yyyyMMMM{"MMMM y G"}
- yyyyMMMd{"d MMM y G"}
- yyyyMd{"dd/MM/y GGGGG"}
- }
- intervalFormats{
- H{
- H{"HH–HH"}
- }
- Hm{
- H{"HH:mm–HH:mm"}
- m{"HH:mm–HH:mm"}
- }
- Hmv{
- H{"HH:mm–HH:mm v"}
- m{"HH:mm–HH:mm v"}
- }
- Hv{
- H{"HH–HH v"}
- }
- M{
- M{"M–M"}
- }
- MEd{
- M{"E dd/MM – E dd/MM"}
- d{"E dd/MM – E dd/MM"}
- }
- MMM{
- M{"MMM–MMM"}
- }
- MMMEd{
- M{"E d MMM – E d MMM"}
- d{"E d – E d MMM"}
- }
- MMMd{
- M{"d MMM – d MMM"}
- d{"d–d MMM"}
- }
- Md{
- M{"dd/MM – dd/MM"}
- d{"dd/MM – dd/MM"}
- }
- d{
- d{"d–d"}
- }
- h{
- h{"h–h a"}
- }
- hm{
- h{"h:mm–h:mm a"}
- m{"h:mm–h:mm a"}
- }
- hmv{
- h{"h:mm–h:mm a v"}
- m{"h:mm–h:mm a v"}
- }
- hv{
- h{"h–h a v"}
- }
- y{
- y{"y-y G"}
- }
- yM{
- M{"MM/y – MM/y GGGGG"}
- y{"MM/y – MM/y GGGGG"}
- }
- yMEd{
- M{"E, dd/MM/y – E, dd/MM/y GGGGG"}
- d{"E, dd/MM/y – E, dd/MM/y GGGGG"}
- y{"E, dd/MM/y – E, dd/MM/y GGGGG"}
- }
- yMMM{
- M{"MMM–MMM y G"}
- }
- yMMMEd{
- M{"E, d MMM – E, d MMM y G"}
- d{"E, d – E, d MMM y G"}
- y{"E, d MMM y – E, d MMM y G"}
- }
- yMMMM{
- M{"MMMM–MMMM y G"}
- }
- yMMMd{
- M{"d MMM – d MMM y G"}
- d{"d–d MMM y G"}
- y{"d MMM y – d MMM y G"}
- }
- yMd{
- M{"dd/MM/y – dd/MM/y GGGGG"}
- d{"dd/MM/y – dd/MM/y GGGGG"}
- y{"dd/MM/y – dd/MM/y GGGGG"}
- }
- }
- }
gregorian{
AmPmMarkers{
- "am",
- "pm",
+ "a.m.",
+ "p.m.",
}
DateTimePatterns{
"HH:mm:ss zzzz",
@@ -331,476 +30,11 @@
"{1}, {0}",
"{1}, {0}",
}
- availableFormats{
- GyMMMEd{"E, d MMM y G"}
- GyMMMd{"d MMM y G"}
- MEd{"E dd/MM"}
- MMMEd{"E d MMM"}
- MMMMd{"d MMMM"}
- MMMd{"d MMM"}
- MMdd{"dd/MM"}
- Md{"dd/MM"}
- yM{"MM/y"}
- yMEd{"E, dd/MM/y"}
- yMMMEd{"E, d MMM y"}
- yMMMM{"MMMM y"}
- yMMMd{"d MMM y"}
- yMd{"dd/MM/y"}
- }
- intervalFormats{
- H{
- H{"HH–HH"}
- }
- Hm{
- H{"HH:mm–HH:mm"}
- m{"HH:mm–HH:mm"}
- }
- Hmv{
- H{"HH:mm–HH:mm v"}
- m{"HH:mm–HH:mm v"}
- }
- Hv{
- H{"HH–HH v"}
- }
- M{
- M{"M–M"}
- }
- MEd{
- M{"E dd/MM – E dd/MM"}
- d{"E dd/MM – E dd/MM"}
- }
- MMM{
- M{"MMM–MMM"}
- }
- MMMEd{
- M{"E d MMM – E d MMM"}
- d{"E d – E d MMM"}
- }
- MMMd{
- M{"d MMM – d MMM"}
- d{"d–d MMM"}
- }
- Md{
- M{"dd/MM – dd/MM"}
- d{"dd/MM – dd/MM"}
- }
- d{
- d{"d–d"}
- }
- h{
- h{"h–h a"}
- }
- hm{
- a{"h:mm a – h:mm a"}
- h{"h:mm–h:mm a"}
- m{"h:mm–h:mm a"}
- }
- hmv{
- h{"h:mm–h:mm a v"}
- m{"h:mm–h:mm a v"}
- }
- hv{
- h{"h–h a v"}
- }
- y{
- y{"y-y"}
- }
- yM{
- M{"MM/y – MM/y"}
- y{"MM/y – MM/y"}
- }
- yMEd{
- M{"E, dd/MM/y – E, dd/MM/y"}
- d{"E, dd/MM/y – E, dd/MM/y"}
- y{"E, dd/MM/y – E, dd/MM/y"}
- }
- yMMM{
- M{"MMM–MMM y"}
- }
- yMMMEd{
- M{"E, d MMM – E, d MMM y"}
- d{"E, d – E, d MMM y"}
- y{"E, d MMM y – E, d MMM y"}
- }
- yMMMM{
- M{"MMMM–MMMM y"}
- }
- yMMMd{
- M{"d MMM – d MMM y"}
- d{"d–d MMM y"}
- y{"d MMM y – d MMM y"}
- }
- yMd{
- M{"dd/MM/y – dd/MM/y"}
- d{"dd/MM/y – dd/MM/y"}
- y{"dd/MM/y – dd/MM/y"}
- }
- }
}
- indian{
- eras{
- abbreviated{
- "SAKA",
- }
- }
- monthNames{
- format{
- abbreviated{
- "Chaitra",
- "Vaisakha",
- "Jyaistha",
- "Asadha",
- "Sravana",
- "Bhadra",
- "Asvina",
- "Kartika",
- "Agrahayana",
- "Pausa",
- "Magha",
- "Phalguna",
- }
- narrow{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- wide{
- "Chaitra",
- "Vaisakha",
- "Jyaistha",
- "Asadha",
- "Sravana",
- "Bhadra",
- "Asvina",
- "Kartika",
- "Agrahayana",
- "Pausa",
- "Magha",
- "Phalguna",
- }
- }
- stand-alone{
- abbreviated{
- "Chaitra",
- "Vaisakha",
- "Jyaistha",
- "Asadha",
- "Sravana",
- "Bhadra",
- "Asvina",
- "Kartika",
- "Agrahayana",
- "Pausa",
- "Magha",
- "Phalguna",
- }
- narrow{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- wide{
- "Chaitra",
- "Vaisakha",
- "Jyaistha",
- "Asadha",
- "Sravana",
- "Bhadra",
- "Asvina",
- "Kartika",
- "Agrahayana",
- "Pausa",
- "Magha",
- "Phalguna",
- }
- }
- }
- }
- islamic{
- DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE, d MMMM y G",
- "d MMMM y G",
- "d MMM y G",
- "dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- Ed{"E d"}
- GyMMMEd{"E, d MMM y G"}
- GyMMMd{"d MMM y G"}
- M{"LL"}
- MEd{"E dd/MM"}
- MMMEd{"E d MMM"}
- MMMMd{"d MMMM"}
- MMMd{"d MMM"}
- Md{"dd/MM"}
- yyyyM{"MM/y GGGGG"}
- yyyyMEd{"E, dd/MM/y GGGGG"}
- yyyyMMMEd{"E, d MMM y G"}
- yyyyMMMM{"MMMM y G"}
- yyyyMMMd{"d MMM y G"}
- yyyyMd{"dd/MM/y GGGGG"}
- }
- monthNames{
- format{
- abbreviated{
- "Muh.",
- "Saf.",
- "Rab. I",
- "Rab. II",
- "Jum. I",
- "Jum. II",
- "Raj.",
- "Sha.",
- "Ram.",
- "Shaw.",
- "Dhuʻl-Q.",
- "Dhuʻl-H.",
- }
- narrow{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- wide{
- "Muharram",
- "Safar",
- "Rabiʻ I",
- "Rabiʻ II",
- "Jumada I",
- "Jumada II",
- "Rajab",
- "Shaʻban",
- "Ramadan",
- "Shawwal",
- "Dhuʻl-Qiʻdah",
- "Dhuʻl-Hijjah",
- }
- }
- stand-alone{
- abbreviated{
- "Muh.",
- "Saf.",
- "Rab. I",
- "Rab. II",
- "Jum. I",
- "Jum. II",
- "Raj.",
- "Sha.",
- "Ram.",
- "Shaw.",
- "Dhuʻl-Q.",
- "Dhuʻl-H.",
- }
- narrow{
- "1",
- "2",
- "3",
- "4",
- "5",
- "6",
- "7",
- "8",
- "9",
- "10",
- "11",
- "12",
- }
- wide{
- "Muharram",
- "Safar",
- "Rabiʻ I",
- "Rabiʻ II",
- "Jumada I",
- "Jumada II",
- "Rajab",
- "Shaʻban",
- "Ramadan",
- "Shawwal",
- "Dhuʻl-Qiʻdah",
- "Dhuʻl-Hijjah",
- }
- }
- }
- }
- japanese{
- DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE, d MMMM y G",
- "d MMMM y G",
- "d MMM y G",
- "dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- }
- }
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
}
fields{
- day-narrow{
- relativeTime{
- future{
- one{"+{0} day"}
- other{"+{0} days"}
- }
- past{
- one{"-{0} day"}
- other{"-{0} days"}
- }
- }
- }
- day-short{
- relativeTime{
- future{
- one{"in {0} day"}
- other{"in {0} days"}
- }
- past{
- one{"{0} day ago"}
- other{"{0} days ago"}
- }
- }
- }
dayperiod{
- dn{"am/pm"}
- }
- hour-narrow{
- dn{"h"}
- relativeTime{
- future{
- one{"+{0} h"}
- other{"+{0} h"}
- }
- past{
- one{"-{0} h"}
- other{"-{0} h"}
- }
- }
- }
- minute-narrow{
- relativeTime{
- future{
- one{"+{0} m"}
- other{"+{0} m"}
- }
- past{
- one{"-{0} m"}
- other{"-{0} m"}
- }
- }
- }
- month-narrow{
- relativeTime{
- future{
- one{"+{0} mo."}
- other{"+{0} mo."}
- }
- past{
- one{"-{0} mo."}
- other{"-{0} mo."}
- }
- }
- }
- quarter-narrow{
- relativeTime{
- future{
- one{"+{0} Q"}
- other{"+{0} Q"}
- }
- past{
- one{"-{0} Q"}
- other{"-{0} Q"}
- }
- }
- }
- second-narrow{
- relativeTime{
- future{
- one{"+{0} s"}
- other{"+{0} s"}
- }
- past{
- one{"-{0} s ago"}
- other{"-{0} s ago"}
- }
- }
- }
- week-narrow{
- relativeTime{
- future{
- one{"+{0} wk."}
- other{"+{0} wk."}
- }
- past{
- one{"-{0} wk."}
- other{"-{0} wk."}
- }
- }
- }
- year-narrow{
- relativeTime{
- future{
- one{"+{0} yr."}
- other{"+{0} yr."}
- }
- past{
- one{"-{0} yr."}
- other{"-{0} yr."}
- }
- }
- }
- }
- listPattern{
- standard{
- end{"{0} and {1}"}
- }
- unit{
- end{"{0} and {1}"}
+ dn{"a.m./p.m."}
}
}
}
diff --git a/icu4c/source/data/locales/en_GD.txt b/icu4c/source/data/locales/en_GD.txt
index 04a6556..9e56315 100755
--- a/icu4c/source/data/locales/en_GD.txt
+++ b/icu4c/source/data/locales/en_GD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GD.xml
diff --git a/icu4c/source/data/locales/en_GG.txt b/icu4c/source/data/locales/en_GG.txt
index 9044a5e..dec86a0 100755
--- a/icu4c/source/data/locales/en_GG.txt
+++ b/icu4c/source/data/locales/en_GG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GG.xml
// *
// ***************************************************************************
en_GG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/en_GH.txt b/icu4c/source/data/locales/en_GH.txt
index 6e316ef..b8795de 100755
--- a/icu4c/source/data/locales/en_GH.txt
+++ b/icu4c/source/data/locales/en_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GH.xml
diff --git a/icu4c/source/data/locales/en_GI.txt b/icu4c/source/data/locales/en_GI.txt
index bf6455d..525d88d 100755
--- a/icu4c/source/data/locales/en_GI.txt
+++ b/icu4c/source/data/locales/en_GI.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GI.xml
// *
// ***************************************************************************
en_GI{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.8.19"}
}
diff --git a/icu4c/source/data/locales/en_GM.txt b/icu4c/source/data/locales/en_GM.txt
index c98a7cc..8de3e68 100755
--- a/icu4c/source/data/locales/en_GM.txt
+++ b/icu4c/source/data/locales/en_GM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GM.xml
diff --git a/icu4c/source/data/locales/en_GU.txt b/icu4c/source/data/locales/en_GU.txt
index fcae95e..aa23747 100644
--- a/icu4c/source/data/locales/en_GU.txt
+++ b/icu4c/source/data/locales/en_GU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GU.xml
diff --git a/icu4c/source/data/locales/en_GY.txt b/icu4c/source/data/locales/en_GY.txt
index d97e18e..616bf75 100755
--- a/icu4c/source/data/locales/en_GY.txt
+++ b/icu4c/source/data/locales/en_GY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_GY.xml
diff --git a/icu4c/source/data/locales/en_HK.txt b/icu4c/source/data/locales/en_HK.txt
index 01f3fa3..ea2d8cf 100644
--- a/icu4c/source/data/locales/en_HK.txt
+++ b/icu4c/source/data/locales/en_HK.txt
@@ -1,14 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_HK.xml
// *
// ***************************************************************************
en_HK{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
calendar{
generic{
DateTimePatterns{
@@ -20,14 +20,13 @@
"d MMMM, y G",
"d MMM, y G",
"d/M/yy GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
- MMMEd{"E, d MMM"}
MMMMEd{"E, d MMMM"}
yyyyMEd{"E, d/M/y GGGGG"}
yyyyMMMEd{"E, d MMM, y G"}
@@ -59,7 +58,7 @@
}
yMMMd{
M{"d MMM – d MMM, y G"}
- d{"d–d MMM, y G"}
+ d{"d – d MMM, y G"}
y{"d MMM, y – d MMM, y G"}
}
yMd{
@@ -86,7 +85,6 @@
"{1}, {0}",
}
availableFormats{
- MMMEd{"E, d MMM"}
MMMMEd{"E, d MMMM"}
yMd{"d/M/y"}
}
@@ -115,247 +113,5 @@
}
}
}
- japanese{
- eras{
- abbreviated{
- "Taika (645-650)",
- "Hakuchi (650-671)",
- "Hakuhō (672-686)",
- "Shuchō (686-701)",
- "Taihō (701-704)",
- "Keiun (704-708)",
- "Wadō (708-715)",
- "Reiki (715-717)",
- "Yōrō (717-724)",
- "Jinki (724-729)",
- "Tempyō (729-749)",
- "Tempyō-kampō (749-749)",
- "Tempyō-shōhō (749-757)",
- "Tempyō-hōji (757-765)",
- "Temphō-jingo (765-767)",
- "Jingo-keiun (767-770)",
- "Hōki (770-780)",
- "Ten-ō (781-782)",
- "Enryaku (782-806)",
- "Daidō (806-810)",
- "Kōnin (810-824)",
- "Tenchō (824-834)",
- "Jōwa (834-848)",
- "Kajō (848-851)",
- "Ninju (851-854)",
- "Saiko (854-857)",
- "Tennan (857-859)",
- "Jōgan (859-877)",
- "Genkei (877-885)",
- "Ninna (885-889)",
- "Kampyō (889-898)",
- "Shōtai (898-901)",
- "Engi (901-923)",
- "Enchō (923-931)",
- "Shōhei (931-938)",
- "Tengyō (938-947)",
- "Tenryaku (947-957)",
- "Tentoku (957-961)",
- "Ōwa (961-964)",
- "Kōhō (964-968)",
- "Anna (968-970)",
- "Tenroku (970-973)",
- "Ten-en (973-976)",
- "Jōgen (976-978)",
- "Tengen (978-983)",
- "Eikan (983-985)",
- "Kanna (985-987)",
- "Ei-en (987-989)",
- "Eiso (989-990)",
- "Shōryaku (990-995)",
- "Chōtoku (995-999)",
- "Chōhō (999-1004)",
- "Kankō (1004-1012)",
- "Chōwa (1012-1017)",
- "Kannin (1017-1021)",
- "Jian (1021-1024)",
- "Manju (1024-1028)",
- "Chōgen (1028-1037)",
- "Chōryaku (1037-1040)",
- "Chōkyū (1040-1044)",
- "Kantoku (1044-1046)",
- "Eishō (1046-1053)",
- "Tengi (1053-1058)",
- "Kōhei (1058-1065)",
- "Jiryaku (1065-1069)",
- "Enkyū (1069-1074)",
- "Shōho (1074-1077)",
- "Shōryaku (1077-1081)",
- "Eiho (1081-1084)",
- "Ōtoku (1084-1087)",
- "Kanji (1087-1094)",
- "Kaho (1094-1096)",
- "Eichō (1096-1097)",
- "Shōtoku (1097-1099)",
- "Kōwa (1099-1104)",
- "Chōji (1104-1106)",
- "Kashō (1106-1108)",
- "Tennin (1108-1110)",
- "Ten-ei (1110-1113)",
- "Eikyū (1113-1118)",
- "Gen-ei (1118-1120)",
- "Hoan (1120-1124)",
- "Tenji (1124-1126)",
- "Daiji (1126-1131)",
- "Tenshō (1131-1132)",
- "Chōshō (1132-1135)",
- "Hoen (1135-1141)",
- "Eiji (1141-1142)",
- "Kōji (1142-1144)",
- "Tenyō (1144-1145)",
- "Kyūan (1145-1151)",
- "Ninpei (1151-1154)",
- "Kyūju (1154-1156)",
- "Hogen (1156-1159)",
- "Heiji (1159-1160)",
- "Eiryaku (1160-1161)",
- "Ōho (1161-1163)",
- "Chōkan (1163-1165)",
- "Eiman (1165-1166)",
- "Nin-an (1166-1169)",
- "Kaō (1169-1171)",
- "Shōan (1171-1175)",
- "Angen (1175-1177)",
- "Jishō (1177-1181)",
- "Yōwa (1181-1182)",
- "Juei (1182-1184)",
- "Genryuku (1184-1185)",
- "Bunji (1185-1190)",
- "Kenkyū (1190-1199)",
- "Shōji (1199-1201)",
- "Kennin (1201-1204)",
- "Genkyū (1204-1206)",
- "Ken-ei (1206-1207)",
- "Shōgen (1207-1211)",
- "Kenryaku (1211-1213)",
- "Kenpō (1213-1219)",
- "Shōkyū (1219-1222)",
- "Jōō (1222-1224)",
- "Gennin (1224-1225)",
- "Karoku (1225-1227)",
- "Antei (1227-1229)",
- "Kanki (1229-1232)",
- "Jōei (1232-1233)",
- "Tempuku (1233-1234)",
- "Bunryaku (1234-1235)",
- "Katei (1235-1238)",
- "Ryakunin (1238-1239)",
- "En-ō (1239-1240)",
- "Ninji (1240-1243)",
- "Kangen (1243-1247)",
- "Hōji (1247-1249)",
- "Kenchō (1249-1256)",
- "Kōgen (1256-1257)",
- "Shōka (1257-1259)",
- "Shōgen (1259-1260)",
- "Bun-ō (1260-1261)",
- "Kōchō (1261-1264)",
- "Bun-ei (1264-1275)",
- "Kenji (1275-1278)",
- "Kōan (1278-1288)",
- "Shōō (1288-1293)",
- "Einin (1293-1299)",
- "Shōan (1299-1302)",
- "Kengen (1302-1303)",
- "Kagen (1303-1306)",
- "Tokuji (1306-1308)",
- "Enkei (1308-1311)",
- "Ōchō (1311-1312)",
- "Shōwa (1312-1317)",
- "Bunpō (1317-1319)",
- "Genō (1319-1321)",
- "Genkyō (1321-1324)",
- "Shōchū (1324-1326)",
- "Kareki (1326-1329)",
- "Gentoku (1329-1331)",
- "Genkō (1331-1334)",
- "Kemmu (1334-1336)",
- "Engen (1336-1340)",
- "Kōkoku (1340-1346)",
- "Shōhei (1346-1370)",
- "Kentoku (1370-1372)",
- "Bunchū",
- "Tenju (1375-1379)",
- "Kōryaku (1379-1381)",
- "Kōwa (1381-1384)",
- "Genchū",
- "Meitoku (1384-1387)",
- "Kakei (1387-1389)",
- "Kōō (1389-1390)",
- "Meitoku (1390-1394)",
- "Ōei (1394-1428)",
- "Shōchō (1428-1429)",
- "Eikyō (1429-1441)",
- "Kakitsu (1441-1444)",
- "Bun-an (1444-1449)",
- "Hōtoku (1449-1452)",
- "Kyōtoku (1452-1455)",
- "Kōshō (1455-1457)",
- "Chōroku (1457-1460)",
- "Kanshō (1460-1466)",
- "Bunshō (1466-1467)",
- "Ōnin (1467-1469)",
- "Bunmei (1469-1487)",
- "Chōkyō (1487-1489)",
- "Entoku (1489-1492)",
- "Meiō (1492-1501)",
- "Bunki (1501-1504)",
- "Eishō (1504-1521)",
- "Taiei (1521-1528)",
- "Kyōroku (1528-1532)",
- "Tenmon (1532-1555)",
- "Kōji (1555-1558)",
- "Eiroku (1558-1570)",
- "Genki (1570-1573)",
- "Tenshō (1573-1592)",
- "Bunroku (1592-1596)",
- "Keichō (1596-1615)",
- "Genwa (1615-1624)",
- "Kan-ei (1624-1644)",
- "Shōho (1644-1648)",
- "Keian (1648-1652)",
- "Shōō (1652-1655)",
- "Meiryaku (1655-1658)",
- "Manji (1658-1661)",
- "Kanbun (1661-1673)",
- "Enpō (1673-1681)",
- "Tenwa (1681-1684)",
- "Jōkyō (1684-1688)",
- "Genroku (1688-1704)",
- "Hōei (1704-1711)",
- "Shōtoku (1711-1716)",
- "Kyōhō (1716-1736)",
- "Genbun (1736-1741)",
- "Kanpō (1741-1744)",
- "Enkyō (1744-1748)",
- "Kan-en (1748-1751)",
- "Hōryaku (1751-1764)",
- "Meiwa (1764-1772)",
- "An-ei (1772-1781)",
- "Tenmei (1781-1789)",
- "Kansei (1789-1801)",
- "Kyōwa (1801-1804)",
- "Bunka (1804-1818)",
- "Bunsei (1818-1830)",
- "Tenpō (1830-1844)",
- "Kōka (1844-1848)",
- "Kaei (1848-1854)",
- "Ansei (1854-1860)",
- "Man-en (1860-1861)",
- "Bunkyū (1861-1864)",
- "Genji (1864-1865)",
- "Keiō (1865-1868)",
- "Meiji",
- "Taishō",
- "Shōwa",
- "Heisei",
- }
- }
- }
}
}
diff --git a/icu4c/source/data/locales/en_IE.txt b/icu4c/source/data/locales/en_IE.txt
index a77199c..ee3d3b1 100644
--- a/icu4c/source/data/locales/en_IE.txt
+++ b/icu4c/source/data/locales/en_IE.txt
@@ -1,30 +1,30 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IE.xml
// *
// ***************************************************************************
en_IE{
- %%Parent{"en_GB"}
- Version{"2.1.6.69"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
calendar{
generic{
DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
"EEEE d MMMM y G",
"d MMMM y G",
"d MMM y G",
"dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
MEd{"E, d/M"}
@@ -34,74 +34,24 @@
yyyyMd{"d/M/y G"}
}
intervalFormats{
- Hm{
- m{"HH:mm-HH:mm"}
- }
- Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
- }
- M{
- M{"M-M"}
- }
- MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
- }
- MMM{
- M{"MMM-MMM"}
- }
- MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
- }
- MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
- }
- Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
- }
- d{
- d{"d-d"}
- }
- fallback{"{0} - {1}"}
- hm{
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
- }
- hmv{
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
- }
yM{
- M{"MM/y - MM/y G"}
- y{"MM/y - MM/y G"}
+ M{"MM/y – MM/y G"}
+ y{"MM/y – MM/y G"}
}
yMEd{
- M{"E dd/MM/y - E dd/MM/y G"}
- d{"E dd/MM/y - E dd/MM/y G"}
- y{"E dd/MM/y - E dd/MM/y G"}
- }
- yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"E dd/MM/y – E dd/MM/y G"}
+ d{"E dd/MM/y – E dd/MM/y G"}
+ y{"E dd/MM/y – E dd/MM/y G"}
}
yMMMEd{
- M{"E d MMM - E d MMM y G"}
- d{"E d - E d MMM y G"}
- y{"E d MMM y - E d MMM y G"}
- }
- yMMMd{
- M{"d MMM - d MMM y G"}
- d{"d-d MMM y G"}
- y{"d MMM y - d MMM y G"}
+ M{"E d MMM – E d MMM y G"}
+ d{"E d – E d MMM y G"}
+ y{"E d MMM y – E d MMM y G"}
}
yMd{
- M{"dd/MM/y - dd/MM/y G"}
- d{"dd/MM/y - dd/MM/y G"}
- y{"dd/MM/y - dd/MM/y G"}
+ M{"dd/MM/y – dd/MM/y G"}
+ d{"dd/MM/y – dd/MM/y G"}
+ y{"dd/MM/y – dd/MM/y G"}
}
}
}
@@ -111,10 +61,10 @@
"p.m.",
}
DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
"EEEE d MMMM y",
"d MMMM y",
"d MMM y",
@@ -133,74 +83,15 @@
yMd{"d/M/y"}
}
intervalFormats{
- Hm{
- m{"HH:mm-HH:mm"}
- }
- Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
- }
- M{
- M{"M-M"}
- }
- MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
- }
- MMM{
- M{"MMM-MMM"}
- }
- MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
- }
- MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
- }
- Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
- }
- d{
- d{"d-d"}
- }
- fallback{"{0} - {1}"}
- hm{
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
- }
- hmv{
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
- }
- yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
- }
yMEd{
- M{"E dd/MM/y - E dd/MM/y"}
- d{"E dd/MM/y - E dd/MM/y"}
- y{"E dd/MM/y - E dd/MM/y"}
- }
- yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"E dd/MM/y – E dd/MM/y"}
+ d{"E dd/MM/y – E dd/MM/y"}
+ y{"E dd/MM/y – E dd/MM/y"}
}
yMMMEd{
- M{"E d MMM - E d MMM y"}
- d{"E d - E d MMM y"}
- y{"E d MMM y - E d MMM y"}
- }
- yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM y - d MMM y"}
- }
- yMd{
- M{"dd/MM/y - dd/MM/y"}
- d{"dd/MM/y - dd/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"E d MMM – E d MMM y"}
+ d{"E d – E d MMM y"}
+ y{"E d MMM y – E d MMM y"}
}
}
}
diff --git a/icu4c/source/data/locales/en_IM.txt b/icu4c/source/data/locales/en_IM.txt
index 8978371..50c7def 100755
--- a/icu4c/source/data/locales/en_IM.txt
+++ b/icu4c/source/data/locales/en_IM.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IM.xml
// *
// ***************************************************************************
en_IM{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/en_IN.txt b/icu4c/source/data/locales/en_IN.txt
index 15ac79c..699ab06 100644
--- a/icu4c/source/data/locales/en_IN.txt
+++ b/icu4c/source/data/locales/en_IN.txt
@@ -1,13 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IN.xml
// *
// ***************************************************************************
en_IN{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
NumberElements{
latn{
patterns{
@@ -17,7 +17,7 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
@@ -29,11 +29,11 @@
"d MMMM y G",
"dd-MMM-y G",
"dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
yyyyMEd{"E d/M/y G"}
diff --git a/icu4c/source/data/locales/en_IO.txt b/icu4c/source/data/locales/en_IO.txt
index 52a39b4..fc60452 100755
--- a/icu4c/source/data/locales/en_IO.txt
+++ b/icu4c/source/data/locales/en_IO.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_IO.xml
// *
// ***************************************************************************
en_IO{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/en_JE.txt b/icu4c/source/data/locales/en_JE.txt
index 9de7c13..c6e61d8 100755
--- a/icu4c/source/data/locales/en_JE.txt
+++ b/icu4c/source/data/locales/en_JE.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_JE.xml
// *
// ***************************************************************************
en_JE{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/en_JM.txt b/icu4c/source/data/locales/en_JM.txt
index 62a59db..73a1a8a 100644
--- a/icu4c/source/data/locales/en_JM.txt
+++ b/icu4c/source/data/locales/en_JM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_JM.xml
@@ -8,5 +8,5 @@
// ***************************************************************************
en_JM{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.10.93"}
}
diff --git a/icu4c/source/data/locales/en_KE.txt b/icu4c/source/data/locales/en_KE.txt
index 8236555..51b66a0 100755
--- a/icu4c/source/data/locales/en_KE.txt
+++ b/icu4c/source/data/locales/en_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KE.xml
diff --git a/icu4c/source/data/locales/en_KI.txt b/icu4c/source/data/locales/en_KI.txt
index f31aee5..b1a652d 100755
--- a/icu4c/source/data/locales/en_KI.txt
+++ b/icu4c/source/data/locales/en_KI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KI.xml
diff --git a/icu4c/source/data/locales/en_KN.txt b/icu4c/source/data/locales/en_KN.txt
index 9b2fbe4..51fdab2 100755
--- a/icu4c/source/data/locales/en_KN.txt
+++ b/icu4c/source/data/locales/en_KN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KN.xml
diff --git a/icu4c/source/data/locales/en_KY.txt b/icu4c/source/data/locales/en_KY.txt
index d371b84..848c27f 100755
--- a/icu4c/source/data/locales/en_KY.txt
+++ b/icu4c/source/data/locales/en_KY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_KY.xml
diff --git a/icu4c/source/data/locales/en_LC.txt b/icu4c/source/data/locales/en_LC.txt
index 7c9c2fe..19beda4 100755
--- a/icu4c/source/data/locales/en_LC.txt
+++ b/icu4c/source/data/locales/en_LC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LC.xml
diff --git a/icu4c/source/data/locales/en_LR.txt b/icu4c/source/data/locales/en_LR.txt
index 3b93262..c085f88 100755
--- a/icu4c/source/data/locales/en_LR.txt
+++ b/icu4c/source/data/locales/en_LR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LR.xml
diff --git a/icu4c/source/data/locales/en_LS.txt b/icu4c/source/data/locales/en_LS.txt
index cb3bbbe..62d6d79 100755
--- a/icu4c/source/data/locales/en_LS.txt
+++ b/icu4c/source/data/locales/en_LS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_LS.xml
diff --git a/icu4c/source/data/locales/en_MG.txt b/icu4c/source/data/locales/en_MG.txt
index dccb10e..9ece663 100755
--- a/icu4c/source/data/locales/en_MG.txt
+++ b/icu4c/source/data/locales/en_MG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MG.xml
diff --git a/icu4c/source/data/locales/en_MH.txt b/icu4c/source/data/locales/en_MH.txt
index 80ad6d9..6978b05 100644
--- a/icu4c/source/data/locales/en_MH.txt
+++ b/icu4c/source/data/locales/en_MH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MH.xml
diff --git a/icu4c/source/data/locales/en_MO.txt b/icu4c/source/data/locales/en_MO.txt
index 3998fad..71678ae 100644
--- a/icu4c/source/data/locales/en_MO.txt
+++ b/icu4c/source/data/locales/en_MO.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MO.xml
// *
// ***************************************************************************
en_MO{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
}
diff --git a/icu4c/source/data/locales/en_MP.txt b/icu4c/source/data/locales/en_MP.txt
index 1ff3ce8..d3fd2eb 100644
--- a/icu4c/source/data/locales/en_MP.txt
+++ b/icu4c/source/data/locales/en_MP.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MP.xml
diff --git a/icu4c/source/data/locales/en_MS.txt b/icu4c/source/data/locales/en_MS.txt
index c914cf2..b9e0873 100755
--- a/icu4c/source/data/locales/en_MS.txt
+++ b/icu4c/source/data/locales/en_MS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MS.xml
diff --git a/icu4c/source/data/locales/en_MT.txt b/icu4c/source/data/locales/en_MT.txt
index 03c9a25..9a1364f 100644
--- a/icu4c/source/data/locales/en_MT.txt
+++ b/icu4c/source/data/locales/en_MT.txt
@@ -1,33 +1,32 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MT.xml
// *
// ***************************************************************************
en_MT{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.50"}
calendar{
generic{
DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
"EEEE, d MMMM y G",
"dd MMMM y G",
"dd MMM y G",
"dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
- MMMEd{"E, d MMM"}
MMMd{"dd MMM"}
yyyyMMMEd{"E, dd MMM y G"}
yyyyMMMd{"dd MMM y G"}
@@ -35,10 +34,10 @@
}
gregorian{
DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
"EEEE, d MMMM y",
"dd MMMM y",
"dd MMM y",
@@ -50,7 +49,6 @@
"{1}, {0}",
}
availableFormats{
- MMMEd{"E, d MMM"}
MMMd{"dd MMM"}
yMMMEd{"E, dd MMM y"}
yMMMd{"dd MMM y"}
diff --git a/icu4c/source/data/locales/en_MU.txt b/icu4c/source/data/locales/en_MU.txt
index c0c6c07..7ce82a1 100755
--- a/icu4c/source/data/locales/en_MU.txt
+++ b/icu4c/source/data/locales/en_MU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MU.xml
diff --git a/icu4c/source/data/locales/en_MW.txt b/icu4c/source/data/locales/en_MW.txt
index 4800347..58a373f 100755
--- a/icu4c/source/data/locales/en_MW.txt
+++ b/icu4c/source/data/locales/en_MW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MW.xml
diff --git a/icu4c/source/data/locales/en_MY.txt b/icu4c/source/data/locales/en_MY.txt
index 93362eb..89cfbdd 100644
--- a/icu4c/source/data/locales/en_MY.txt
+++ b/icu4c/source/data/locales/en_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_MY.xml
diff --git a/icu4c/source/data/locales/en_NA.txt b/icu4c/source/data/locales/en_NA.txt
index f0caa69..9e2cf5a 100644
--- a/icu4c/source/data/locales/en_NA.txt
+++ b/icu4c/source/data/locales/en_NA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NA.xml
diff --git a/icu4c/source/data/locales/en_NF.txt b/icu4c/source/data/locales/en_NF.txt
index 6909b70..a78cef5 100755
--- a/icu4c/source/data/locales/en_NF.txt
+++ b/icu4c/source/data/locales/en_NF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NF.xml
diff --git a/icu4c/source/data/locales/en_NG.txt b/icu4c/source/data/locales/en_NG.txt
index 4ea2edc..77f8432 100755
--- a/icu4c/source/data/locales/en_NG.txt
+++ b/icu4c/source/data/locales/en_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NG.xml
diff --git a/icu4c/source/data/locales/en_NH.txt b/icu4c/source/data/locales/en_NH.txt
index 70a1d48..188a668 100755
--- a/icu4c/source/data/locales/en_NH.txt
+++ b/icu4c/source/data/locales/en_NH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/en_NR.txt b/icu4c/source/data/locales/en_NR.txt
index bcc9004..d2a74da 100755
--- a/icu4c/source/data/locales/en_NR.txt
+++ b/icu4c/source/data/locales/en_NR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NR.xml
diff --git a/icu4c/source/data/locales/en_NU.txt b/icu4c/source/data/locales/en_NU.txt
index df492f7..aa979a9 100755
--- a/icu4c/source/data/locales/en_NU.txt
+++ b/icu4c/source/data/locales/en_NU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NU.xml
diff --git a/icu4c/source/data/locales/en_NZ.txt b/icu4c/source/data/locales/en_NZ.txt
index 7bc60fd..3042879 100644
--- a/icu4c/source/data/locales/en_NZ.txt
+++ b/icu4c/source/data/locales/en_NZ.txt
@@ -1,14 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_NZ.xml
// *
// ***************************************************************************
en_NZ{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.51"}
calendar{
generic{
DateTimePatterns{
@@ -20,89 +20,42 @@
"d MMMM y G",
"d/MM/y G",
"d/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
- MMMEd{"E, d MMM"}
Md{"d/M"}
yyyyMd{"d/MM/y G"}
}
intervalFormats{
- M{
- M{"M-M"}
- }
MEd{
- M{"E, d/MM - E, d/MM"}
- d{"E, d/MM - E, d/MM"}
- }
- MMM{
- M{"MMM-MMM"}
+ M{"E, d/MM – E, d/MM"}
+ d{"E, d/MM – E, d/MM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
- }
- MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
Md{
- M{"d/MM - d/MM"}
- d{"d/MM - d/MM"}
- }
- d{
- d{"d-d"}
- }
- fallback{"{0} - {1}"}
- h{
- a{"h a - h a"}
- h{"h-h a"}
- }
- hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
- }
- hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
- }
- hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ M{"d/MM – d/MM"}
+ d{"d/MM – d/MM"}
}
yM{
- M{"MM/y - MM/y G"}
- y{"MM/y - MM/y G"}
+ M{"MM/y – MM/y G"}
+ y{"MM/y – MM/y G"}
}
yMEd{
- M{"E, d/MM/y - E, d/MM/y G"}
- d{"E, d/MM/y - E, d/MM/y G"}
- y{"E, d/MM/y - E, d/MM/y G"}
- }
- yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
- }
- yMMMEd{
- M{"E, d MMM - E, d MMM y G"}
- d{"E, d - E, d MMM y G"}
- y{"E, d MMM y - E, d MMM y G"}
- }
- yMMMd{
- M{"d MMM - d MMM y G"}
- d{"d-d MMM y G"}
- y{"d MMM y - d MMM y G"}
+ M{"E, d/MM/y – E, d/MM/y G"}
+ d{"E, d/MM/y – E, d/MM/y G"}
+ y{"E, d/MM/y – E, d/MM/y G"}
}
yMd{
- M{"d/MM/y - d/MM/y G"}
- d{"d/MM/y - d/MM/y G"}
- y{"d/MM/y - d/MM/y G"}
+ M{"d/MM/y – d/MM/y G"}
+ d{"d/MM/y – d/MM/y G"}
+ y{"d/MM/y – d/MM/y G"}
}
}
}
@@ -123,82 +76,31 @@
"{1}, {0}",
}
availableFormats{
- MMMEd{"E, d MMM"}
Md{"d/M"}
yMd{"d/MM/y"}
}
intervalFormats{
- M{
- M{"M-M"}
- }
MEd{
- M{"E, d/MM - E, d/MM"}
- d{"E, d/MM - E, d/MM"}
- }
- MMM{
- M{"MMM-MMM"}
+ M{"E, d/MM – E, d/MM"}
+ d{"E, d/MM – E, d/MM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
- }
- MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
Md{
- M{"d/MM - d/MM"}
- d{"d/MM - d/MM"}
- }
- d{
- d{"d-d"}
- }
- fallback{"{0} - {1}"}
- h{
- a{"h a - h a"}
- h{"h-h a"}
- }
- hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
- }
- hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
- }
- hv{
- a{"h a - h a v"}
- h{"h-h a v"}
- }
- yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"d/MM – d/MM"}
+ d{"d/MM – d/MM"}
}
yMEd{
- M{"E, d/MM/y - E, d/MM/y"}
- d{"E, d/MM/y - E, d/MM/y"}
- y{"E, d/MM/y - E, d/MM/y"}
- }
- yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
- }
- yMMMEd{
- M{"E, d MMM - E, d MMM y"}
- d{"E, d - E, d MMM y"}
- y{"E, d MMM y - E, d MMM y"}
- }
- yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM y - d MMM y"}
+ M{"E, d/MM/y – E, d/MM/y"}
+ d{"E, d/MM/y – E, d/MM/y"}
+ y{"E, d/MM/y – E, d/MM/y"}
}
yMd{
- M{"d/MM/y - d/MM/y"}
- d{"d/MM/y - d/MM/y"}
- y{"d/MM/y - d/MM/y"}
+ M{"d/MM/y – d/MM/y"}
+ d{"d/MM/y – d/MM/y"}
+ y{"d/MM/y – d/MM/y"}
}
}
}
diff --git a/icu4c/source/data/locales/en_PG.txt b/icu4c/source/data/locales/en_PG.txt
index a645ed2..659ee1d 100755
--- a/icu4c/source/data/locales/en_PG.txt
+++ b/icu4c/source/data/locales/en_PG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PG.xml
diff --git a/icu4c/source/data/locales/en_PH.txt b/icu4c/source/data/locales/en_PH.txt
index 2148c4f..87c06a4 100644
--- a/icu4c/source/data/locales/en_PH.txt
+++ b/icu4c/source/data/locales/en_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PH.xml
diff --git a/icu4c/source/data/locales/en_PK.txt b/icu4c/source/data/locales/en_PK.txt
index 24ff3a1..10c74b9 100644
--- a/icu4c/source/data/locales/en_PK.txt
+++ b/icu4c/source/data/locales/en_PK.txt
@@ -1,14 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PK.xml
// *
// ***************************************************************************
en_PK{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.51"}
calendar{
generic{
DateTimePatterns{
@@ -16,15 +16,15 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE d MMMM y G",
+ "EEEE, d MMMM y G",
"d MMMM y G",
"dd-MMM-y G",
"dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
}
gregorian{
@@ -33,7 +33,7 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE d MMMM y",
+ "EEEE, d MMMM y",
"d MMMM y",
"dd-MMM-y",
"dd/MM/y",
diff --git a/icu4c/source/data/locales/en_PN.txt b/icu4c/source/data/locales/en_PN.txt
index ed938d8..75eddf3 100755
--- a/icu4c/source/data/locales/en_PN.txt
+++ b/icu4c/source/data/locales/en_PN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PN.xml
diff --git a/icu4c/source/data/locales/en_PR.txt b/icu4c/source/data/locales/en_PR.txt
index c666a68..31fad73 100755
--- a/icu4c/source/data/locales/en_PR.txt
+++ b/icu4c/source/data/locales/en_PR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PR.xml
diff --git a/icu4c/source/data/locales/en_PW.txt b/icu4c/source/data/locales/en_PW.txt
index c0ba5d7..24a77a5 100755
--- a/icu4c/source/data/locales/en_PW.txt
+++ b/icu4c/source/data/locales/en_PW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_PW.xml
diff --git a/icu4c/source/data/locales/en_RH.txt b/icu4c/source/data/locales/en_RH.txt
index 2279e1a..98ef7e5 100644
--- a/icu4c/source/data/locales/en_RH.txt
+++ b/icu4c/source/data/locales/en_RH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/en_RW.txt b/icu4c/source/data/locales/en_RW.txt
index b15e0ef..2e681ea 100755
--- a/icu4c/source/data/locales/en_RW.txt
+++ b/icu4c/source/data/locales/en_RW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_RW.xml
diff --git a/icu4c/source/data/locales/en_SB.txt b/icu4c/source/data/locales/en_SB.txt
index 9dba29d..b60401e 100755
--- a/icu4c/source/data/locales/en_SB.txt
+++ b/icu4c/source/data/locales/en_SB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SB.xml
diff --git a/icu4c/source/data/locales/en_SC.txt b/icu4c/source/data/locales/en_SC.txt
index 9a5992b..84165d1 100755
--- a/icu4c/source/data/locales/en_SC.txt
+++ b/icu4c/source/data/locales/en_SC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SC.xml
diff --git a/icu4c/source/data/locales/en_SD.txt b/icu4c/source/data/locales/en_SD.txt
index 3723fe4..377fe3c 100755
--- a/icu4c/source/data/locales/en_SD.txt
+++ b/icu4c/source/data/locales/en_SD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SD.xml
diff --git a/icu4c/source/data/locales/en_SG.txt b/icu4c/source/data/locales/en_SG.txt
index 0bb0c25..009cc46 100644
--- a/icu4c/source/data/locales/en_SG.txt
+++ b/icu4c/source/data/locales/en_SG.txt
@@ -1,14 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SG.xml
// *
// ***************************************************************************
en_SG{
- %%Parent{"en_GB"}
- Version{"2.1.8.19"}
+ %%Parent{"en_001"}
+ Version{"2.1.11.51"}
calendar{
generic{
DateTimePatterns{
@@ -20,14 +20,13 @@
"d MMMM y G",
"d MMM y G",
"d/M/yy GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
availableFormats{
- MMMEd{"E, d MMM"}
yyyyMEd{"E, d/M/y GGGGG"}
}
intervalFormats{
@@ -39,9 +38,6 @@
M{"E, d MMM – E, d MMM"}
d{"E, d MMM – E, d MMM"}
}
- MMMd{
- d{"d-d MMM"}
- }
yMEd{
M{"E, d/M/y – E, d/M/y G"}
d{"E, d/M/y – E, d/M/y G"}
@@ -50,9 +46,6 @@
yMMMEd{
d{"E, d MMM – E, d MMM y G"}
}
- yMMMd{
- d{"d-d MMM y G"}
- }
yMd{
M{"d/M/y – d/M/y G"}
d{"d/M/y – d/M/y G"}
@@ -76,9 +69,6 @@
"{1}, {0}",
"{1}, {0}",
}
- availableFormats{
- MMMEd{"E, d MMM"}
- }
intervalFormats{
MEd{
M{"E, d/M – E, d/M"}
@@ -88,9 +78,6 @@
M{"E, d MMM – E, d MMM"}
d{"E, d MMM – E, d MMM"}
}
- MMMd{
- d{"d-d MMM"}
- }
yMEd{
M{"E, d/M/y – E, d/M/y"}
d{"E, d/M/y – E, d/M/y"}
@@ -99,9 +86,6 @@
yMMMEd{
d{"E, d MMM – E, d MMM y"}
}
- yMMMd{
- d{"d-d MMM y"}
- }
yMd{
M{"d/M/y – d/M/y"}
d{"d/M/y – d/M/y"}
diff --git a/icu4c/source/data/locales/en_SH.txt b/icu4c/source/data/locales/en_SH.txt
index 5711da2..59b282b 100755
--- a/icu4c/source/data/locales/en_SH.txt
+++ b/icu4c/source/data/locales/en_SH.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SH.xml
// *
// ***************************************************************************
en_SH{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/en_SL.txt b/icu4c/source/data/locales/en_SL.txt
index 2fab84a..427a8fe 100755
--- a/icu4c/source/data/locales/en_SL.txt
+++ b/icu4c/source/data/locales/en_SL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SL.xml
diff --git a/icu4c/source/data/locales/en_SS.txt b/icu4c/source/data/locales/en_SS.txt
index 3b4a6a3..142c99f 100755
--- a/icu4c/source/data/locales/en_SS.txt
+++ b/icu4c/source/data/locales/en_SS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SS.xml
diff --git a/icu4c/source/data/locales/en_SX.txt b/icu4c/source/data/locales/en_SX.txt
index 0ae70a1..7663f68 100755
--- a/icu4c/source/data/locales/en_SX.txt
+++ b/icu4c/source/data/locales/en_SX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SX.xml
diff --git a/icu4c/source/data/locales/en_SZ.txt b/icu4c/source/data/locales/en_SZ.txt
index 430e756..e8889c1 100755
--- a/icu4c/source/data/locales/en_SZ.txt
+++ b/icu4c/source/data/locales/en_SZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_SZ.xml
diff --git a/icu4c/source/data/locales/en_TC.txt b/icu4c/source/data/locales/en_TC.txt
index 2ce3d84..fb6eda2 100755
--- a/icu4c/source/data/locales/en_TC.txt
+++ b/icu4c/source/data/locales/en_TC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TC.xml
diff --git a/icu4c/source/data/locales/en_TK.txt b/icu4c/source/data/locales/en_TK.txt
index 79dd49f..f573ee8 100755
--- a/icu4c/source/data/locales/en_TK.txt
+++ b/icu4c/source/data/locales/en_TK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TK.xml
diff --git a/icu4c/source/data/locales/en_TO.txt b/icu4c/source/data/locales/en_TO.txt
index 926faab..fadb413 100755
--- a/icu4c/source/data/locales/en_TO.txt
+++ b/icu4c/source/data/locales/en_TO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TO.xml
diff --git a/icu4c/source/data/locales/en_TT.txt b/icu4c/source/data/locales/en_TT.txt
index 3445561..ccb7920 100644
--- a/icu4c/source/data/locales/en_TT.txt
+++ b/icu4c/source/data/locales/en_TT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TT.xml
diff --git a/icu4c/source/data/locales/en_TV.txt b/icu4c/source/data/locales/en_TV.txt
index 7e849e8..e26cfb3 100755
--- a/icu4c/source/data/locales/en_TV.txt
+++ b/icu4c/source/data/locales/en_TV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TV.xml
diff --git a/icu4c/source/data/locales/en_TZ.txt b/icu4c/source/data/locales/en_TZ.txt
index 5f9e8d6..8e91751 100755
--- a/icu4c/source/data/locales/en_TZ.txt
+++ b/icu4c/source/data/locales/en_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_TZ.xml
diff --git a/icu4c/source/data/locales/en_UG.txt b/icu4c/source/data/locales/en_UG.txt
index 3af4e28..09b2e09 100755
--- a/icu4c/source/data/locales/en_UG.txt
+++ b/icu4c/source/data/locales/en_UG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_UG.xml
diff --git a/icu4c/source/data/locales/en_UM.txt b/icu4c/source/data/locales/en_UM.txt
index a23a448..4aae9fa 100644
--- a/icu4c/source/data/locales/en_UM.txt
+++ b/icu4c/source/data/locales/en_UM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_UM.xml
diff --git a/icu4c/source/data/locales/en_US.txt b/icu4c/source/data/locales/en_US.txt
index e13edb4..b8322c1 100644
--- a/icu4c/source/data/locales/en_US.txt
+++ b/icu4c/source/data/locales/en_US.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_US.xml
diff --git a/icu4c/source/data/locales/en_US_POSIX.txt b/icu4c/source/data/locales/en_US_POSIX.txt
index 4daf356..52679e8 100644
--- a/icu4c/source/data/locales/en_US_POSIX.txt
+++ b/icu4c/source/data/locales/en_US_POSIX.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_US_POSIX.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/en_US_POSIX.xml
- */
en_US_POSIX{
NumberElements{
latn{
diff --git a/icu4c/source/data/locales/en_VC.txt b/icu4c/source/data/locales/en_VC.txt
index 4c9ed45..c40dbf6 100755
--- a/icu4c/source/data/locales/en_VC.txt
+++ b/icu4c/source/data/locales/en_VC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VC.xml
diff --git a/icu4c/source/data/locales/en_VG.txt b/icu4c/source/data/locales/en_VG.txt
index 9a470a9..f60c11d 100755
--- a/icu4c/source/data/locales/en_VG.txt
+++ b/icu4c/source/data/locales/en_VG.txt
@@ -1,12 +1,12 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VG.xml
// *
// ***************************************************************************
en_VG{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/en_VI.txt b/icu4c/source/data/locales/en_VI.txt
index a6820ee..de0adad 100644
--- a/icu4c/source/data/locales/en_VI.txt
+++ b/icu4c/source/data/locales/en_VI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VI.xml
diff --git a/icu4c/source/data/locales/en_VU.txt b/icu4c/source/data/locales/en_VU.txt
index 40aeeb2..6199615 100755
--- a/icu4c/source/data/locales/en_VU.txt
+++ b/icu4c/source/data/locales/en_VU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_VU.xml
diff --git a/icu4c/source/data/locales/en_WS.txt b/icu4c/source/data/locales/en_WS.txt
index c9512e1..7d2273a 100755
--- a/icu4c/source/data/locales/en_WS.txt
+++ b/icu4c/source/data/locales/en_WS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_WS.xml
diff --git a/icu4c/source/data/locales/en_ZA.txt b/icu4c/source/data/locales/en_ZA.txt
index d2c7100..344fc0e 100644
--- a/icu4c/source/data/locales/en_ZA.txt
+++ b/icu4c/source/data/locales/en_ZA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZA.xml
@@ -20,7 +20,7 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.11.51"}
calendar{
generic{
DateTimePatterns{
@@ -28,7 +28,7 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE dd MMMM y G",
+ "EEEE, dd MMMM y G",
"dd MMMM y G",
"dd MMM y G",
"GGGGG y/MM/dd",
@@ -39,8 +39,8 @@
"{1}, {0}",
}
availableFormats{
- MEd{"E MM/dd"}
- MMMEd{"E dd MMM"}
+ MEd{"E, MM/dd"}
+ MMMEd{"E, dd MMM"}
MMMd{"dd MMM"}
Md{"MM/dd"}
yyyyMEd{"E, G y/MM/dd"}
@@ -55,7 +55,7 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE dd MMMM y",
+ "EEEE, dd MMMM y",
"dd MMMM y",
"dd MMM y",
"y/MM/dd",
@@ -66,8 +66,8 @@
"{1}, {0}",
}
availableFormats{
- MEd{"E MM/dd"}
- MMMEd{"E dd MMM"}
+ MEd{"E, MM/dd"}
+ MMMEd{"E, dd MMM"}
MMMd{"dd MMM"}
Md{"MM/dd"}
yMEd{"E, y/MM/dd"}
diff --git a/icu4c/source/data/locales/en_ZM.txt b/icu4c/source/data/locales/en_ZM.txt
index 4c04505..4a68690 100755
--- a/icu4c/source/data/locales/en_ZM.txt
+++ b/icu4c/source/data/locales/en_ZM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZM.xml
diff --git a/icu4c/source/data/locales/en_ZW.txt b/icu4c/source/data/locales/en_ZW.txt
index 1771ddb..6218489 100644
--- a/icu4c/source/data/locales/en_ZW.txt
+++ b/icu4c/source/data/locales/en_ZW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_ZW.xml
@@ -8,7 +8,7 @@
// ***************************************************************************
en_ZW{
%%Parent{"en_001"}
- Version{"2.1.6.69"}
+ Version{"2.1.11.51"}
calendar{
generic{
DateTimePatterns{
@@ -16,7 +16,7 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE dd MMMM y G",
+ "EEEE, dd MMMM y G",
"dd MMMM y G",
"dd MMM,y G",
"d/M/y GGGGG",
@@ -27,8 +27,8 @@
"{1}, {0}",
}
availableFormats{
- MEd{"E d/M"}
- MMMEd{"E dd MMM"}
+ MEd{"E, d/M"}
+ MMMEd{"E, dd MMM"}
MMMd{"dd MMM"}
Md{"d/M"}
yyyyMEd{"E, d/M/y G"}
@@ -43,7 +43,7 @@
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
- "EEEE dd MMMM y",
+ "EEEE, dd MMMM y",
"dd MMMM y",
"dd MMM,y",
"d/M/y",
@@ -54,8 +54,8 @@
"{1}, {0}",
}
availableFormats{
- MEd{"E d/M"}
- MMMEd{"E dd MMM"}
+ MEd{"E, d/M"}
+ MMMEd{"E, dd MMM"}
MMMd{"dd MMM"}
Md{"d/M"}
yMEd{"E, d/M/y"}
diff --git a/icu4c/source/data/locales/eo.txt b/icu4c/source/data/locales/eo.txt
index f94b479..25cac8e 100644
--- a/icu4c/source/data/locales/eo.txt
+++ b/icu4c/source/data/locales/eo.txt
@@ -1,22 +1,16 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/eo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/eo.xml
- */
eo{
AuxExemplarCharacters{"[q w x y]"}
ExemplarCharacters{"[a b c ĉ d e f g ĝ h ĥ i j ĵ k l m n o p r s ŝ t u ŭ v z]"}
ExemplarCharactersIndex{"[A B C Ĉ D E F G Ĝ H Ĥ I J Ĵ K L M N O P R S Ŝ T U Ŭ V Z]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\} /]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
symbols{
@@ -25,7 +19,7 @@
}
}
}
- Version{"2.1.6.76"}
+ Version{"2.1.10.93"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/es.txt b/icu4c/source/data/locales/es.txt
index e012eee..66eccc0 100644
--- a/icu4c/source/data/locales/es.txt
+++ b/icu4c/source/data/locales/es.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/es.xml
- */
es{
AuxExemplarCharacters{"[ª à ă â å ä ã ā æ ç è ĕ ê ë ē ì ĭ î ï ī º ò ŏ ô ö ø ō œ ù ŭ û ū ÿ]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ¡ ? ¿ . … ' ‘ ’ \u0022 “ ” « » ( ) \\[ \\] § @ * / "
"\\\\ \\& # † ‡ ′ ″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -98,52 +92,52 @@
patternsShort{
decimalFormat{
1000{
- one{"0K"}
- other{"0K"}
+ one{"0 K"}
+ other{"0 K"}
}
10000{
- one{"00K"}
- other{"00K"}
+ one{"00 K"}
+ other{"00 K"}
}
100000{
- one{"000K"}
- other{"000K"}
+ one{"000 K"}
+ other{"000 K"}
}
1000000{
- one{"0M"}
- other{"0M"}
+ one{"0 M"}
+ other{"0 M"}
}
10000000{
- one{"00M"}
- other{"00M"}
+ one{"00 M"}
+ other{"00 M"}
}
100000000{
- one{"000M"}
- other{"000M"}
+ one{"000 M"}
+ other{"000 M"}
}
1000000000{
- one{"0000M"}
- other{"0000M"}
+ one{"0000 M"}
+ other{"0000 M"}
}
10000000000{
- one{"00MRD"}
- other{"00MRD"}
+ one{"00 MRD"}
+ other{"00 MRD"}
}
100000000000{
- one{"000MRD"}
- other{"000MRD"}
+ one{"000 MRD"}
+ other{"000 MRD"}
}
1000000000000{
- one{"0B"}
- other{"0B"}
+ one{"0 B"}
+ other{"0 B"}
}
10000000000000{
- one{"00B"}
- other{"00B"}
+ one{"00 B"}
+ other{"00 B"}
}
100000000000000{
- one{"000B"}
- other{"000B"}
+ one{"000 B"}
+ other{"000 B"}
}
}
}
@@ -165,7 +159,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.21"}
calendar{
buddhist{
eras{
@@ -243,7 +237,10 @@
Ed{"E d"}
Gy{"y G"}
GyMMM{"MMM y G"}
- GyMMMEd{"E, d 'de' MMMM 'de' y G"}
+ GyMMMEd{"E, d MMM y G"}
+ GyMMMM{"MMMM 'de' y G"}
+ GyMMMMEd{"E, d 'de' MMMM 'de' y G"}
+ GyMMMMd{"d 'de' MMMM 'de' y G"}
GyMMMd{"d MMM y G"}
H{"HH"}
Hm{"HH:mm"}
@@ -252,9 +249,9 @@
MEd{"E, d/M"}
MMM{"LLL"}
MMMEd{"E, d MMM"}
+ MMMMEd{"E, d 'de' MMMM"}
MMMMd{"d 'de' MMMM"}
MMMd{"d MMM"}
- MMMdd{"dd-MMM"}
Md{"d/M"}
d{"d"}
h{"hh a"}
@@ -265,10 +262,12 @@
yyyy{"y G"}
yyyyM{"M/y GGGGG"}
yyyyMEd{"E, d/M/y GGGGG"}
- yyyyMMM{"MMM 'de' y G"}
- yyyyMMMEd{"E, d 'de' MMMM 'de' y G"}
+ yyyyMMM{"MMM y G"}
+ yyyyMMMEd{"EEE, d MMM y G"}
yyyyMMMM{"MMMM 'de' y G"}
- yyyyMMMd{"d 'de' MMM 'de' y G"}
+ yyyyMMMMEd{"EEE, d 'de' MMMM 'de' y G"}
+ yyyyMMMMd{"d 'de' MMMM 'de' y G"}
+ yyyyMMMd{"d MMM y G"}
yyyyMd{"d/M/y GGGGG"}
yyyyQQQ{"QQQ y G"}
yyyyQQQQ{"QQQQ 'de' y G"}
@@ -301,7 +300,7 @@
}
MMMd{
M{"d 'de' MMM–d 'de' MMM"}
- d{"d-d 'de' MMM"}
+ d{"d–d 'de' MMM"}
}
Md{
M{"d/M–d/M"}
@@ -382,7 +381,7 @@
"H:mm",
"EEEE, d 'de' MMMM 'de' y",
"d 'de' MMMM 'de' y",
- "d 'de' MMM 'de' y",
+ "d MMM y",
"d/M/yy",
"{1} {0}",
"{1}, {0}",
@@ -403,19 +402,25 @@
Ehm{"E, h:mm a"}
Ehms{"E, h:mm:ss a"}
Gy{"y G"}
- GyMMM{"MMM 'de' y G"}
- GyMMMEd{"E, d 'de' MMMM 'de' y G"}
- GyMMMd{"d MMM 'de' y G"}
+ GyMMM{"MMM y G"}
+ GyMMMEd{"E, d MMM y G"}
+ GyMMMM{"MMMM 'de' y G"}
+ GyMMMMEd{"E, d 'de' MMMM 'de' y G"}
+ GyMMMMd{"d 'de' MMMM 'de' y G"}
+ GyMMMd{"d MMM y G"}
H{"H"}
Hm{"H:mm"}
Hms{"H:mm:ss"}
+ Hmsv{"H:mm:ss v"}
+ Hmsvvvv{"H:mm:ss (vvvv)"}
+ Hmv{"H:mm v"}
M{"L"}
MEd{"E, d/M"}
MMM{"LLL"}
- MMMEd{"E, d 'de' MMM"}
+ MMMEd{"E, d MMM"}
+ MMMMEd{"E, d 'de' MMMM"}
MMMMd{"d 'de' MMMM"}
- MMMd{"d 'de' MMM"}
- MMMdd{"d 'de' MMM"}
+ MMMd{"d MMM"}
MMd{"d/M"}
MMdd{"d/M"}
Md{"d/M"}
@@ -423,15 +428,20 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmsvvvv{"h:mm:ss a (vvvv)"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"M/y"}
yMEd{"EEE, d/M/y"}
yMM{"M/y"}
- yMMM{"MMM 'de' y"}
- yMMMEd{"EEE, d 'de' MMMM 'de' y"}
+ yMMM{"MMM y"}
+ yMMMEd{"EEE, d MMM y"}
yMMMM{"MMMM 'de' y"}
- yMMMd{"d 'de' MMM 'de' y"}
+ yMMMMEd{"EEE, d 'de' MMMM 'de' y"}
+ yMMMMd{"d 'de' MMMM 'de' y"}
+ yMMMd{"d MMM y"}
yMd{"d/M/y"}
yQQQ{"QQQ y"}
yQQQQ{"QQQQ 'de' y"}
@@ -525,11 +535,11 @@
}
wide{
"antes de Cristo",
- "anno Dómini",
+ "después de Cristo",
}
wide%variant{
- "a. e. c.",
- "e. c.",
+ "antes de la era común",
+ "era común",
}
}
intervalFormats{
@@ -561,6 +571,14 @@
M{"E, d MMM–E, d MMM"}
d{"E, d MMM–E, d MMM"}
}
+ MMMMEd{
+ M{"E, d 'de' MMMM–E, d 'de' MMMM"}
+ d{"E, d 'de' MMMM–E, d 'de' MMMM"}
+ }
+ MMMMd{
+ M{"d 'de' MMMM–d 'de' MMMM"}
+ d{"d–d 'de' MMMM"}
+ }
MMMd{
M{"d MMM–d MMM"}
d{"d–d MMM"}
@@ -604,22 +622,32 @@
y{"E, d/M/y–E, d/M/y"}
}
yMMM{
- M{"MMM-MMM 'de' y"}
+ M{"MMM–MMM y"}
y{"MMM y–MMM y"}
}
yMMMEd{
- M{"E, d MMM–E, d MMM 'de' y"}
- d{"E, d MMM–E, d MMM 'de' y"}
- y{"E, d MMM 'de' y–E, d MMM 'de' y"}
+ M{"E, d MMM–E, d MMM y"}
+ d{"E, d MMM–E, d MMM y"}
+ y{"E, d MMM y–E, d MMM y"}
}
yMMMM{
M{"MMMM–MMMM 'de' y"}
y{"MMMM 'de' y–MMMM 'de' y"}
}
+ yMMMMEd{
+ M{"E, d 'de' MMMM–E, d 'de' MMMM 'de' y"}
+ d{"E, d 'de' MMMM–E, d 'de' MMMM 'de' y"}
+ y{"E, d 'de' MMMM 'de' y–E, d 'de' MMMM 'de' y"}
+ }
+ yMMMMd{
+ M{"d 'de' MMMM–d 'de' MMMM 'de' y"}
+ d{"d–d 'de' MMMM 'de' y"}
+ y{"d 'de' MMMM 'de' y–d 'de' MMMM 'de' y"}
+ }
yMMMd{
- M{"d MMM–d MMM 'de' y"}
- d{"d–d 'de' MMM 'de' y"}
- y{"d MMM 'de' y–d MMM 'de' y"}
+ M{"d MMM–d MMM y"}
+ d{"d–d MMM y"}
+ y{"d MMM y–d MMM y"}
}
yMd{
M{"d/M/y–d/M/y"}
@@ -725,12 +753,6 @@
"T3",
"T4",
}
- narrow{
- "1T",
- "2T",
- "3T",
- "4T",
- }
wide{
"1.er trimestre",
"2.º trimestre",
@@ -739,23 +761,11 @@
}
}
stand-alone{
- abbreviated{
- "T1",
- "T2",
- "T3",
- "T4",
- }
narrow{
- "1T",
- "2T",
- "3T",
- "4T",
- }
- wide{
- "1.er trimestre",
- "2.º trimestre",
- "3.er trimestre",
- "4.º trimestre",
+ "1",
+ "2",
+ "3",
+ "4",
}
}
}
@@ -828,17 +838,12 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Día"}
relative{
"-1"{"ayer"}
- "-2"{"antes de ayer"}
+ "-2"{"anteayer"}
"0"{"hoy"}
"1"{"mañana"}
"2"{"pasado mañana"}
@@ -1345,10 +1350,10 @@
start{"{0}, {1}"}
}
unit-narrow{
- 2{"{0} y {1}"}
- end{"{0}, {1}"}
- middle{"{0}, {1}"}
- start{"{0}, {1}"}
+ 2{"{0} {1}"}
+ end{"{0} {1}"}
+ middle{"{0} {1}"}
+ start{"{0} {1}"}
}
unit-short{
2{"{0} y {1}"}
diff --git a/icu4c/source/data/locales/es_419.txt b/icu4c/source/data/locales/es_419.txt
index 53af23d..bc3431d 100644
--- a/icu4c/source/data/locales/es_419.txt
+++ b/icu4c/source/data/locales/es_419.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_419.xml
@@ -9,10 +9,8 @@
es_419{
NumberElements{
latn{
- miscPatterns{
- atLeast{"más de {0}"}
- }
patterns{
+ accountingFormat{"¤#,##0.00"}
currencyFormat{"¤#,##0.00"}
}
patternsShort{
@@ -29,18 +27,6 @@
one{"000k"}
other{"000k"}
}
- 1000000{
- one{"0 M"}
- other{"0 M"}
- }
- 10000000{
- one{"00 M"}
- other{"00 M"}
- }
- 100000000{
- one{"000 M"}
- other{"000 M"}
- }
1000000000{
one{"0k M"}
other{"0k M"}
@@ -53,18 +39,6 @@
one{"000k M"}
other{"000k M"}
}
- 1000000000000{
- one{"0 B"}
- other{"0 B"}
- }
- 10000000000000{
- one{"00 B"}
- other{"00 B"}
- }
- 100000000000000{
- one{"000 B"}
- other{"000 B"}
- }
}
}
symbols{
@@ -73,7 +47,7 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
availableFormats{
@@ -85,30 +59,22 @@
}
intervalFormats{
yM{
- M{"M/y–M/y GGGGG"}
- y{"M/y–M/y GGGGG"}
+ M{"M/y – M/y GGGGG"}
+ y{"M/y – M/y GGGGG"}
}
yMEd{
- M{"E, d/M/y–E, d/M/y GGGGG"}
- d{"E, d/M/y–E, d/M/y GGGGG"}
- y{"E, d/M/y–E, d/M/y GGGGG"}
+ M{"E, d/M/y – E, d/M/y GGGGG"}
+ d{"E, d/M/y – E, d/M/y GGGGG"}
+ y{"E, d/M/y – E, d/M/y GGGGG"}
}
yMd{
- M{"d/M/y–d/M/y GGGGG"}
- d{"d/M/y–d/M/y GGGGG"}
- y{"d/M/y–d/M/y GGGGG"}
+ M{"d/M/y – d/M/y GGGGG"}
+ d{"d/M/y – d/M/y GGGGG"}
+ y{"d/M/y – d/M/y GGGGG"}
}
}
}
gregorian{
- AmPmMarkers{
- "a. m.",
- "p. m.",
- }
- AmPmMarkersNarrow{
- "a. m.",
- "p. m.",
- }
DateTimePatterns{
"h:mm:ss a zzzz",
"h:mm:ss a z",
@@ -116,7 +82,7 @@
"h:mm a",
"EEEE, d 'de' MMMM 'de' y",
"d 'de' MMMM 'de' y",
- "d 'de' MMM 'de' y",
+ "d MMM y",
"d/M/yy",
"{1} {0}",
"{1}, {0}",
@@ -147,15 +113,6 @@
"v",
"s",
}
- short{
- "dom.",
- "lun.",
- "mar.",
- "mié.",
- "jue.",
- "vie.",
- "sáb.",
- }
}
stand-alone{
narrow{
@@ -167,437 +124,45 @@
"V",
"S",
}
- short{
- "Dom.",
- "Lun.",
- "Mar.",
- "Mié.",
- "Jue.",
- "Vie.",
- "Sáb.",
- }
- }
- }
- eras{
- wide{
- "antes de Cristo",
- "después de Cristo",
- }
- wide%variant{
- "antes de la era común",
- "era común",
}
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH – HH"}
}
Hm{
- H{"HH:mm–HH:mm"}
- m{"HH:mm–HH:mm"}
+ H{"HH:mm – HH:mm"}
+ m{"HH:mm – HH:mm"}
}
Hmv{
- H{"HH:mm–HH:mm v"}
- m{"HH:mm–HH:mm v"}
+ H{"HH:mm – HH:mm v"}
+ m{"HH:mm – HH:mm v"}
}
Hv{
- H{"HH–HH v"}
+ H{"HH – HH v"}
}
MMMEd{
- M{"E, d 'de' MMM-E, d 'de' MMM"}
- d{"E, d 'de' MMM-E, d 'de' MMM"}
+ M{"E, d 'de' MMM – E, d 'de' MMM"}
+ d{"E, d 'de' MMM – E, d 'de' MMM"}
}
MMMd{
- M{"d 'de' MMM-d 'de' MMM"}
- d{"d-d 'de' MMM"}
- }
- hm{
- a{"h:mm a–h:mm a"}
- h{"h:mm–h:mm a"}
- m{"h:mm–h:mm a"}
+ M{"d 'de' MMM – d 'de' MMM"}
+ d{"d – d 'de' MMM"}
}
yMMM{
- y{"MMM 'de' y-MMM 'de' y"}
+ y{"MMM 'de' y – MMM 'de' y"}
}
yMMMEd{
- M{"E, d 'de' MMM–E, d 'de' MMM 'de' y"}
- d{"E, d 'de' MMM–E, d 'de' MMM 'de' y"}
- y{"E, d 'de' MMM 'de' y–E, d 'de' MMM 'de' y"}
+ M{"E, d 'de' MMM – E, d 'de' MMM 'de' y"}
+ d{"E, d 'de' MMM – E, d 'de' MMM 'de' y"}
+ y{"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y"}
}
yMMMd{
- M{"d 'de' MMM–d 'de' MMM 'de' y"}
- d{"d-d 'de' MMM 'de' y"}
- y{"d 'de' MMM 'de' y–d 'de' MMM 'de' y"}
- }
- }
- monthNames{
- format{
- abbreviated{
- "ene.",
- "feb.",
- "mar.",
- "abr.",
- "may.",
- "jun.",
- "jul.",
- "ago.",
- "set.",
- "oct.",
- "nov.",
- "dic.",
- }
- narrow{
- "e",
- "f",
- "m",
- "a",
- "m",
- "j",
- "j",
- "a",
- "s",
- "o",
- "n",
- "d",
- }
- wide{
- "enero",
- "febrero",
- "marzo",
- "abril",
- "mayo",
- "junio",
- "julio",
- "agosto",
- "setiembre",
- "octubre",
- "noviembre",
- "diciembre",
- }
- }
- stand-alone{
- abbreviated{
- "Ene.",
- "Feb.",
- "Mar.",
- "Abr.",
- "May.",
- "Jun.",
- "Jul.",
- "Ago.",
- "Set.",
- "Oct.",
- "Nov.",
- "Dic.",
- }
- wide{
- "Enero",
- "Febrero",
- "Marzo",
- "Abril",
- "Mayo",
- "Junio",
- "Julio",
- "Agosto",
- "Setiembre",
- "Octubre",
- "Noviembre",
- "Diciembre",
- }
- }
- }
- quarters{
- format{
- abbreviated{
- "1.er trim.",
- "2.º trim.",
- "3.er trim.",
- "4.º trim.",
- }
- narrow{
- "1",
- "2",
- "3",
- "4",
- }
- }
- stand-alone{
- abbreviated{
- "1.er trim.",
- "2.º trim.",
- "3.er trim.",
- "4.º trim.",
- }
- narrow{
- "1",
- "2",
- "3",
- "4",
- }
+ M{"d 'de' MMM – d 'de' MMM 'de' y"}
+ d{"d – d 'de' MMM 'de' y"}
+ y{"d 'de' MMM 'de' y – d 'de' MMM 'de' y"}
}
}
}
}
- fields{
- day{
- relativeTime{
- future{
- one{"En {0} día"}
- other{"En {0} días"}
- }
- }
- }
- day-narrow{
- dn{"D."}
- }
- day-short{
- dn{"D."}
- }
- dayperiod{
- dn{"A. M./P. M."}
- }
- fri-narrow{
- relative{
- "-1"{"el v pasado"}
- "0"{"este v"}
- "1"{"el próximo v"}
- }
- }
- hour{
- relativeTime{
- future{
- one{"En {0} hora"}
- other{"En {0} horas"}
- }
- }
- }
- hour-narrow{
- relativeTime{
- future{
- one{"dentro de {0} h."}
- other{"dentro de {0} hh."}
- }
- past{
- one{"hace {0} h."}
- other{"hace {0} hh."}
- }
- }
- }
- hour-short{
- relativeTime{
- future{
- one{"dentro de {0} h."}
- other{"dentro de {0} hh."}
- }
- past{
- one{"hace {0} h."}
- other{"hace {0} hh."}
- }
- }
- }
- minute{
- relativeTime{
- future{
- one{"En {0} minuto"}
- other{"En {0} minutos"}
- }
- }
- }
- mon-narrow{
- relative{
- "-1"{"el l pasado"}
- "0"{"este l"}
- "1"{"el próximo l"}
- }
- }
- month{
- relative{
- "-1"{"El mes pasado"}
- "0"{"Este mes"}
- "1"{"Mes próximo"}
- }
- relativeTime{
- future{
- one{"En {0} mes"}
- other{"En {0} meses"}
- }
- }
- }
- month-narrow{
- dn{"m."}
- relativeTime{
- future{
- one{"dentro de {0} m."}
- other{"dentro de {0} mm."}
- }
- past{
- one{"hace {0} m."}
- other{"hace {0} mm."}
- }
- }
- }
- month-short{
- dn{"m."}
- relativeTime{
- future{
- one{"dentro de {0} m."}
- other{"dentro de {0} mm."}
- }
- past{
- one{"hace {0} m."}
- other{"hace {0} mm."}
- }
- }
- }
- quarter-narrow{
- relativeTime{
- future{
- one{"dentro de {0} trim."}
- other{"dentro de {0} trims."}
- }
- past{
- one{"hace {0} trim."}
- other{"hace {0} trims."}
- }
- }
- }
- quarter-short{
- relativeTime{
- future{
- one{"dentro de {0} trim."}
- other{"dentro de {0} trims."}
- }
- past{
- one{"hace {0} trim."}
- other{"hace {0} trims."}
- }
- }
- }
- sat-narrow{
- relative{
- "-1"{"el s pasado"}
- "0"{"este s"}
- "1"{"el próximo s"}
- }
- }
- second{
- relativeTime{
- future{
- one{"En {0} segundo"}
- other{"En {0} segundos"}
- }
- }
- }
- sun-narrow{
- relative{
- "-1"{"el d pasado"}
- "0"{"este d"}
- "1"{"el próximo d"}
- }
- }
- thu-narrow{
- relative{
- "-1"{"el j pasado"}
- "0"{"este j"}
- "1"{"el próximo j"}
- }
- }
- tue-narrow{
- relative{
- "-1"{"el m pasado"}
- "0"{"este m"}
- "1"{"el próximo m"}
- }
- }
- wed-narrow{
- relative{
- "-1"{"el m pasado"}
- "0"{"este m"}
- "1"{"el próximo m"}
- }
- }
- week{
- relative{
- "-1"{"Semana pasada"}
- "0"{"Esta semana"}
- "1"{"Próxima semana"}
- }
- relativeTime{
- future{
- one{"En {0} semana"}
- other{"En {0} semanas"}
- }
- }
- }
- week-narrow{
- relativeTime{
- future{
- one{"dentro de {0} sem."}
- other{"dentro de {0} sems."}
- }
- past{
- one{"hace {0} sem."}
- other{"hace {0} sems."}
- }
- }
- }
- week-short{
- relativeTime{
- future{
- one{"dentro de {0} sem."}
- other{"dentro de {0} sems."}
- }
- past{
- one{"hace {0} sem."}
- other{"dentro de {0} sems."}
- }
- }
- }
- year{
- relative{
- "-1"{"Año pasado"}
- "0"{"Este año"}
- "1"{"Año próximo"}
- }
- relativeTime{
- future{
- one{"En {0} año"}
- other{"En {0} años"}
- }
- }
- }
- year-narrow{
- dn{"a."}
- relativeTime{
- future{
- one{"dentro de {0} a."}
- other{"dentro de {0} aa."}
- }
- past{
- one{"hace {0} a."}
- other{"hace {0} aa."}
- }
- }
- }
- year-short{
- dn{"a."}
- relativeTime{
- future{
- one{"dentro de {0} a."}
- other{"dentro de {0} aa."}
- }
- past{
- one{"hace {0} a."}
- other{"hace {0} aa."}
- }
- }
- }
- }
- measurementSystemNames{
- UK{"Reino Unido"}
- US{"EE. UU."}
- }
- transformNames{
- Numeric{"Numéricas"}
- }
}
diff --git a/icu4c/source/data/locales/es_AR.txt b/icu4c/source/data/locales/es_AR.txt
index 0d6aca7..fde7157 100644
--- a/icu4c/source/data/locales/es_AR.txt
+++ b/icu4c/source/data/locales/es_AR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_AR.xml
@@ -16,7 +16,7 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
availableFormats{
@@ -25,21 +25,6 @@
}
}
gregorian{
- DateTimePatterns{
- "HH'h'''mm:ss zzzz",
- "h:mm:ss a z",
- "h:mm:ss a",
- "h:mm a",
- "EEEE, d 'de' MMMM 'de' y",
- "d 'de' MMMM 'de' y",
- "d 'de' MMM 'de' y",
- "d/M/yy",
- "{1} {0}",
- "{1}, {0}",
- "{1}, {0}",
- "{1} {0}",
- "{1} {0}",
- }
availableFormats{
MEd{"E d-M"}
yM{"M-y"}
diff --git a/icu4c/source/data/locales/es_BO.txt b/icu4c/source/data/locales/es_BO.txt
index 0a850ff..92387bd 100644
--- a/icu4c/source/data/locales/es_BO.txt
+++ b/icu4c/source/data/locales/es_BO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_BO.xml
diff --git a/icu4c/source/data/locales/es_CL.txt b/icu4c/source/data/locales/es_CL.txt
index 1c709b3..cca1490 100644
--- a/icu4c/source/data/locales/es_CL.txt
+++ b/icu4c/source/data/locales/es_CL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CL.xml
@@ -19,7 +19,7 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/es_CO.txt b/icu4c/source/data/locales/es_CO.txt
index 686b388..3b171f4 100644
--- a/icu4c/source/data/locales/es_CO.txt
+++ b/icu4c/source/data/locales/es_CO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CO.xml
@@ -16,11 +16,11 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
- "h:mm:ss a (zzzz)",
+ "h:mm:ss a zzzz",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
@@ -41,7 +41,7 @@
"p. m.",
}
DateTimePatterns{
- "h:mm:ss a (zzzz)",
+ "h:mm:ss a zzzz",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
diff --git a/icu4c/source/data/locales/es_CR.txt b/icu4c/source/data/locales/es_CR.txt
index fb8f066..dc167a7 100644
--- a/icu4c/source/data/locales/es_CR.txt
+++ b/icu4c/source/data/locales/es_CR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CR.xml
@@ -16,5 +16,12 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
+ fields{
+ day{
+ relative{
+ "-2"{"antier"}
+ }
+ }
+ }
}
diff --git a/icu4c/source/data/locales/es_CU.txt b/icu4c/source/data/locales/es_CU.txt
index 23164ac..d7d09c0 100755
--- a/icu4c/source/data/locales/es_CU.txt
+++ b/icu4c/source/data/locales/es_CU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_CU.xml
diff --git a/icu4c/source/data/locales/es_DO.txt b/icu4c/source/data/locales/es_DO.txt
index 6e0d836..84aef17 100644
--- a/icu4c/source/data/locales/es_DO.txt
+++ b/icu4c/source/data/locales/es_DO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_DO.xml
diff --git a/icu4c/source/data/locales/es_EA.txt b/icu4c/source/data/locales/es_EA.txt
index c920e0d..a4313c4 100755
--- a/icu4c/source/data/locales/es_EA.txt
+++ b/icu4c/source/data/locales/es_EA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_EA.xml
diff --git a/icu4c/source/data/locales/es_EC.txt b/icu4c/source/data/locales/es_EC.txt
index c274479..5ee2005 100644
--- a/icu4c/source/data/locales/es_EC.txt
+++ b/icu4c/source/data/locales/es_EC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_EC.xml
@@ -19,5 +19,5 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
}
diff --git a/icu4c/source/data/locales/es_ES.txt b/icu4c/source/data/locales/es_ES.txt
index 8adca99..7aa02ef 100644
--- a/icu4c/source/data/locales/es_ES.txt
+++ b/icu4c/source/data/locales/es_ES.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_ES.xml
diff --git a/icu4c/source/data/locales/es_GQ.txt b/icu4c/source/data/locales/es_GQ.txt
index d031611..2028927 100755
--- a/icu4c/source/data/locales/es_GQ.txt
+++ b/icu4c/source/data/locales/es_GQ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_GQ.xml
diff --git a/icu4c/source/data/locales/es_GT.txt b/icu4c/source/data/locales/es_GT.txt
index 439fafc..4f51ea3 100644
--- a/icu4c/source/data/locales/es_GT.txt
+++ b/icu4c/source/data/locales/es_GT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_GT.xml
@@ -8,7 +8,7 @@
// ***************************************************************************
es_GT{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
@@ -45,4 +45,11 @@
}
}
}
+ fields{
+ day{
+ relative{
+ "-2"{"antier"}
+ }
+ }
+ }
}
diff --git a/icu4c/source/data/locales/es_HN.txt b/icu4c/source/data/locales/es_HN.txt
index 8d43e31..de5e125 100644
--- a/icu4c/source/data/locales/es_HN.txt
+++ b/icu4c/source/data/locales/es_HN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_HN.xml
@@ -8,7 +8,7 @@
// ***************************************************************************
es_HN{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
@@ -35,7 +35,7 @@
"h:mm a",
"EEEE dd 'de' MMMM 'de' y",
"dd 'de' MMMM 'de' y",
- "d 'de' MMM 'de' y",
+ "d MMM y",
"d/M/yy",
"{1} {0}",
"{1}, {0}",
@@ -45,4 +45,11 @@
}
}
}
+ fields{
+ day{
+ relative{
+ "-2"{"antier"}
+ }
+ }
+ }
}
diff --git a/icu4c/source/data/locales/es_IC.txt b/icu4c/source/data/locales/es_IC.txt
index 83a2beb..5a46290 100755
--- a/icu4c/source/data/locales/es_IC.txt
+++ b/icu4c/source/data/locales/es_IC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_IC.xml
diff --git a/icu4c/source/data/locales/es_MX.txt b/icu4c/source/data/locales/es_MX.txt
index ca2985b..f50eb97 100644
--- a/icu4c/source/data/locales/es_MX.txt
+++ b/icu4c/source/data/locales/es_MX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_MX.xml
@@ -11,9 +11,6 @@
MoreInformation{"[...]"}
NumberElements{
latn{
- miscPatterns{
- atLeast{"Más de {0}"}
- }
patterns{
percentFormat{"#,##0%"}
}
@@ -35,20 +32,20 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
- "H:mm:ss zzzz",
- "H:mm:ss z",
- "H:mm:ss",
- "H:mm",
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
"EEEE, d 'de' MMMM 'de' y G",
"d 'de' MMMM 'de' y G",
"d MMM, y G",
"dd/MM/yy GGGGG",
"{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
"{1}, {0}",
"{1} {0}",
"{1} {0}",
@@ -59,13 +56,8 @@
MMMEd{"E d MMM"}
MMMMd{"d 'de' MMM"}
MMMd{"d MMM"}
- yyyyMMM{"MMM y G"}
- yyyyMMMd{"d MMM y G"}
}
intervalFormats{
- MMMd{
- d{"d–d 'de' MMM"}
- }
Md{
M{"d/M – d/M"}
d{"d/M – d/M"}
@@ -92,22 +84,18 @@
"a.m.",
"p.m.",
}
- AmPmMarkersNarrow{
- "a.m.",
- "p.m.",
- }
DateTimePatterns{
- "H:mm:ss zzzz",
- "H:mm:ss z",
- "H:mm:ss",
- "H:mm",
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
"EEEE, d 'de' MMMM 'de' y",
"d 'de' MMMM 'de' y",
"dd/MM/y",
"dd/MM/yy",
"{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1}, {0}",
"{1} {0}",
"{1} {0}",
}
@@ -116,7 +104,6 @@
EHms{"E H:mm:ss"}
Ehm{"E h:mm a"}
Ehms{"E h:mm:ss a"}
- GyMMM{"MMM y G"}
GyMMMd{"d MMM y G"}
Hm{"H:mm"}
Hms{"H:mm:ss"}
@@ -129,15 +116,6 @@
}
dayNames{
format{
- abbreviated{
- "dom",
- "lun",
- "mar",
- "mié",
- "jue",
- "vie",
- "sáb",
- }
narrow{
"D",
"L",
@@ -157,58 +135,6 @@
"sá",
}
}
- stand-alone{
- abbreviated{
- "dom",
- "lun",
- "mar",
- "mié",
- "jue",
- "vie",
- "sáb",
- }
- narrow{
- "d",
- "l",
- "m",
- "m",
- "j",
- "v",
- "s",
- }
- short{
- "do",
- "lu",
- "ma",
- "mi",
- "ju",
- "vi",
- "sá",
- }
- wide{
- "domingo",
- "lunes",
- "martes",
- "miércoles",
- "jueves",
- "viernes",
- "sábado",
- }
- }
- }
- eras{
- abbreviated{
- "a.C.",
- "d.C.",
- }
- wide{
- "antes de Cristo",
- "Anno Domini",
- }
- wide%variant{
- "a. e. c.",
- "e. c.",
- }
}
intervalFormats{
H{
@@ -231,7 +157,6 @@
d{"E d 'de' MMM – E d 'de' MMM"}
}
MMMd{
- M{"d 'de' MMM – d 'de' MMM"}
d{"d–d 'de' MMM"}
}
Md{
@@ -242,10 +167,6 @@
h{
a{"h a – h a"}
}
- hm{
- a{"h:mm a – h:mm a"}
- h{"h:mm – h:mm a"}
- }
hmv{
a{"h:mm a – h:mm a v"}
}
@@ -263,7 +184,6 @@
}
yMMM{
M{"MMM–MMM 'de' y"}
- y{"MMM 'de' y – MMM 'de' y"}
}
yMMMEd{
M{"E d 'de' MMM – E d 'de' MMM 'de' y"}
@@ -276,7 +196,6 @@
yMMMd{
M{"d 'de' MMM – d 'de' MMM y"}
d{"d–d 'de' MMM 'de' y"}
- y{"d 'de' MMM 'de' y – d 'de' MMM 'de' y"}
}
yMd{
M{"d/M/y – d/M/y"}
@@ -300,64 +219,6 @@
"nov",
"dic",
}
- narrow{
- "E",
- "F",
- "M",
- "A",
- "M",
- "J",
- "J",
- "A",
- "S",
- "O",
- "N",
- "D",
- }
- wide{
- "enero",
- "febrero",
- "marzo",
- "abril",
- "mayo",
- "junio",
- "julio",
- "agosto",
- "septiembre",
- "octubre",
- "noviembre",
- "diciembre",
- }
- }
- stand-alone{
- abbreviated{
- "ene",
- "feb",
- "mar",
- "abr",
- "may",
- "jun",
- "jul",
- "ago",
- "sep",
- "oct",
- "nov",
- "dic",
- }
- wide{
- "enero",
- "febrero",
- "marzo",
- "abril",
- "mayo",
- "junio",
- "julio",
- "agosto",
- "septiembre",
- "octubre",
- "noviembre",
- "diciembre",
- }
}
}
quarters{
@@ -405,8 +266,12 @@
}
}
fields{
+ day{
+ relative{
+ "-2"{"antier"}
+ }
+ }
day-narrow{
- dn{"d"}
relativeTime{
future{
one{"+{0} día"}
@@ -419,7 +284,6 @@
}
}
day-short{
- dn{"d"}
relativeTime{
future{
one{"en {0} día"}
@@ -438,13 +302,6 @@
"1"{"el viernes próximo"}
}
}
- fri-narrow{
- relative{
- "-1"{"el VI pasado"}
- "0"{"este VI"}
- "1"{"el próximo VI"}
- }
- }
fri-short{
relative{
"-1"{"el vier. pasado"}
@@ -470,10 +327,6 @@
one{"en {0} h"}
other{"en {0} n"}
}
- past{
- one{"hace {0} h"}
- other{"hace {0} h"}
- }
}
}
minute-narrow{
@@ -501,17 +354,8 @@
"1"{"el lunes próximo"}
}
}
- mon-narrow{
- relative{
- "-1"{"el LU pasado"}
- "0"{"este LU"}
- "1"{"el próximo LU"}
- }
- }
month{
relative{
- "-1"{"el mes pasado"}
- "0"{"este mes"}
"1"{"el mes próximo"}
}
relativeTime{
@@ -522,7 +366,6 @@
}
}
month-narrow{
- dn{"m"}
relativeTime{
future{
one{"+{0} m"}
@@ -535,16 +378,11 @@
}
}
month-short{
- dn{"m"}
relativeTime{
future{
one{"en {0} m"}
other{"en {0} m"}
}
- past{
- one{"hace {0} m"}
- other{"hace {0} m"}
- }
}
}
quarter{
@@ -573,10 +411,6 @@
one{"en {0} trim."}
other{"en {0} trim"}
}
- past{
- one{"hace {0} trim."}
- other{"hace {0} trim."}
- }
}
}
sat{
@@ -584,13 +418,6 @@
"1"{"el sábado próximo"}
}
}
- sat-narrow{
- relative{
- "-1"{"el SA pasado"}
- "0"{"este SA"}
- "1"{"el próximo SA"}
- }
- }
second-narrow{
relativeTime{
future{
@@ -616,49 +443,21 @@
"1"{"el domingo próximo"}
}
}
- sun-narrow{
- relative{
- "-1"{"el DO pasado"}
- "0"{"este DO"}
- "1"{"el próximo DO"}
- }
- }
thu{
relative{
"1"{"el jueves próximo"}
}
}
- thu-narrow{
- relative{
- "-1"{"el JU pasado"}
- "0"{"este JU"}
- "1"{"el próximo JU"}
- }
- }
tue{
relative{
"1"{"el martes próximo"}
}
}
- tue-narrow{
- relative{
- "-1"{"el MA pasado"}
- "0"{"este MA"}
- "1"{"el próximo MA"}
- }
- }
wed{
relative{
"1"{"el miércoles próximo"}
}
}
- wed-narrow{
- relative{
- "-1"{"el MI pasado"}
- "0"{"este MI"}
- "1"{"el próximo MI"}
- }
- }
wed-short{
relative{
"-1"{"el miér. pasado"}
@@ -668,8 +467,6 @@
}
week{
relative{
- "-1"{"la semana pasada"}
- "0"{"esta semana"}
"1"{"la semana próxima"}
}
}
@@ -691,21 +488,14 @@
one{"en {0} sem."}
other{"en {0} sem."}
}
- past{
- one{"hace {0} sem."}
- other{"hace {0} sem."}
- }
}
}
year{
relative{
- "-1"{"el año pasado"}
- "0"{"este año"}
"1"{"el año próximo"}
}
}
year-narrow{
- dn{"a"}
relativeTime{
future{
one{"en {0} a"}
@@ -718,20 +508,12 @@
}
}
year-short{
- dn{"a"}
relativeTime{
future{
one{"en {0} a"}
other{"en {0} a"}
}
- past{
- one{"hace {0} a"}
- other{"hace {0} a"}
- }
}
}
}
- measurementSystemNames{
- US{"estadounidense"}
- }
}
diff --git a/icu4c/source/data/locales/es_NI.txt b/icu4c/source/data/locales/es_NI.txt
index 81b0832..6deac64 100644
--- a/icu4c/source/data/locales/es_NI.txt
+++ b/icu4c/source/data/locales/es_NI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_NI.xml
@@ -8,5 +8,12 @@
// ***************************************************************************
es_NI{
%%Parent{"es_419"}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
+ fields{
+ day{
+ relative{
+ "-2"{"antier"}
+ }
+ }
+ }
}
diff --git a/icu4c/source/data/locales/es_PA.txt b/icu4c/source/data/locales/es_PA.txt
index 2c321e2..152520d 100644
--- a/icu4c/source/data/locales/es_PA.txt
+++ b/icu4c/source/data/locales/es_PA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PA.xml
@@ -8,7 +8,7 @@
// ***************************************************************************
es_PA{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
@@ -59,4 +59,11 @@
}
}
}
+ fields{
+ day{
+ relative{
+ "-2"{"antier"}
+ }
+ }
+ }
}
diff --git a/icu4c/source/data/locales/es_PE.txt b/icu4c/source/data/locales/es_PE.txt
index 0f5fa0c..d4e3291 100644
--- a/icu4c/source/data/locales/es_PE.txt
+++ b/icu4c/source/data/locales/es_PE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PE.xml
@@ -8,11 +8,11 @@
// ***************************************************************************
es_PE{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
- "HH'H'mm''ss'' zzzz",
+ "h:mm:ss a zzzz",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
@@ -29,13 +29,13 @@
}
gregorian{
DateTimePatterns{
- "HH'H'mm''ss'' zzzz",
+ "h:mm:ss a zzzz",
"h:mm:ss a z",
"h:mm:ss a",
"h:mm a",
"EEEE, d 'de' MMMM 'de' y",
"d 'de' MMMM 'de' y",
- "d 'de' MMM 'de' y",
+ "d MMM y",
"d/MM/yy",
"{1} {0}",
"{1}, {0}",
@@ -43,6 +43,68 @@
"{1} {0}",
"{1} {0}",
}
+ monthNames{
+ format{
+ abbreviated{
+ "ene.",
+ "feb.",
+ "mar.",
+ "abr.",
+ "may.",
+ "jun.",
+ "jul.",
+ "ago.",
+ "set.",
+ "oct.",
+ "nov.",
+ "dic.",
+ }
+ wide{
+ "enero",
+ "febrero",
+ "marzo",
+ "abril",
+ "mayo",
+ "junio",
+ "julio",
+ "agosto",
+ "setiembre",
+ "octubre",
+ "noviembre",
+ "diciembre",
+ }
+ }
+ stand-alone{
+ abbreviated{
+ "Ene.",
+ "Feb.",
+ "Mar.",
+ "Abr.",
+ "May.",
+ "Jun.",
+ "Jul.",
+ "Ago.",
+ "Set.",
+ "Oct.",
+ "Nov.",
+ "Dic.",
+ }
+ wide{
+ "Enero",
+ "Febrero",
+ "Marzo",
+ "Abril",
+ "Mayo",
+ "Junio",
+ "Julio",
+ "Agosto",
+ "Setiembre",
+ "Octubre",
+ "Noviembre",
+ "Diciembre",
+ }
+ }
+ }
}
}
}
diff --git a/icu4c/source/data/locales/es_PH.txt b/icu4c/source/data/locales/es_PH.txt
index 55b0b4a..f145fe3 100755
--- a/icu4c/source/data/locales/es_PH.txt
+++ b/icu4c/source/data/locales/es_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PH.xml
diff --git a/icu4c/source/data/locales/es_PR.txt b/icu4c/source/data/locales/es_PR.txt
index 909c6b3..42e186a 100644
--- a/icu4c/source/data/locales/es_PR.txt
+++ b/icu4c/source/data/locales/es_PR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PR.xml
@@ -8,7 +8,7 @@
// ***************************************************************************
es_PR{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/es_PY.txt b/icu4c/source/data/locales/es_PY.txt
index 135aa34..5e88036 100644
--- a/icu4c/source/data/locales/es_PY.txt
+++ b/icu4c/source/data/locales/es_PY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_PY.xml
diff --git a/icu4c/source/data/locales/es_SV.txt b/icu4c/source/data/locales/es_SV.txt
index 911b9a4..73e0fc9 100644
--- a/icu4c/source/data/locales/es_SV.txt
+++ b/icu4c/source/data/locales/es_SV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_SV.xml
@@ -8,5 +8,12 @@
// ***************************************************************************
es_SV{
%%Parent{"es_419"}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
+ fields{
+ day{
+ relative{
+ "-2"{"antier"}
+ }
+ }
+ }
}
diff --git a/icu4c/source/data/locales/es_US.txt b/icu4c/source/data/locales/es_US.txt
index 1945eda..d0eaf98 100644
--- a/icu4c/source/data/locales/es_US.txt
+++ b/icu4c/source/data/locales/es_US.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_US.xml
@@ -8,7 +8,7 @@
// ***************************************************************************
es_US{
%%Parent{"es_419"}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
gregorian{
AmPmMarkers{
diff --git a/icu4c/source/data/locales/es_UY.txt b/icu4c/source/data/locales/es_UY.txt
index b0ca8c3..13613d0 100644
--- a/icu4c/source/data/locales/es_UY.txt
+++ b/icu4c/source/data/locales/es_UY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_UY.xml
@@ -20,5 +20,71 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.11.86"}
+ calendar{
+ gregorian{
+ monthNames{
+ format{
+ abbreviated{
+ "ene.",
+ "feb.",
+ "mar.",
+ "abr.",
+ "may.",
+ "jun.",
+ "jul.",
+ "ago.",
+ "set.",
+ "oct.",
+ "nov.",
+ "dic.",
+ }
+ wide{
+ "enero",
+ "febrero",
+ "marzo",
+ "abril",
+ "mayo",
+ "junio",
+ "julio",
+ "agosto",
+ "setiembre",
+ "octubre",
+ "noviembre",
+ "diciembre",
+ }
+ }
+ stand-alone{
+ abbreviated{
+ "Ene.",
+ "Feb.",
+ "Mar.",
+ "Abr.",
+ "May.",
+ "Jun.",
+ "Jul.",
+ "Ago.",
+ "Set.",
+ "Oct.",
+ "Nov.",
+ "Dic.",
+ }
+ wide{
+ "Enero",
+ "Febrero",
+ "Marzo",
+ "Abril",
+ "Mayo",
+ "Junio",
+ "Julio",
+ "Agosto",
+ "Setiembre",
+ "Octubre",
+ "Noviembre",
+ "Diciembre",
+ }
+ }
+ }
+ }
+ }
}
diff --git a/icu4c/source/data/locales/es_VE.txt b/icu4c/source/data/locales/es_VE.txt
index b4fa534..0e72d14 100644
--- a/icu4c/source/data/locales/es_VE.txt
+++ b/icu4c/source/data/locales/es_VE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_VE.xml
diff --git a/icu4c/source/data/locales/et.txt b/icu4c/source/data/locales/et.txt
index 6ede266..537aad4 100644
--- a/icu4c/source/data/locales/et.txt
+++ b/icu4c/source/data/locales/et.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/et.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/et.xml
- */
et{
AuxExemplarCharacters{"[á à â å ā æ ç é è ê ë ē í ì î ï ī ñ ó ò ŏ ô ø ō œ ú ù û ū]"}
Ellipsis{
@@ -21,9 +18,6 @@
}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s š z ž t u v w õ ä ö ü x y]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S Š Z Ž T U V Õ Ä Ö Ü X Y]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -161,7 +155,7 @@
minimumGroupingDigits{"3"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -505,7 +499,7 @@
d{"E, dd.MM–E, dd.MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
M{"E, d. MMM–E, d. MMM"}
@@ -717,11 +711,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"päev"}
diff --git a/icu4c/source/data/locales/et_EE.txt b/icu4c/source/data/locales/et_EE.txt
index 841e793..3ee5578 100644
--- a/icu4c/source/data/locales/et_EE.txt
+++ b/icu4c/source/data/locales/et_EE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/et_EE.xml
diff --git a/icu4c/source/data/locales/eu.txt b/icu4c/source/data/locales/eu.txt
index 1b08008..860d343 100644
--- a/icu4c/source/data/locales/eu.txt
+++ b/icu4c/source/data/locales/eu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/eu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/eu.xml
- */
eu{
AuxExemplarCharacters{"[á à ă â å ä ã ā æ é è ĕ ê ë ē í ì ĭ î ï ī ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ]"}
Ellipsis{
@@ -21,9 +18,6 @@
}
ExemplarCharacters{"[a b c ç d e f g h i j k l m n ñ o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -161,7 +155,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -725,11 +719,6 @@
quotationEnd{"\u0022"}
quotationStart{"\u0022"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Eguna"}
diff --git a/icu4c/source/data/locales/eu_ES.txt b/icu4c/source/data/locales/eu_ES.txt
index b14ae88..8e19b4c 100644
--- a/icu4c/source/data/locales/eu_ES.txt
+++ b/icu4c/source/data/locales/eu_ES.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/eu_ES.xml
diff --git a/icu4c/source/data/locales/ewo.txt b/icu4c/source/data/locales/ewo.txt
index 6ff02ee..e26af37 100755
--- a/icu4c/source/data/locales/ewo.txt
+++ b/icu4c/source/data/locales/ewo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ewo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ewo.xml
- */
ewo{
AuxExemplarCharacters{"[c j q x]"}
ExemplarCharacters{
@@ -18,9 +15,6 @@
"ù û ǔ v w y z]"
}
ExemplarCharactersIndex{"[A B D E Ə Ɛ F G H I K L M N Ŋ O Ɔ P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ewo_CM.txt b/icu4c/source/data/locales/ewo_CM.txt
index c1ce6ca..5daec9c 100755
--- a/icu4c/source/data/locales/ewo_CM.txt
+++ b/icu4c/source/data/locales/ewo_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ewo_CM.xml
diff --git a/icu4c/source/data/locales/fa.txt b/icu4c/source/data/locales/fa.txt
index 9078455..51e25d6 100644
--- a/icu4c/source/data/locales/fa.txt
+++ b/icu4c/source/data/locales/fa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fa.xml
- */
fa{
AuxExemplarCharacters{"[\u200C\u200D\u200E\u200F \u064E \u0650 \u064F \u0652 \u0656 \u0670 إ ك ى ي]"}
Ellipsis{
@@ -25,9 +22,6 @@
}
ExemplarCharactersIndex{"[آ ا ب پ ت ث ج چ ح خ د ذ ر ز ژ س ش ص ض ط ظ ع غ ف ق ک گ ل م ن و ه ی]"}
ExemplarCharactersPunctuation{"[\\- ‐ ، ٫ ٬ ؛ \\: ! ؟ . … ‹ › « » ( ) \\[ \\] * / \\\\]"}
- LocaleScript{
- "Arab",
- }
MoreInformation{"؟"}
NumberElements{
arabext{
@@ -45,7 +39,7 @@
minusSign{"−"}
nan{"ناعدد"}
perMille{"؉"}
- percentSign{"٪"} // Android-changed: http://b/15476051.
+ percentSign{"٪"}
plusSign{"+"}
superscriptingExponent{"×"}
timeSeparator{":"}
@@ -186,7 +180,7 @@
minimumGroupingDigits{"1"}
native{"arabext"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
chinese{
cyclicNameSets{
@@ -210,7 +204,7 @@
}
}
}
- default{"gregorian"} // android-changed
+ default{"persian"}
generic{
DateTimePatterns{
"H:mm:ss (zzzz)",
@@ -1124,11 +1118,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"روز"}
diff --git a/icu4c/source/data/locales/fa_AF.txt b/icu4c/source/data/locales/fa_AF.txt
index b7f772f..d49ffa7 100644
--- a/icu4c/source/data/locales/fa_AF.txt
+++ b/icu4c/source/data/locales/fa_AF.txt
@@ -1,21 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fa_AF.xml
// *
// ***************************************************************************
fa_AF{
- AuxExemplarCharacters{"[\u200C \u200D \u0656 \u0670 ټ ځ څ ډ ړ ږ ښ ګ ڼ ي]"}
- NumberElements{
- latn{
- patterns{
- percentFormat{"''#,##0%''"}
- }
- }
+ AuxExemplarCharacters{
+ "[\u200C \u200D \u200E\u200F \u064E \u0650 \u064F \u0652 \u0656 \u0670 إ ټ ځ "
+ "څ ډ ړ ږ ښ ك ګ ڼ ى ي]"
}
- Version{"2.1.6.69"}
+ Version{"2.1.12.17"}
calendar{
gregorian{
monthNames{
@@ -68,11 +64,6 @@
}
}
persian{
- eras{
- abbreviated{
- "ه. ش.",
- }
- }
monthNames{
format{
wide{
diff --git a/icu4c/source/data/locales/fa_IR.txt b/icu4c/source/data/locales/fa_IR.txt
index 6dc1945..3afce8b 100644
--- a/icu4c/source/data/locales/fa_IR.txt
+++ b/icu4c/source/data/locales/fa_IR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fa_IR.xml
diff --git a/icu4c/source/data/locales/ff.txt b/icu4c/source/data/locales/ff.txt
index 463925c..269acb9 100755
--- a/icu4c/source/data/locales/ff.txt
+++ b/icu4c/source/data/locales/ff.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ff.xml
- */
ff{
AuxExemplarCharacters{"[q v x z]"}
ExemplarCharacters{"[a b ɓ c d ɗ e f g h i j k l m n ñ ŋ o p r s t u w y ƴ]"}
ExemplarCharactersIndex{"[A B Ɓ C D Ɗ E F G H I J K L M N Ñ Ŋ O P R S T U W Y Ƴ]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ff_CM.txt b/icu4c/source/data/locales/ff_CM.txt
index 53c2d55..7a4b731 100644
--- a/icu4c/source/data/locales/ff_CM.txt
+++ b/icu4c/source/data/locales/ff_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff_CM.xml
diff --git a/icu4c/source/data/locales/ff_GN.txt b/icu4c/source/data/locales/ff_GN.txt
index 77cf125..6501370 100644
--- a/icu4c/source/data/locales/ff_GN.txt
+++ b/icu4c/source/data/locales/ff_GN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff_GN.xml
diff --git a/icu4c/source/data/locales/ff_MR.txt b/icu4c/source/data/locales/ff_MR.txt
index ef10dad..dc25520 100644
--- a/icu4c/source/data/locales/ff_MR.txt
+++ b/icu4c/source/data/locales/ff_MR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff_MR.xml
diff --git a/icu4c/source/data/locales/ff_SN.txt b/icu4c/source/data/locales/ff_SN.txt
index 82204d7..555b240 100755
--- a/icu4c/source/data/locales/ff_SN.txt
+++ b/icu4c/source/data/locales/ff_SN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ff_SN.xml
diff --git a/icu4c/source/data/locales/fi.txt b/icu4c/source/data/locales/fi.txt
index b0bbc49..81deda4 100644
--- a/icu4c/source/data/locales/fi.txt
+++ b/icu4c/source/data/locales/fi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fi.xml
- */
fi{
AuxExemplarCharacters{
"[á à ă â ã ą ā ć č ċ ç ď ð đ é è ê ě ë ė ę ē ğ ǧ ģ ǥ ȟ ħ í î ï İ į ī ı ǩ ķ ĺ"
@@ -26,9 +23,6 @@
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s š t u v w x y z ž å ä ö]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Å Ä Ö]"}
ExemplarCharactersPunctuation{"[‐ – , ; \\: ! ? . … ’ ” » ( ) \\[ \\] § @ * / \\\\ \\& #]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -166,7 +160,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.33"}
calendar{
buddhist{
DateTimePatterns{
@@ -178,10 +172,10 @@
"d. MMMM y G",
"d.M.y G",
"d.M.y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
"{1} {0}",
}
availableFormats{
@@ -260,10 +254,10 @@
"d. MMMM y G",
"d.M.y G",
"d.M.y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
"{1} {0}",
}
availableFormats{
@@ -422,10 +416,10 @@
"d. MMMM y",
"d.M.y",
"d.M.y",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
"{1} {0}",
}
NoonMarker{"keskipäivä"}
@@ -447,6 +441,8 @@
H{"H"}
Hm{"H.mm"}
Hms{"H.mm.ss"}
+ Hmsv{"H.mm.ss v"}
+ Hmv{"H.mm v"}
M{"L"}
MEd{"E d.M."}
MMM{"LLL"}
@@ -457,6 +453,8 @@
h{"h a"}
hm{"h.mm a"}
hms{"h.mm.ss a"}
+ hmsv{"h.mm.ss a v"}
+ hmv{"h.mm a v"}
ms{"m.ss"}
y{"y"}
yM{"L.y"}
@@ -924,10 +922,10 @@
"d. MMMM y G",
"d.M.y G",
"d.M.y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
+ "{1} 'klo' {0}",
"{1} {0}",
}
}
@@ -956,11 +954,6 @@
quotationEnd{"”"}
quotationStart{"”"}
}
- durationUnits{
- hm{"h.mm"}
- hms{"h.mm.ss"}
- ms{"m.ss"}
- }
fields{
day{
dn{"päivä"}
diff --git a/icu4c/source/data/locales/fi_FI.txt b/icu4c/source/data/locales/fi_FI.txt
index 8544d6f..b0eb52a 100644
--- a/icu4c/source/data/locales/fi_FI.txt
+++ b/icu4c/source/data/locales/fi_FI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fi_FI.xml
diff --git a/icu4c/source/data/locales/fil.txt b/icu4c/source/data/locales/fil.txt
index 136ed92..0985c4d 100755
--- a/icu4c/source/data/locales/fil.txt
+++ b/icu4c/source/data/locales/fil.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fil.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fil.xml
- */
fil{
AuxExemplarCharacters{"[á à â é è ê í ì î ó ò ô ú ù û]"}
Ellipsis{
@@ -21,9 +18,6 @@
}
ExemplarCharacters{"[a b c d e f g h i j k l m n ñ {ng} o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -161,7 +155,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -713,11 +707,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Araw"}
diff --git a/icu4c/source/data/locales/fil_PH.txt b/icu4c/source/data/locales/fil_PH.txt
index 9a53006..6cc1b76 100755
--- a/icu4c/source/data/locales/fil_PH.txt
+++ b/icu4c/source/data/locales/fil_PH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fil_PH.xml
diff --git a/icu4c/source/data/locales/fo.txt b/icu4c/source/data/locales/fo.txt
index c4198f6..1b67728 100644
--- a/icu4c/source/data/locales/fo.txt
+++ b/icu4c/source/data/locales/fo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fo.xml
- */
fo{
AuxExemplarCharacters{"[c q w z]"}
Ellipsis{
@@ -21,9 +18,6 @@
}
ExemplarCharacters{"[a á b d ð e f g h i í j k l m n o ó p r s t u ú v x y ý æ ø]"}
ExemplarCharactersIndex{"[A Á B C D Ð E F G H I Í J K L M N O Ó P Q R S T U Ú V W X Y Ý Z Æ Ø]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
latn{
@@ -151,7 +145,7 @@
}
}
}
- Version{"2.1.7.53"}
+ Version{"2.1.12.27"}
calendar{
generic{
DateTimePatterns{
@@ -613,61 +607,56 @@
quotationEnd{"”"}
quotationStart{"”"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dagur"}
relative{
- "-1"{"í gær"}
- "-2"{"í fyrradag"}
+ "-1"{"í gjár"}
+ "-2"{"fyrradagin"}
"0"{"í dag"}
- "1"{"á morgunn"}
- "2"{"á yfirmorgunn"}
+ "1"{"í morgin"}
+ "2"{"í ovurmorgin"}
}
}
dayperiod{
- dn{"samdøgurperiode"}
+ dn{"AM/PM"}
}
era{
- dn{"tímabil"}
+ dn{"tíðarrokning"}
}
fri{
relative{
- "-1"{"fríggjadagur síðstu vika"}
- "0"{"fríggjadagur henda viku"}
- "1"{"fríggjadagur næstu vika"}
+ "-1"{"seinasta fríggjadag"}
+ "0"{"næsta fríggjadag"}
+ "1"{"fríggjadagin í næstu viku"}
}
}
hour{
- dn{"klukkustund"}
+ dn{"tími"}
}
minute{
- dn{"mínúta"}
+ dn{"minuttur"}
}
mon{
relative{
- "-1"{"mánadagur síðstu vika"}
- "0"{"mánadagur henda viku"}
- "1"{"mánadagur næstu vika"}
+ "-1"{"seinasta mánadag"}
+ "0"{"næsta mánadag"}
+ "1"{"mánadagin í næstu viku"}
}
}
month{
- dn{"mánuður"}
+ dn{"mánaður"}
relative{
- "-1"{"síðstu mánuður"}
- "0"{"henda mánuður"}
- "1"{"næstu mánuður"}
+ "-1"{"seinasta mánað"}
+ "0"{"henda mánaðin"}
+ "1"{"næsta mánað"}
}
}
sat{
relative{
- "-1"{"leygardagur síðstu vika"}
- "0"{"leygardagur henda viku"}
- "1"{"leygardagur næstu vika"}
+ "-1"{"seinasta leygardag"}
+ "0"{"næsta leygardag"}
+ "1"{"leygardagin í næstu viku"}
}
}
second{
@@ -675,53 +664,53 @@
}
sun{
relative{
- "-1"{"sunnudagu síðstu vika"}
- "0"{"sunnudagu henda viku"}
- "1"{"sunnudagu næstu vika"}
+ "-1"{"seinasta sunnudag"}
+ "0"{"næsta sunnudag"}
+ "1"{"sunnudagin í næstu viku"}
}
}
thu{
relative{
- "-1"{"hósdagur síðstu vika"}
- "0"{"hósdagur henda viku"}
- "1"{"hósdagur næstu vika"}
+ "-1"{"seinasta hósdag"}
+ "0"{"næsta hósdag"}
+ "1"{"hósdagin í næstu viku"}
}
}
tue{
relative{
- "-1"{"týsdagur síðstu vika"}
- "0"{"týsdagur henda viku"}
- "1"{"týsdagur næstu vika"}
+ "-1"{"seinasta týsdag"}
+ "0"{"næsta týsdag"}
+ "1"{"týsdagin í næstu viku"}
}
}
wed{
relative{
- "-1"{"mikudagur síðstu vika"}
- "0"{"mikudagur henda viku"}
- "1"{"mikudagur næstu vika"}
+ "-1"{"seinasta mikudag"}
+ "0"{"næsta mikudag"}
+ "1"{"mikudagin í næstu viku"}
}
}
week{
dn{"vika"}
relative{
- "-1"{"síðstu vika"}
- "0"{"henda viku"}
- "1"{"næstu vika"}
+ "-1"{"seinastu viku"}
+ "0"{"hesu viku"}
+ "1"{"næstu viku"}
}
}
weekday{
- dn{"vikudagur"}
+ dn{"gerandisdagur"}
}
year{
dn{"ár"}
relative{
- "-1"{"síðstu ár"}
- "0"{"hetta ár"}
- "1"{"næstu ár"}
+ "-1"{"í fjør"}
+ "0"{"í ár"}
+ "1"{"næsta ár"}
}
}
zone{
- dn{"tímabelti"}
+ dn{"tíðarøki"}
}
}
listPattern{
diff --git a/icu4c/source/data/locales/fo_FO.txt b/icu4c/source/data/locales/fo_FO.txt
index b6f8af0..43ac180 100644
--- a/icu4c/source/data/locales/fo_FO.txt
+++ b/icu4c/source/data/locales/fo_FO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fo_FO.xml
diff --git a/icu4c/source/data/locales/fr.txt b/icu4c/source/data/locales/fr.txt
index 6fe9ea2..0c08b0c 100644
--- a/icu4c/source/data/locales/fr.txt
+++ b/icu4c/source/data/locales/fr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fr.xml
- */
fr{
AuxExemplarCharacters{"[á å ä ã ā ē í ì ī ñ ó ò ö ø ú ǔ]"}
Ellipsis{
@@ -25,9 +22,6 @@
}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ’ \u0022 “ ” « » ( ) \\[ \\] § @ * / \\& # † ‡]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +159,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
calendar{
buddhist{
DateTimePatterns{
@@ -455,7 +449,7 @@
}
MEd{
M{"E dd/MM – E dd/MM"}
- d{"E dd/MM - E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
}
MMM{
M{"MMM–MMM"}
@@ -541,7 +535,7 @@
"PM",
}
AmPmMarkersNarrow{
- "AM",
+ "a",
"p",
}
DateTimePatterns{
@@ -578,6 +572,8 @@
H{"HH 'h'"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E d/M"}
MMM{"LLL"}
@@ -588,6 +584,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"M/y"}
@@ -723,8 +721,8 @@
M{"M–M"}
}
MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
}
MMM{
M{"MMM–MMM"}
@@ -738,11 +736,11 @@
d{"d–d MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} – {1}"}
h{
@@ -1203,11 +1201,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"hh:mm"}
- hms{"hh:mm:ss"}
- ms{"mm:ss"}
- }
fields{
day{
dn{"jour"}
diff --git a/icu4c/source/data/locales/fr_BE.txt b/icu4c/source/data/locales/fr_BE.txt
index 9727a54..eeff5d6 100644
--- a/icu4c/source/data/locales/fr_BE.txt
+++ b/icu4c/source/data/locales/fr_BE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_BE.xml
@@ -14,7 +14,7 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/fr_BF.txt b/icu4c/source/data/locales/fr_BF.txt
index 807e2a0..6788e45 100644
--- a/icu4c/source/data/locales/fr_BF.txt
+++ b/icu4c/source/data/locales/fr_BF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_BF.xml
diff --git a/icu4c/source/data/locales/fr_BI.txt b/icu4c/source/data/locales/fr_BI.txt
index aaee936..c5ecfe6 100644
--- a/icu4c/source/data/locales/fr_BI.txt
+++ b/icu4c/source/data/locales/fr_BI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_BI.xml
diff --git a/icu4c/source/data/locales/fr_BJ.txt b/icu4c/source/data/locales/fr_BJ.txt
index a40abea..b771167 100644
--- a/icu4c/source/data/locales/fr_BJ.txt
+++ b/icu4c/source/data/locales/fr_BJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_BJ.xml
diff --git a/icu4c/source/data/locales/fr_BL.txt b/icu4c/source/data/locales/fr_BL.txt
index 37ac3ba..c2c4f64 100755
--- a/icu4c/source/data/locales/fr_BL.txt
+++ b/icu4c/source/data/locales/fr_BL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_BL.xml
diff --git a/icu4c/source/data/locales/fr_CA.txt b/icu4c/source/data/locales/fr_CA.txt
index 4fe669b..1fd8f96 100644
--- a/icu4c/source/data/locales/fr_CA.txt
+++ b/icu4c/source/data/locales/fr_CA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CA.xml
@@ -39,18 +39,18 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
- "HH 'h' mm 'min' ss 's' zzzz",
+ "HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE d MMMM y G",
"d MMMM y G",
- "G y-MM-dd",
- "GGGGG yy-MM-dd",
+ "d MMM y G",
+ "yy-MM-dd GGGGG",
"{1} {0}",
"{1} 'à' {0}",
"{1} 'à' {0}",
@@ -62,29 +62,12 @@
MMd{"MM-d"}
MMdd{"MM-dd"}
Md{"M-d"}
- yyyyM{"G y-MM"}
- yyyyMEd{"E G y-MM-dd"}
- yyyyMM{"G y-MM"}
- yyyyMd{"G y-MM-dd"}
+ yyyyM{"y-MM G"}
+ yyyyMEd{"E y-MM-dd G"}
+ yyyyMM{"y-MM G"}
+ yyyyMd{"y-MM-dd G"}
}
intervalFormats{
- H{
- H{"HH–HH"}
- }
- Hm{
- H{"HH:mm–HH:mm"}
- m{"HH:mm–HH:mm"}
- }
- Hmv{
- H{"HH:mm–HH:mm v"}
- m{"HH:mm–HH:mm v"}
- }
- Hv{
- H{"HH–HH v"}
- }
- M{
- M{"M–M"}
- }
MEd{
M{"E MM-dd – E MM-dd"}
d{"E MM-dd – E MM-dd"}
@@ -96,71 +79,35 @@
M{"MM-dd – MM-dd"}
d{"MM-dd – MM-dd"}
}
- d{
- d{"d–d"}
- }
- h{
- h{"h–h a"}
- }
- hm{
- h{"h:mm–h:mm a"}
- m{"h:mm–h:mm a"}
- }
- hmv{
- h{"h:mm–h:mm a v"}
- m{"h:mm–h:mm a v"}
- }
- hv{
- h{"h–h a v"}
- }
- y{
- y{"G y–y"}
- }
yM{
- M{"G y-MM – y-MM"}
- y{"G y-MM – y-MM"}
+ M{"y-MM – y-MM G"}
+ y{"y-MM – y-MM G"}
}
yMEd{
- M{"'du' E y-MM-dd 'au' E y-MM-dd G"}
- d{"'du' E y-MM-dd 'au' E y-MM-dd G"}
- y{"'du' E y-MM-dd 'au' E y-MM-dd G"}
- }
- yMMM{
- y{"'de' MMM y 'à' MMM y G"}
- }
- yMMMEd{
- M{"'du' E d MMM 'au' E d MMM y G"}
- d{"'du' E d 'au' E d MMM y G"}
- y{"'du' E d MMM y 'au' E d MMM y G"}
- }
- yMMMd{
- M{"'du' d MMM 'au' d MMM y G"}
- y{"'du' d MMM y 'au' d MMM y G"}
+ M{"E y-MM-dd – E y-MM-dd G"}
+ d{"E y-MM-dd – E y-MM-dd G"}
+ y{"E y-MM-dd – E y-MM-dd G"}
}
yMd{
- M{"G y-MM-dd – y-MM-dd"}
- d{"G y-MM-dd – y-MM-dd"}
- y{"G y-MM-dd – y-MM-dd"}
+ M{"y-MM-dd – y-MM-dd G"}
+ d{"y-MM-dd – y-MM-dd G"}
+ y{"y-MM-dd – y-MM-dd G"}
}
}
}
gregorian{
- AmPmMarkersNarrow{
- "a",
- "p",
- }
DateTimePatterns{
- "HH 'h' mm 'min' ss 's' zzzz",
+ "HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE d MMMM y",
"d MMMM y",
- "y-MM-dd",
+ "d MMM y",
"yy-MM-dd",
"{1} {0}",
- "{1} 'à' {0}",
- "{1} 'à' {0}",
+ "{1} {0}",
+ "{1} {0}",
"{1} {0}",
"{1} {0}",
}
@@ -185,15 +132,6 @@
"ven.",
"sam.",
}
- short{
- "dim.",
- "lun.",
- "mar.",
- "mer.",
- "jeu.",
- "ven.",
- "sam.",
- }
wide{
"dimanche",
"lundi",
@@ -205,27 +143,7 @@
}
}
}
- eras{
- wide%variant{
- "avant l’ère commune",
- "ère commune",
- }
- }
intervalFormats{
- H{
- H{"HH–HH"}
- }
- Hm{
- H{"HH:mm–HH:mm"}
- m{"HH:mm–HH:mm"}
- }
- Hmv{
- H{"HH:mm–HH:mm v"}
- m{"HH:mm–HH:mm v"}
- }
- Hv{
- H{"HH–HH v"}
- }
MEd{
M{"E MM-dd – E MM-dd"}
d{"E MM-dd – E MM-dd"}
@@ -235,44 +153,19 @@
d{"MM-dd – MM-dd"}
}
d{
- d{"d–d"}
- }
- h{
- a{"h 'h' a – h 'h' a"}
- h{"h–h a"}
- }
- hm{
- h{"h:mm–h:mm a"}
- m{"h:mm–h:mm a"}
- }
- hmv{
- h{"h:mm–h:mm a v"}
- m{"h:mm–h:mm a v"}
+ d{"d – d"}
}
hv{
a{"h 'h' a – h 'h' a v"}
- h{"h–h a v"}
}
yM{
M{"y-MM – y-MM"}
y{"y-MM – y-MM"}
}
yMEd{
- M{"'du' E y-MM-dd 'au' E y-MM-dd"}
- d{"'du' E y-MM-dd 'au' E y-MM-dd"}
- y{"'du' E y-MM-dd 'au' E y-MM-dd"}
- }
- yMMM{
- y{"'de' MMM y 'à' MMM y"}
- }
- yMMMEd{
- M{"'du' E d MMM 'au' E d MMM y"}
- d{"'du' E d 'au' E d MMM y"}
- y{"'du' E d MMM y 'au' E d MMM y"}
- }
- yMMMd{
- M{"'du' d MMM 'au' d MMM y"}
- y{"'du' d MMM y 'au' d MMM y"}
+ M{"E y-MM-dd – E y-MM-dd"}
+ d{"E y-MM-dd – E y-MM-dd"}
+ y{"E y-MM-dd – E y-MM-dd"}
}
yMd{
M{"y-MM-dd – y-MM-dd"}
@@ -315,7 +208,7 @@
}
islamic{
DateTimePatterns{
- "HH 'h' mm 'min' ss 's' zzzz",
+ "HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
@@ -338,15 +231,6 @@
}
}
}
- delimiters{
- alternateQuotationEnd{"›"}
- alternateQuotationStart{"‹"}
- }
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
relativeTime{
@@ -368,16 +252,6 @@
}
}
}
- dayperiod{
- dn{"système horaire"}
- }
- fri-narrow{
- relative{
- "-1"{"ven. dernier"}
- "0"{"ce ven."}
- "1"{"ven. prochain"}
- }
- }
hour{
relativeTime{
future{
@@ -402,13 +276,6 @@
}
}
}
- mon-narrow{
- relative{
- "-1"{"lun. dernier"}
- "0"{"ce lun."}
- "1"{"lun. prochain"}
- }
- }
month{
relativeTime{
future{
@@ -421,16 +288,6 @@
}
}
}
- month-narrow{
- dn{"m."}
- }
- sat-narrow{
- relative{
- "-1"{"sam. dernier"}
- "0"{"ce sam."}
- "1"{"sam. prochain"}
- }
- }
second{
relativeTime{
future{
@@ -451,34 +308,6 @@
}
}
}
- sun-narrow{
- relative{
- "-1"{"dim. dernier"}
- "0"{"ce dim."}
- "1"{"dim. prochain"}
- }
- }
- thu-narrow{
- relative{
- "-1"{"jeu. dernier"}
- "0"{"ce jeu."}
- "1"{"jeu. prochain"}
- }
- }
- tue-narrow{
- relative{
- "-1"{"mar. dernier"}
- "0"{"ce mar."}
- "1"{"mar. prochain"}
- }
- }
- wed-narrow{
- relative{
- "-1"{"mer. dernier"}
- "0"{"ce mer."}
- "1"{"ce mer."}
- }
- }
week{
relativeTime{
future{
@@ -505,9 +334,6 @@
}
}
transformNames{
- Numeric{"Chiffres"}
- x-Fullwidth{"Pleine largeur"}
- x-Halfwidth{"Demie largeur"}
x-Publishing{"Édition"}
}
}
diff --git a/icu4c/source/data/locales/fr_CD.txt b/icu4c/source/data/locales/fr_CD.txt
index c177e23..6f8b726 100644
--- a/icu4c/source/data/locales/fr_CD.txt
+++ b/icu4c/source/data/locales/fr_CD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CD.xml
diff --git a/icu4c/source/data/locales/fr_CF.txt b/icu4c/source/data/locales/fr_CF.txt
index 5418e51..cf31804 100755
--- a/icu4c/source/data/locales/fr_CF.txt
+++ b/icu4c/source/data/locales/fr_CF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CF.xml
diff --git a/icu4c/source/data/locales/fr_CG.txt b/icu4c/source/data/locales/fr_CG.txt
index 84d13a4..685ed59 100644
--- a/icu4c/source/data/locales/fr_CG.txt
+++ b/icu4c/source/data/locales/fr_CG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CG.xml
diff --git a/icu4c/source/data/locales/fr_CH.txt b/icu4c/source/data/locales/fr_CH.txt
index ec423ae..75aeead 100644
--- a/icu4c/source/data/locales/fr_CH.txt
+++ b/icu4c/source/data/locales/fr_CH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CH.xml
@@ -17,7 +17,7 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/fr_CI.txt b/icu4c/source/data/locales/fr_CI.txt
index fa04c3d..d2c7063 100755
--- a/icu4c/source/data/locales/fr_CI.txt
+++ b/icu4c/source/data/locales/fr_CI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CI.xml
diff --git a/icu4c/source/data/locales/fr_CM.txt b/icu4c/source/data/locales/fr_CM.txt
index 086a46b..5442269 100755
--- a/icu4c/source/data/locales/fr_CM.txt
+++ b/icu4c/source/data/locales/fr_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_CM.xml
diff --git a/icu4c/source/data/locales/fr_DJ.txt b/icu4c/source/data/locales/fr_DJ.txt
index b078c1e..b341581 100644
--- a/icu4c/source/data/locales/fr_DJ.txt
+++ b/icu4c/source/data/locales/fr_DJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_DJ.xml
diff --git a/icu4c/source/data/locales/fr_DZ.txt b/icu4c/source/data/locales/fr_DZ.txt
index 965f746..73c0409 100755
--- a/icu4c/source/data/locales/fr_DZ.txt
+++ b/icu4c/source/data/locales/fr_DZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_DZ.xml
diff --git a/icu4c/source/data/locales/fr_FR.txt b/icu4c/source/data/locales/fr_FR.txt
index 6bb5348..51e9f27 100644
--- a/icu4c/source/data/locales/fr_FR.txt
+++ b/icu4c/source/data/locales/fr_FR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_FR.xml
diff --git a/icu4c/source/data/locales/fr_GA.txt b/icu4c/source/data/locales/fr_GA.txt
index b5b9ad7..06bdac5 100644
--- a/icu4c/source/data/locales/fr_GA.txt
+++ b/icu4c/source/data/locales/fr_GA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_GA.xml
diff --git a/icu4c/source/data/locales/fr_GF.txt b/icu4c/source/data/locales/fr_GF.txt
index 307d6da..cca7e91 100755
--- a/icu4c/source/data/locales/fr_GF.txt
+++ b/icu4c/source/data/locales/fr_GF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_GF.xml
diff --git a/icu4c/source/data/locales/fr_GN.txt b/icu4c/source/data/locales/fr_GN.txt
index f5346cd..c1003ca 100755
--- a/icu4c/source/data/locales/fr_GN.txt
+++ b/icu4c/source/data/locales/fr_GN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_GN.xml
diff --git a/icu4c/source/data/locales/fr_GP.txt b/icu4c/source/data/locales/fr_GP.txt
index 51e8d8c..f50c3c6 100755
--- a/icu4c/source/data/locales/fr_GP.txt
+++ b/icu4c/source/data/locales/fr_GP.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_GP.xml
diff --git a/icu4c/source/data/locales/fr_GQ.txt b/icu4c/source/data/locales/fr_GQ.txt
index d69e1e7..4d82a83 100644
--- a/icu4c/source/data/locales/fr_GQ.txt
+++ b/icu4c/source/data/locales/fr_GQ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_GQ.xml
diff --git a/icu4c/source/data/locales/fr_HT.txt b/icu4c/source/data/locales/fr_HT.txt
index 63ee105..dbf1365 100755
--- a/icu4c/source/data/locales/fr_HT.txt
+++ b/icu4c/source/data/locales/fr_HT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_HT.xml
diff --git a/icu4c/source/data/locales/fr_KM.txt b/icu4c/source/data/locales/fr_KM.txt
index ec31446..6172855 100644
--- a/icu4c/source/data/locales/fr_KM.txt
+++ b/icu4c/source/data/locales/fr_KM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_KM.xml
diff --git a/icu4c/source/data/locales/fr_LU.txt b/icu4c/source/data/locales/fr_LU.txt
index 1057eac..8820607 100644
--- a/icu4c/source/data/locales/fr_LU.txt
+++ b/icu4c/source/data/locales/fr_LU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_LU.xml
diff --git a/icu4c/source/data/locales/fr_MA.txt b/icu4c/source/data/locales/fr_MA.txt
index 1df363a..81d506d 100755
--- a/icu4c/source/data/locales/fr_MA.txt
+++ b/icu4c/source/data/locales/fr_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MA.xml
diff --git a/icu4c/source/data/locales/fr_MC.txt b/icu4c/source/data/locales/fr_MC.txt
index f7cf7f7..dc1dbc7 100644
--- a/icu4c/source/data/locales/fr_MC.txt
+++ b/icu4c/source/data/locales/fr_MC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MC.xml
diff --git a/icu4c/source/data/locales/fr_MF.txt b/icu4c/source/data/locales/fr_MF.txt
index b549c8f..7d3e84a 100755
--- a/icu4c/source/data/locales/fr_MF.txt
+++ b/icu4c/source/data/locales/fr_MF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MF.xml
diff --git a/icu4c/source/data/locales/fr_MG.txt b/icu4c/source/data/locales/fr_MG.txt
index 5c9867e..2afaf7e 100755
--- a/icu4c/source/data/locales/fr_MG.txt
+++ b/icu4c/source/data/locales/fr_MG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MG.xml
diff --git a/icu4c/source/data/locales/fr_ML.txt b/icu4c/source/data/locales/fr_ML.txt
index 4da2f54..71d09b0 100755
--- a/icu4c/source/data/locales/fr_ML.txt
+++ b/icu4c/source/data/locales/fr_ML.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_ML.xml
diff --git a/icu4c/source/data/locales/fr_MQ.txt b/icu4c/source/data/locales/fr_MQ.txt
index 433eea1..76b98f9 100755
--- a/icu4c/source/data/locales/fr_MQ.txt
+++ b/icu4c/source/data/locales/fr_MQ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MQ.xml
diff --git a/icu4c/source/data/locales/fr_MR.txt b/icu4c/source/data/locales/fr_MR.txt
index 8b527e4..92d3ae8 100755
--- a/icu4c/source/data/locales/fr_MR.txt
+++ b/icu4c/source/data/locales/fr_MR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MR.xml
diff --git a/icu4c/source/data/locales/fr_MU.txt b/icu4c/source/data/locales/fr_MU.txt
index 5aaf88f..67db118 100755
--- a/icu4c/source/data/locales/fr_MU.txt
+++ b/icu4c/source/data/locales/fr_MU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_MU.xml
diff --git a/icu4c/source/data/locales/fr_NC.txt b/icu4c/source/data/locales/fr_NC.txt
index 6d130c1..fdb8ad2 100755
--- a/icu4c/source/data/locales/fr_NC.txt
+++ b/icu4c/source/data/locales/fr_NC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_NC.xml
diff --git a/icu4c/source/data/locales/fr_NE.txt b/icu4c/source/data/locales/fr_NE.txt
index c008ea9..001ab29 100755
--- a/icu4c/source/data/locales/fr_NE.txt
+++ b/icu4c/source/data/locales/fr_NE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_NE.xml
diff --git a/icu4c/source/data/locales/fr_PF.txt b/icu4c/source/data/locales/fr_PF.txt
index 9cc2f13..eeb88a7 100755
--- a/icu4c/source/data/locales/fr_PF.txt
+++ b/icu4c/source/data/locales/fr_PF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_PF.xml
diff --git a/icu4c/source/data/locales/fr_PM.txt b/icu4c/source/data/locales/fr_PM.txt
index 5188f6d..b165274 100755
--- a/icu4c/source/data/locales/fr_PM.txt
+++ b/icu4c/source/data/locales/fr_PM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_PM.xml
diff --git a/icu4c/source/data/locales/fr_RE.txt b/icu4c/source/data/locales/fr_RE.txt
index b6d9235..463ef16 100755
--- a/icu4c/source/data/locales/fr_RE.txt
+++ b/icu4c/source/data/locales/fr_RE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_RE.xml
diff --git a/icu4c/source/data/locales/fr_RW.txt b/icu4c/source/data/locales/fr_RW.txt
index 1371f93..dfc6b05 100644
--- a/icu4c/source/data/locales/fr_RW.txt
+++ b/icu4c/source/data/locales/fr_RW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_RW.xml
diff --git a/icu4c/source/data/locales/fr_SC.txt b/icu4c/source/data/locales/fr_SC.txt
index eafddfd..f5b6012 100755
--- a/icu4c/source/data/locales/fr_SC.txt
+++ b/icu4c/source/data/locales/fr_SC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_SC.xml
diff --git a/icu4c/source/data/locales/fr_SN.txt b/icu4c/source/data/locales/fr_SN.txt
index 5462f24..eb1a401 100755
--- a/icu4c/source/data/locales/fr_SN.txt
+++ b/icu4c/source/data/locales/fr_SN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_SN.xml
diff --git a/icu4c/source/data/locales/fr_SY.txt b/icu4c/source/data/locales/fr_SY.txt
index e1d1a1b..9064bbe 100755
--- a/icu4c/source/data/locales/fr_SY.txt
+++ b/icu4c/source/data/locales/fr_SY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_SY.xml
diff --git a/icu4c/source/data/locales/fr_TD.txt b/icu4c/source/data/locales/fr_TD.txt
index 78bc3bd..c1d24a6 100644
--- a/icu4c/source/data/locales/fr_TD.txt
+++ b/icu4c/source/data/locales/fr_TD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_TD.xml
diff --git a/icu4c/source/data/locales/fr_TG.txt b/icu4c/source/data/locales/fr_TG.txt
index 161edde..6841d3d 100644
--- a/icu4c/source/data/locales/fr_TG.txt
+++ b/icu4c/source/data/locales/fr_TG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_TG.xml
diff --git a/icu4c/source/data/locales/fr_TN.txt b/icu4c/source/data/locales/fr_TN.txt
index 83f2a18..3ea1c49 100755
--- a/icu4c/source/data/locales/fr_TN.txt
+++ b/icu4c/source/data/locales/fr_TN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_TN.xml
diff --git a/icu4c/source/data/locales/fr_VU.txt b/icu4c/source/data/locales/fr_VU.txt
index 4b2d6fd..638eb7a 100755
--- a/icu4c/source/data/locales/fr_VU.txt
+++ b/icu4c/source/data/locales/fr_VU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_VU.xml
diff --git a/icu4c/source/data/locales/fr_WF.txt b/icu4c/source/data/locales/fr_WF.txt
index f02e5a6..79fe396 100755
--- a/icu4c/source/data/locales/fr_WF.txt
+++ b/icu4c/source/data/locales/fr_WF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_WF.xml
diff --git a/icu4c/source/data/locales/fr_YT.txt b/icu4c/source/data/locales/fr_YT.txt
index 1769df1..ba7971a 100755
--- a/icu4c/source/data/locales/fr_YT.txt
+++ b/icu4c/source/data/locales/fr_YT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fr_YT.xml
diff --git a/icu4c/source/data/locales/fur.txt b/icu4c/source/data/locales/fur.txt
index d916feb..d7e4546 100644
--- a/icu4c/source/data/locales/fur.txt
+++ b/icu4c/source/data/locales/fur.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fur.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fur.xml
- */
fur{
AuxExemplarCharacters{"[å č é ë ğ ï ñ ó š ü]"}
ExemplarCharacters{"[a à â b c ç d e è ê f g h i ì î j k l m n o ò ô p q r s t u ù û v w x y z]"}
ExemplarCharactersIndex{"[A B C Ç D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -38,7 +32,7 @@
}
}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
calendar{
generic{
DateTimePatterns{
@@ -81,97 +75,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
}
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
MMMEd{
- M{"E d 'di' MMM - E d 'di' MMM"}
- d{"E d - E d 'di' MMM"}
+ M{"E d 'di' MMM – E d 'di' MMM"}
+ d{"E d – E d 'di' MMM"}
}
MMMd{
- M{"d 'di' MMM - d 'di' MMM"}
- d{"d-d 'di' MMM"}
+ M{"d 'di' MMM – d 'di' MMM"}
+ d{"d–d 'di' MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
}
yMEd{
- M{"E dd/MM/y - E dd/MM/y"}
- d{"E dd/MM/y - E dd/MM/y"}
- y{"E dd/MM/y - E dd/MM/y"}
+ M{"E dd/MM/y – E dd/MM/y"}
+ d{"E dd/MM/y – E dd/MM/y"}
+ y{"E dd/MM/y – E dd/MM/y"}
}
yMMM{
- M{"MM - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM – MM/y"}
+ y{"MM/y – MM/y"}
}
yMMMEd{
- M{"E dd/MM/y - E dd/MM/y"}
- d{"E dd/MM/y - E dd/MM/y"}
- y{"E dd/MM/y - E dd/MM/y"}
+ M{"E dd/MM/y – E dd/MM/y"}
+ d{"E dd/MM/y – E dd/MM/y"}
+ y{"E dd/MM/y – E dd/MM/y"}
}
yMMMM{
- M{"MM - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM – MM/y"}
+ y{"MM/y – MM/y"}
}
yMMMd{
- M{"dd/MM/y - d/MM"}
- d{"d - d/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – d/MM"}
+ d{"d – d/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
yMd{
- M{"dd/MM/y - dd/MM/y"}
- d{"dd/MM/y - dd/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
}
}
@@ -286,97 +280,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
}
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
MMMEd{
- M{"E d 'di' MMM - E d 'di' MMM"}
- d{"E d - E d 'di' MMM"}
+ M{"E d 'di' MMM – E d 'di' MMM"}
+ d{"E d – E d 'di' MMM"}
}
MMMd{
- M{"d 'di' MMM - d 'di' MMM"}
- d{"d-d 'di' MMM"}
+ M{"d 'di' MMM – d 'di' MMM"}
+ d{"d–d 'di' MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
}
yMEd{
- M{"E dd/MM/y - E dd/MM/y"}
- d{"E dd/MM/y - E dd/MM/y"}
- y{"E dd/MM/y - E dd/MM/y"}
+ M{"E dd/MM/y – E dd/MM/y"}
+ d{"E dd/MM/y – E dd/MM/y"}
+ y{"E dd/MM/y – E dd/MM/y"}
}
yMMM{
- M{"MM - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM – MM/y"}
+ y{"MM/y – MM/y"}
}
yMMMEd{
- M{"E dd/MM/y - E dd/MM/y"}
- d{"E dd/MM/y - E dd/MM/y"}
- y{"E dd/MM/y - E dd/MM/y"}
+ M{"E dd/MM/y – E dd/MM/y"}
+ d{"E dd/MM/y – E dd/MM/y"}
+ y{"E dd/MM/y – E dd/MM/y"}
}
yMMMM{
- M{"MM - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM – MM/y"}
+ y{"MM/y – MM/y"}
}
yMMMd{
- M{"dd/MM/y - d/MM"}
- d{"d - d/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – d/MM"}
+ d{"d – d/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
yMd{
- M{"dd/MM/y - dd/MM/y"}
- d{"dd/MM/y - dd/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
}
monthNames{
diff --git a/icu4c/source/data/locales/fur_IT.txt b/icu4c/source/data/locales/fur_IT.txt
index ed471e0..fec62ba 100644
--- a/icu4c/source/data/locales/fur_IT.txt
+++ b/icu4c/source/data/locales/fur_IT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fur_IT.xml
diff --git a/icu4c/source/data/locales/fy.txt b/icu4c/source/data/locales/fy.txt
index da55ece..9df8a13 100644
--- a/icu4c/source/data/locales/fy.txt
+++ b/icu4c/source/data/locales/fy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/fy.xml
- */
fy{
AuxExemplarCharacters{"[à â æ è ê ô ù û]"}
Ellipsis{
@@ -28,9 +25,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
latn{
@@ -164,7 +158,7 @@
}
}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
calendar{
buddhist{
DateTimePatterns{
@@ -804,100 +798,100 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd-MM - E dd-MM"}
- d{"E dd-MM - E dd-MM"}
+ M{"E dd-MM – E dd-MM"}
+ d{"E dd-MM – E dd-MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
+ M{"E d MMM – E d MMM"}
+ d{"E d – E d MMM"}
}
MMMM{
M{"MMMM–MMMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd-MM - dd-MM"}
- d{"dd-MM - dd-MM"}
+ M{"dd-MM – dd-MM"}
+ d{"dd-MM – dd-MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM-y - MM-y G"}
- y{"MM-y - MM-y G"}
+ M{"MM-y – MM-y G"}
+ y{"MM-y – MM-y G"}
}
yMEd{
- M{"E dd-MM-y - E dd-MM-y G"}
- d{"E dd-MM-y - E dd-MM-y G"}
- y{"E dd-MM-y - E dd-MM-y G"}
+ M{"E dd-MM-y – E dd-MM-y G"}
+ d{"E dd-MM-y – E dd-MM-y G"}
+ y{"E dd-MM-y – E dd-MM-y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E d MMM - E d MMM y G"}
- d{"E d - E d MMM y G"}
- y{"E d MMM y - E d MMM y G"}
+ M{"E d MMM – E d MMM y G"}
+ d{"E d – E d MMM y G"}
+ y{"E d MMM y – E d MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM–MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d MMM - d MMM y G"}
- d{"d-d MMM y G"}
- y{"d MMM y - d MMM y G"}
+ M{"d MMM – d MMM y G"}
+ d{"d–d MMM y G"}
+ y{"d MMM y – d MMM y G"}
}
yMd{
- M{"dd-MM-y - dd-MM-y G"}
- d{"dd-MM-y - dd-MM-y G"}
- y{"dd-MM-y - dd-MM-y G"}
+ M{"dd-MM-y – dd-MM-y G"}
+ d{"dd-MM-y – dd-MM-y G"}
+ y{"dd-MM-y – dd-MM-y G"}
}
}
}
@@ -1073,100 +1067,100 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd-MM - E dd-MM"}
- d{"E dd-MM - E dd-MM"}
+ M{"E dd-MM – E dd-MM"}
+ d{"E dd-MM – E dd-MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
+ M{"E d MMM – E d MMM"}
+ d{"E d – E d MMM"}
}
MMMM{
M{"MMMM–MMMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd-MM - dd-MM"}
- d{"dd-MM - dd-MM"}
+ M{"dd-MM – dd-MM"}
+ d{"dd-MM – dd-MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM-y - MM-y"}
- y{"MM-y - MM-y"}
+ M{"MM-y – MM-y"}
+ y{"MM-y – MM-y"}
}
yMEd{
- M{"E dd-MM-y - E dd-MM-y"}
- d{"E dd-MM-y - E dd-MM-y"}
- y{"E dd-MM-y - E dd-MM-y"}
+ M{"E dd-MM-y – E dd-MM-y"}
+ d{"E dd-MM-y – E dd-MM-y"}
+ y{"E dd-MM-y – E dd-MM-y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E d MMM - E d MMM y"}
- d{"E d - E d MMM y"}
- y{"E d MMM y - E d MMM y"}
+ M{"E d MMM – E d MMM y"}
+ d{"E d – E d MMM y"}
+ y{"E d MMM y – E d MMM y"}
}
yMMMM{
- M{"MMMM-MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM–MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM y - d MMM y"}
+ M{"d MMM – d MMM y"}
+ d{"d–d MMM y"}
+ y{"d MMM y – d MMM y"}
}
yMd{
- M{"dd-MM-y - dd-MM-y"}
- d{"dd-MM-y - dd-MM-y"}
- y{"dd-MM-y - dd-MM-y"}
+ M{"dd-MM-y – dd-MM-y"}
+ d{"dd-MM-y – dd-MM-y"}
+ y{"dd-MM-y – dd-MM-y"}
}
}
monthNames{
@@ -1671,246 +1665,6 @@
yyyyQQQ{"QQQ y G"}
yyyyQQQQ{"QQQQ y G"}
}
- eras{
- abbreviated{
- "Taika (645-650)",
- "Hakuchi (650-671)",
- "Hakuhō (672-686)",
- "Shuchō (686-701)",
- "Taihō (701-704)",
- "Keiun (704-708)",
- "Wadō (708-715)",
- "Reiki (715-717)",
- "Yōrō (717-724)",
- "Jinki (724-729)",
- "Tempyō (729-749)",
- "Tempyō-kampō (749-749)",
- "Tempyō-shōhō (749-757)",
- "Tempyō-hōji (757-765)",
- "Temphō-jingo (765-767)",
- "Jingo-keiun (767-770)",
- "Hōki (770-780)",
- "Ten-ō (781-782)",
- "Enryaku (782-806)",
- "Daidō (806-810)",
- "Kōnin (810-824)",
- "Tenchō (824-834)",
- "Jōwa (834-848)",
- "Kajō (848-851)",
- "Ninju (851-854)",
- "Saiko (854-857)",
- "Tennan (857-859)",
- "Jōgan (859-877)",
- "Genkei (877-885)",
- "Ninna (885-889)",
- "Kampyō (889-898)",
- "Shōtai (898-901)",
- "Engi (901-923)",
- "Enchō (923-931)",
- "Shōhei (931-938)",
- "Tengyō (938-947)",
- "Tenryaku (947-957)",
- "Tentoku (957-961)",
- "Ōwa (961-964)",
- "Kōhō (964-968)",
- "Anna (968-970)",
- "Tenroku (970-973)",
- "Ten-en (973-976)",
- "Jōgen (976-978)",
- "Tengen (978-983)",
- "Eikan (983-985)",
- "Kanna (985-987)",
- "Ei-en (987-989)",
- "Eiso (989-990)",
- "Shōryaku (990-995)",
- "Chōtoku (995-999)",
- "Chōhō (999-1004)",
- "Kankō (1004-1012)",
- "Chōwa (1012-1017)",
- "Kannin (1017-1021)",
- "Jian (1021-1024)",
- "Manju (1024-1028)",
- "Chōgen (1028-1037)",
- "Chōryaku (1037-1040)",
- "Chōkyū (1040-1044)",
- "Kantoku (1044-1046)",
- "Eishō (1046-1053)",
- "Tengi (1053-1058)",
- "Kōhei (1058-1065)",
- "Jiryaku (1065-1069)",
- "Enkyū (1069-1074)",
- "Shōho (1074-1077)",
- "Shōryaku (1077-1081)",
- "Eiho (1081-1084)",
- "Ōtoku (1084-1087)",
- "Kanji (1087-1094)",
- "Kaho (1094-1096)",
- "Eichō (1096-1097)",
- "Shōtoku (1097-1099)",
- "Kōwa (1099-1104)",
- "Chōji (1104-1106)",
- "Kashō (1106-1108)",
- "Tennin (1108-1110)",
- "Ten-ei (1110-1113)",
- "Eikyū (1113-1118)",
- "Gen-ei (1118-1120)",
- "Hoan (1120-1124)",
- "Tenji (1124-1126)",
- "Daiji (1126-1131)",
- "Tenshō (1131-1132)",
- "Chōshō (1132-1135)",
- "Hoen (1135-1141)",
- "Eiji (1141-1142)",
- "Kōji (1142-1144)",
- "Tenyō (1144-1145)",
- "Kyūan (1145-1151)",
- "Ninpei (1151-1154)",
- "Kyūju (1154-1156)",
- "Hogen (1156-1159)",
- "Heiji (1159-1160)",
- "Eiryaku (1160-1161)",
- "Ōho (1161-1163)",
- "Chōkan (1163-1165)",
- "Eiman (1165-1166)",
- "Nin-an (1166-1169)",
- "Kaō (1169-1171)",
- "Shōan (1171-1175)",
- "Angen (1175-1177)",
- "Jishō (1177-1181)",
- "Yōwa (1181-1182)",
- "Juei (1182-1184)",
- "Genryuku (1184-1185)",
- "Bunji (1185-1190)",
- "Kenkyū (1190-1199)",
- "Shōji (1199-1201)",
- "Kennin (1201-1204)",
- "Genkyū (1204-1206)",
- "Ken-ei (1206-1207)",
- "Shōgen (1207-1211)",
- "Kenryaku (1211-1213)",
- "Kenpō (1213-1219)",
- "Shōkyū (1219-1222)",
- "Jōō (1222-1224)",
- "Gennin (1224-1225)",
- "Karoku (1225-1227)",
- "Antei (1227-1229)",
- "Kanki (1229-1232)",
- "Jōei (1232-1233)",
- "Tempuku (1233-1234)",
- "Bunryaku (1234-1235)",
- "Katei (1235-1238)",
- "Ryakunin (1238-1239)",
- "En-ō (1239-1240)",
- "Ninji (1240-1243)",
- "Kangen (1243-1247)",
- "Hōji (1247-1249)",
- "Kenchō (1249-1256)",
- "Kōgen (1256-1257)",
- "Shōka (1257-1259)",
- "Shōgen (1259-1260)",
- "Bun-ō (1260-1261)",
- "Kōchō (1261-1264)",
- "Bun-ei (1264-1275)",
- "Kenji (1275-1278)",
- "Kōan (1278-1288)",
- "Shōō (1288-1293)",
- "Einin (1293-1299)",
- "Shōan (1299-1302)",
- "Kengen (1302-1303)",
- "Kagen (1303-1306)",
- "Tokuji (1306-1308)",
- "Enkei (1308-1311)",
- "Ōchō (1311-1312)",
- "Shōwa (1312-1317)",
- "Bunpō (1317-1319)",
- "Genō (1319-1321)",
- "Genkyō (1321-1324)",
- "Shōchū (1324-1326)",
- "Kareki (1326-1329)",
- "Gentoku (1329-1331)",
- "Genkō (1331-1334)",
- "Kemmu (1334-1336)",
- "Engen (1336-1340)",
- "Kōkoku (1340-1346)",
- "Shōhei (1346-1370)",
- "Kentoku (1370-1372)",
- "Bunchū (1372-1375)",
- "Tenju (1375-1379)",
- "Kōryaku (1379-1381)",
- "Kōwa (1381-1384)",
- "Genchū (1384-1392)",
- "Meitoku (1384-1387)",
- "Kakei (1387-1389)",
- "Kōō (1389-1390)",
- "Meitoku (1390-1394)",
- "Ōei (1394-1428)",
- "Shōchō (1428-1429)",
- "Eikyō (1429-1441)",
- "Kakitsu (1441-1444)",
- "Bun-an (1444-1449)",
- "Hōtoku (1449-1452)",
- "Kyōtoku (1452-1455)",
- "Kōshō (1455-1457)",
- "Chōroku (1457-1460)",
- "Kanshō (1460-1466)",
- "Bunshō (1466-1467)",
- "Ōnin (1467-1469)",
- "Bunmei (1469-1487)",
- "Chōkyō (1487-1489)",
- "Entoku (1489-1492)",
- "Meiō (1492-1501)",
- "Bunki (1501-1504)",
- "Eishō (1504-1521)",
- "Taiei (1521-1528)",
- "Kyōroku (1528-1532)",
- "Tenmon (1532-1555)",
- "Kōji (1555-1558)",
- "Eiroku (1558-1570)",
- "Genki (1570-1573)",
- "Tenshō (1573-1592)",
- "Bunroku (1592-1596)",
- "Keichō (1596-1615)",
- "Genwa (1615-1624)",
- "Kan-ei (1624-1644)",
- "Shōho (1644-1648)",
- "Keian (1648-1652)",
- "Shōō (1652-1655)",
- "Meiryaku (1655-1658)",
- "Manji (1658-1661)",
- "Kanbun (1661-1673)",
- "Enpō (1673-1681)",
- "Tenwa (1681-1684)",
- "Jōkyō (1684-1688)",
- "Genroku (1688-1704)",
- "Hōei (1704-1711)",
- "Shōtoku (1711-1716)",
- "Kyōhō (1716-1736)",
- "Genbun (1736-1741)",
- "Kanpō (1741-1744)",
- "Enkyō (1744-1748)",
- "Kan-en (1748-1751)",
- "Hōryaku (1751-1764)",
- "Meiwa (1764-1772)",
- "An-ei (1772-1781)",
- "Tenmei (1781-1789)",
- "Kansei (1789-1801)",
- "Kyōwa (1801-1804)",
- "Bunka (1804-1818)",
- "Bunsei (1818-1830)",
- "Tenpō (1830-1844)",
- "Kōka (1844-1848)",
- "Kaei (1848-1854)",
- "Ansei (1854-1860)",
- "Man-en (1860-1861)",
- "Bunkyū (1861-1864)",
- "Genji (1864-1865)",
- "Keiō (1865-1868)",
- "Meiji",
- "Taishō",
- "Shōwa",
- "Heisei",
- }
- }
}
persian{
eras{
@@ -2087,11 +1841,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dei"}
diff --git a/icu4c/source/data/locales/fy_NL.txt b/icu4c/source/data/locales/fy_NL.txt
index 252c56b..864dad4 100644
--- a/icu4c/source/data/locales/fy_NL.txt
+++ b/icu4c/source/data/locales/fy_NL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/fy_NL.xml
diff --git a/icu4c/source/data/locales/ga.txt b/icu4c/source/data/locales/ga.txt
index d9cecdc..5e43ebf 100644
--- a/icu4c/source/data/locales/ga.txt
+++ b/icu4c/source/data/locales/ga.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ga.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ga.xml
- */
ga{
AuxExemplarCharacters{"[å ḃ ċ ḋ ḟ ġ j k ṁ ṗ q ṡ ṫ v w x y z]"}
Ellipsis{
@@ -20,9 +17,6 @@
word-medial{"{0} … {1}"}
}
ExemplarCharacters{"[a á b c d e é f g h i í l m n o ó p r s t u ú]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -231,7 +225,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -740,11 +734,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Lá"}
diff --git a/icu4c/source/data/locales/ga_IE.txt b/icu4c/source/data/locales/ga_IE.txt
index bcc0f68..40dad13 100644
--- a/icu4c/source/data/locales/ga_IE.txt
+++ b/icu4c/source/data/locales/ga_IE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ga_IE.xml
diff --git a/icu4c/source/data/locales/gd.txt b/icu4c/source/data/locales/gd.txt
index effaaa7..10f1014 100644
--- a/icu4c/source/data/locales/gd.txt
+++ b/icu4c/source/data/locales/gd.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gd.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gd.xml
- */
gd{
AuxExemplarCharacters{
"[á ă â å ä ã ā æ ċ ç ḋ é ĕ ê ë ē ḟ ġ í ĭ î ï ī ı j k ł ṁ ñ ó ŏ ô ö ø ō œ ṗ q"
@@ -24,9 +21,6 @@
}
ExemplarCharacters{"[a à b c d e è f g h i ì l m n o ò p r s t u ù]"}
ExemplarCharactersIndex{"[A B C D E F G H I L M N O P R S T U]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -211,7 +205,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -501,7 +495,7 @@
H{"HH – HH v"}
}
M{
- M{"M - M"}
+ M{"M – M"}
}
MEd{
M{"E, d/M – E, d/M"}
@@ -741,11 +735,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"latha"}
diff --git a/icu4c/source/data/locales/gd_GB.txt b/icu4c/source/data/locales/gd_GB.txt
index 8928042..e15936e 100644
--- a/icu4c/source/data/locales/gd_GB.txt
+++ b/icu4c/source/data/locales/gd_GB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gd_GB.xml
diff --git a/icu4c/source/data/locales/gl.txt b/icu4c/source/data/locales/gl.txt
index 64455d3..aa5814f 100644
--- a/icu4c/source/data/locales/gl.txt
+++ b/icu4c/source/data/locales/gl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gl.xml
- */
gl{
AuxExemplarCharacters{"[ª à â ä ã ç è ê ë ì î ï º ò ô ö õ ù û]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +159,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -723,11 +717,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Día"}
diff --git a/icu4c/source/data/locales/gl_ES.txt b/icu4c/source/data/locales/gl_ES.txt
index c357716..04d1fbd 100644
--- a/icu4c/source/data/locales/gl_ES.txt
+++ b/icu4c/source/data/locales/gl_ES.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gl_ES.xml
diff --git a/icu4c/source/data/locales/gsw.txt b/icu4c/source/data/locales/gsw.txt
index 57d3a4f..3afcca1 100644
--- a/icu4c/source/data/locales/gsw.txt
+++ b/icu4c/source/data/locales/gsw.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gsw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gsw.xml
- */
gsw{
AuxExemplarCharacters{"[á à ă â å ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ø ō œ ú ù ŭ û ū ÿ]"}
ExemplarCharacters{"[a ä b c d e f g h i j k l m n o ö p q r s t u ü v w x y z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -37,7 +31,7 @@
}
}
}
- Version{"2.1.7.41"}
+ Version{"2.1.10.93"}
calendar{
buddhist{
DateTimePatterns{
@@ -104,100 +98,100 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M.-M."}
+ M{"M.–M."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d.-d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d.–d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"d.-d."}
+ d{"d.–d."}
}
fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y"}
- d{"E, d. - E, d. MMM y"}
- y{"E, d. MMM y - E, d. MMM y"}
+ M{"E, d. MMM – E, d. MMM y"}
+ d{"E, d. – E, d. MMM y"}
+ y{"E, d. MMM y – E, d. MMM y"}
}
yMMMM{
M{"MM – MM.y"}
y{"MM.y – MM.y"}
}
yMMMd{
- M{"d. MMM - d. MMM y"}
- d{"d.-d. MMM y"}
- y{"d. MMM y - d. MMM y"}
+ M{"d. MMM – d. MMM y"}
+ d{"d.–d. MMM y"}
+ y{"d. MMM y – d. MMM y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
}
@@ -300,100 +294,100 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M.-M."}
+ M{"M.–M."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d.-d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d.–d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"d.-d."}
+ d{"d.–d."}
}
fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y"}
- d{"E, d. - E, d. MMM y"}
- y{"E, d. MMM y - E, d. MMM y"}
+ M{"E, d. MMM – E, d. MMM y"}
+ d{"E, d. – E, d. MMM y"}
+ y{"E, d. MMM y – E, d. MMM y"}
}
yMMMM{
M{"MM – MM.y"}
y{"MM.y – MM.y"}
}
yMMMd{
- M{"d. MMM - d. MMM y"}
- d{"d.-d. MMM y"}
- y{"d. MMM y - d. MMM y"}
+ M{"d. MMM – d. MMM y"}
+ d{"d.–d. MMM y"}
+ y{"d. MMM y – d. MMM y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -468,11 +462,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Tag"}
diff --git a/icu4c/source/data/locales/gsw_CH.txt b/icu4c/source/data/locales/gsw_CH.txt
index 829cbad..12fbc3c 100644
--- a/icu4c/source/data/locales/gsw_CH.txt
+++ b/icu4c/source/data/locales/gsw_CH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gsw_CH.xml
diff --git a/icu4c/source/data/locales/gsw_FR.txt b/icu4c/source/data/locales/gsw_FR.txt
index daa51ef..1002da5 100644
--- a/icu4c/source/data/locales/gsw_FR.txt
+++ b/icu4c/source/data/locales/gsw_FR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gsw_FR.xml
diff --git a/icu4c/source/data/locales/gsw_LI.txt b/icu4c/source/data/locales/gsw_LI.txt
index c37fcf3..229a658 100755
--- a/icu4c/source/data/locales/gsw_LI.txt
+++ b/icu4c/source/data/locales/gsw_LI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gsw_LI.xml
diff --git a/icu4c/source/data/locales/gu.txt b/icu4c/source/data/locales/gu.txt
index 9710cf6..1d9e362 100644
--- a/icu4c/source/data/locales/gu.txt
+++ b/icu4c/source/data/locales/gu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gu.xml
- */
gu{
AuxExemplarCharacters{"[\u200C\u200D ૰]"}
Ellipsis{
@@ -32,9 +29,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Gujr",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -172,7 +166,7 @@
minimumGroupingDigits{"1"}
native{"gujr"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -244,15 +238,15 @@
M{"M–M"}
}
MEd{
- M{"E,d/M-E,d/M"}
- d{"E, d/M-E, d/M"}
+ M{"E,d/M–E,d/M"}
+ d{"E, d/M–E, d/M"}
}
MMM{
M{"MMM–MMM"}
}
MMMEd{
M{"E, d MMM – E, d MMM"}
- d{"E, d MMM-E, d MMM"}
+ d{"E, d MMM–E, d MMM"}
}
MMMd{
M{"d MMM – d MMM"}
@@ -292,32 +286,32 @@
y{"M/y – M/y"}
}
yMEd{
- M{"E,d/M/y- E,d/M/y"}
- d{"E,d/M/y- E,d/M/y"}
- y{"E,d/M/y-E,d/M/y"}
+ M{"E,d/M/y– E,d/M/y"}
+ d{"E,d/M/y– E,d/M/y"}
+ y{"E,d/M/y–E,d/M/y"}
}
yMMM{
M{"MMM–MMM y"}
y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E,d MMM-E,d MMM G y"}
- d{"E, d MMM-E, d MMM G y"}
- y{"E, d MMM y-E, d MMM G y"}
+ M{"E,d MMM–E,d MMM G y"}
+ d{"E, d MMM–E, d MMM G y"}
+ y{"E, d MMM y–E, d MMM G y"}
}
yMMMM{
M{"MMMM–MMMM G y"}
y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM-d MMM y"}
- d{"d-d MMM,y"}
- y{"d MMM,y-d MMM,y"}
+ M{"d MMM–d MMM y"}
+ d{"d–d MMM,y"}
+ y{"d MMM,y–d MMM,y"}
}
yMd{
- M{"d/M/y-d/M/y"}
- d{"d/M/y-d/M/y"}
- y{"d/M/y-d/M/y"}
+ M{"d/M/y–d/M/y"}
+ d{"d/M/y–d/M/y"}
+ y{"d/M/y–d/M/y"}
}
}
}
@@ -724,11 +718,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"દિવસ"}
diff --git a/icu4c/source/data/locales/gu_IN.txt b/icu4c/source/data/locales/gu_IN.txt
index a18c636..ea44ba9 100644
--- a/icu4c/source/data/locales/gu_IN.txt
+++ b/icu4c/source/data/locales/gu_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gu_IN.xml
diff --git a/icu4c/source/data/locales/guz.txt b/icu4c/source/data/locales/guz.txt
index 7713779..c9f172b 100755
--- a/icu4c/source/data/locales/guz.txt
+++ b/icu4c/source/data/locales/guz.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/guz.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/guz.xml
- */
guz{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/guz_KE.txt b/icu4c/source/data/locales/guz_KE.txt
index 0dbb738..baa1966 100755
--- a/icu4c/source/data/locales/guz_KE.txt
+++ b/icu4c/source/data/locales/guz_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/guz_KE.xml
diff --git a/icu4c/source/data/locales/gv.txt b/icu4c/source/data/locales/gv.txt
index 9797bf7..2d77e5c 100644
--- a/icu4c/source/data/locales/gv.txt
+++ b/icu4c/source/data/locales/gv.txt
@@ -1,19 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/gv.xml
- */
gv{
ExemplarCharacters{"[a b c ç d e f g h i j k l m n o p q r s t u v w x y z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/gv_IM.txt b/icu4c/source/data/locales/gv_IM.txt
index 3645e78..82b86ff 100755
--- a/icu4c/source/data/locales/gv_IM.txt
+++ b/icu4c/source/data/locales/gv_IM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/gv_IM.xml
diff --git a/icu4c/source/data/locales/ha.txt b/icu4c/source/data/locales/ha.txt
index 0fdf95a..5b97817 100755
--- a/icu4c/source/data/locales/ha.txt
+++ b/icu4c/source/data/locales/ha.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ha.xml
- */
ha{
AuxExemplarCharacters{"[á à â é è ê í ì î ó ò ô p q {r\u0303} ú ù û v x ƴ]"}
ExemplarCharacters{"[a b ɓ c d ɗ e f g h i j k ƙ l m n o r s {sh} t {ts} u w y {ʼy} z ʼ]"}
ExemplarCharactersIndex{"[A B Ɓ C D Ɗ E F G H I J K Ƙ L M N O P Q R S T U V W X Y {ʼY} Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ha_GH.txt b/icu4c/source/data/locales/ha_GH.txt
index 34aae81..aac7c27 100644
--- a/icu4c/source/data/locales/ha_GH.txt
+++ b/icu4c/source/data/locales/ha_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/ha_Latn.txt b/icu4c/source/data/locales/ha_Latn.txt
index 3189ab5..ff485b8 100755
--- a/icu4c/source/data/locales/ha_Latn.txt
+++ b/icu4c/source/data/locales/ha_Latn.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ha_Latn.xml
- */
ha_Latn{
- LocaleScript{
- "Latn",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/ha_Latn_GH.txt b/icu4c/source/data/locales/ha_Latn_GH.txt
index 624e386..5736c83 100644
--- a/icu4c/source/data/locales/ha_Latn_GH.txt
+++ b/icu4c/source/data/locales/ha_Latn_GH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha_Latn_GH.xml
diff --git a/icu4c/source/data/locales/ha_Latn_NE.txt b/icu4c/source/data/locales/ha_Latn_NE.txt
index 7ad2aea..138be13 100644
--- a/icu4c/source/data/locales/ha_Latn_NE.txt
+++ b/icu4c/source/data/locales/ha_Latn_NE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha_Latn_NE.xml
diff --git a/icu4c/source/data/locales/ha_Latn_NG.txt b/icu4c/source/data/locales/ha_Latn_NG.txt
index bd9d2ad..b72b4b2 100755
--- a/icu4c/source/data/locales/ha_Latn_NG.txt
+++ b/icu4c/source/data/locales/ha_Latn_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ha_Latn_NG.xml
diff --git a/icu4c/source/data/locales/ha_NE.txt b/icu4c/source/data/locales/ha_NE.txt
index 3e0c8cb..3571172 100644
--- a/icu4c/source/data/locales/ha_NE.txt
+++ b/icu4c/source/data/locales/ha_NE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/ha_NG.txt b/icu4c/source/data/locales/ha_NG.txt
index a5c9f24..2dfc597 100755
--- a/icu4c/source/data/locales/ha_NG.txt
+++ b/icu4c/source/data/locales/ha_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/haw.txt b/icu4c/source/data/locales/haw.txt
index 934256f..92de46f 100644
--- a/icu4c/source/data/locales/haw.txt
+++ b/icu4c/source/data/locales/haw.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/haw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/haw.xml
- */
haw{
AuxExemplarCharacters{"[b c d f g j q r s t v x y z]"}
ExemplarCharacters{"[a ā e ē i ī o ō u ū h k l m n p w ʻ]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/haw_US.txt b/icu4c/source/data/locales/haw_US.txt
index 888e9b7..89e4ec5 100644
--- a/icu4c/source/data/locales/haw_US.txt
+++ b/icu4c/source/data/locales/haw_US.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/haw_US.xml
diff --git a/icu4c/source/data/locales/he.txt b/icu4c/source/data/locales/he.txt
index 9cef4c5..32d0edc 100644
--- a/icu4c/source/data/locales/he.txt
+++ b/icu4c/source/data/locales/he.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/he.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/he.xml
- */
he{
AuxExemplarCharacters{
"[\u05BD\u05C4\u200E\u200F \u05B0 \u05B1 \u05B2 \u05B3 \u05B4 \u05B5 \u05B6 "
@@ -25,9 +22,6 @@
ExemplarCharacters{"[א ב ג ד ה ו ז ח ט י כ ך ל מ ם נ ן ס ע פ ף צ ץ ק ר ש ת]"}
ExemplarCharactersIndex{"[א ב ג ד ה ו ז ח ט י כ ל מ נ ס ע פ צ ק ר ש ת]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . ׳ ' \u0022 ( ) \\[ \\] / ״ ־]"}
- LocaleScript{
- "Hebr",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -214,14 +208,14 @@
native{"latn"}
traditional{"hebr"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
+ "H:mm:ss zzzz",
+ "H:mm:ss z",
+ "H:mm:ss",
+ "H:mm",
"EEEE, d בMMMM y G",
"d בMMMM y G",
"d בMMM y G",
@@ -238,9 +232,9 @@
GyMMM{"MMM y G"}
GyMMMEd{"E, d בMMM y G"}
GyMMMd{"d בMMM y G"}
- H{"HH"}
- Hm{"HH:mm"}
- Hms{"HH:mm:ss"}
+ H{"H"}
+ Hm{"H:mm"}
+ Hms{"H:mm:ss"}
M{"L"}
MEd{"E, d/M"}
MMM{"LLL"}
@@ -266,18 +260,18 @@
}
intervalFormats{
H{
- H{"HH–HH"}
+ H{"H–H"}
}
Hm{
- H{"HH:mm–HH:mm"}
- m{"HH:mm–HH:mm"}
+ H{"H:mm–H:mm"}
+ m{"H:mm–H:mm"}
}
Hmv{
- H{"HH:mm–HH:mm v"}
- m{"HH:mm–HH:mm v"}
+ H{"H:mm–H:mm v"}
+ m{"H:mm–H:mm v"}
}
Hv{
- H{"HH–HH v"}
+ H{"H–H v"}
}
M{
M{"M–M"}
@@ -348,7 +342,7 @@
y{"EEEE d MMM y – EEEE d MMM y"}
}
yMMMM{
- M{"MMMM - MMMM y G"}
+ M{"MMMM – MMMM y G"}
y{"MMMM y–MMMM y"}
}
yMMMd{
@@ -373,10 +367,10 @@
"אחה״צ",
}
DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
+ "H:mm:ss zzzz",
+ "H:mm:ss z",
+ "H:mm:ss",
+ "H:mm",
"EEEE, d בMMMM y",
"d בMMMM y",
"d בMMM y",
@@ -403,9 +397,9 @@
GyMMM{"MMM y G"}
GyMMMEd{"E, d בMMM y G"}
GyMMMd{"d בMMM y G"}
- H{"HH"}
- Hm{"HH:mm"}
- Hms{"HH:mm:ss"}
+ H{"H"}
+ Hm{"H:mm"}
+ Hms{"H:mm:ss"}
M{"L"}
MEd{"E, d.M"}
MMM{"LLL"}
@@ -588,7 +582,7 @@
}
yM{
M{"M.y–M.y"}
- y{"M.y-M.y"}
+ y{"M.y–M.y"}
}
yMEd{
M{"EEEE d.M.y – EEEE d.M.y"}
@@ -754,10 +748,10 @@
}
hebrew{
DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
+ "H:mm:ss zzzz",
+ "H:mm:ss z",
+ "H:mm:ss",
+ "H:mm",
{
"EEEE, d בMMMM y",
"hebr",
@@ -911,10 +905,10 @@
}
islamic{
DateTimePatterns{
- "HH:mm:ss zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
+ "H:mm:ss zzzz",
+ "H:mm:ss z",
+ "H:mm:ss",
+ "H:mm",
"EEEE, d בMMMM y G",
"d בMMMM y G",
"d בMMM y G",
@@ -931,8 +925,8 @@
GyMMM{"MMM y G"}
GyMMMEd{"E, d בMMM y G"}
GyMMMd{"d בMMM y G"}
- Hm{"HH:mm"}
- Hms{"HH:mm:ss"}
+ Hm{"H:mm"}
+ Hms{"H:mm:ss"}
M{"L"}
MEd{"E, d/M"}
MMM{"LLL"}
@@ -1299,11 +1293,6 @@
quotationEnd{"״"}
quotationStart{"״"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"יום"}
diff --git a/icu4c/source/data/locales/he_IL.txt b/icu4c/source/data/locales/he_IL.txt
index 061b6dc..75947fd 100644
--- a/icu4c/source/data/locales/he_IL.txt
+++ b/icu4c/source/data/locales/he_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/he_IL.xml
diff --git a/icu4c/source/data/locales/hi.txt b/icu4c/source/data/locales/hi.txt
index 1adc3a4..fa2df22 100644
--- a/icu4c/source/data/locales/hi.txt
+++ b/icu4c/source/data/locales/hi.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hi.xml
- */
hi{
AuxExemplarCharacters{"[\u200C\u200D]"}
Ellipsis{
@@ -29,9 +26,6 @@
" ल व श ष स ह]"
}
ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ‘ ’ “ ” ( ) \\[ \\] \\{ \\} ॰]"}
- LocaleScript{
- "Deva",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -169,7 +163,7 @@
minimumGroupingDigits{"1"}
native{"deva"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
ethiopic{
monthNames{
@@ -301,7 +295,7 @@
h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
M{"M/y – M/y G"}
@@ -327,7 +321,7 @@
}
yMMMd{
M{"d MMM – d MMM y G"}
- d{"d - d MMM y G"}
+ d{"d – d MMM y G"}
y{"d MMM y – d MMM y G"}
}
yMd{
@@ -339,16 +333,16 @@
}
gregorian{
AmPmMarkers{
- "am",
- "pm",
+ "पूर्वाह्न",
+ "अपराह्न",
}
AmPmMarkersAbbr{
"पूर्व",
"अपर",
}
AmPmMarkersNarrow{
- "am",
- "pm",
+ "पू",
+ "अ",
}
DateTimePatterns{
"h:mm:ss a zzzz",
@@ -365,8 +359,8 @@
"{1}, {0}",
"{1}, {0}",
}
- NoonMarker{"noon"}
- NoonMarkerNarrow{"n"}
+ NoonMarker{"दोपहर"}
+ NoonMarkerNarrow{"दोप"}
appendItems{
Timezone{"{0} {1}"}
}
@@ -593,7 +587,7 @@
}
yMMMd{
M{"d MMM – d MMM y"}
- d{"d-d MMM y"}
+ d{"d–d MMM y"}
y{"d MMM y – d MMM y"}
}
yMd{
@@ -1121,11 +1115,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"दिन"}
diff --git a/icu4c/source/data/locales/hi_IN.txt b/icu4c/source/data/locales/hi_IN.txt
index 4c25c02..5ce4449 100644
--- a/icu4c/source/data/locales/hi_IN.txt
+++ b/icu4c/source/data/locales/hi_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hi_IN.xml
diff --git a/icu4c/source/data/locales/hr.txt b/icu4c/source/data/locales/hr.txt
index f697e47..6252da1 100644
--- a/icu4c/source/data/locales/hr.txt
+++ b/icu4c/source/data/locales/hr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hr.xml
- */
hr{
AuxExemplarCharacters{"[q w x y]"}
Ellipsis{
@@ -25,9 +22,6 @@
"Ž]"
}
ExemplarCharactersPunctuation{"[‐ – — , ; \\: ! ? . … ' ‘ ’ ‚ \u0022 “ ” „ ( ) \\[ \\] @ * / ′ ″]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -189,7 +183,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -415,97 +409,97 @@
}
intervalFormats{
H{
- H{"HH - HH'h'"}
+ H{"HH – HH'h'"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH - HH 'h' v"}
+ H{"HH – HH 'h' v"}
}
M{
- M{"MM. - MM."}
+ M{"MM. – MM."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"LLL-LLL"}
+ M{"LLL–LLL"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"d. - d. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"d. – d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"dd. - dd."}
+ d{"dd. – dd."}
}
fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h - h'h' a"}
+ a{"h a – h a"}
+ h{"h – h'h' a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h - h 'h' a v"}
+ a{"h a – h a v"}
+ h{"h – h 'h' a v"}
}
y{
- y{"y. - y. G"}
+ y{"y. – y. G"}
}
yM{
- M{"MM.y. - MM.y. G"}
- y{"MM.y. - MM.y. G"}
+ M{"MM.y. – MM.y. G"}
+ y{"MM.y. – MM.y. G"}
}
yMEd{
- M{"E, dd.MM.y. - E, dd.MM.y. G"}
- d{"E, dd.MM.y. - E, dd.MM.y. G"}
- y{"E, dd.MM.y. - E, dd.MM.y. G"}
+ M{"E, dd.MM.y. – E, dd.MM.y. G"}
+ d{"E, dd.MM.y. – E, dd.MM.y. G"}
+ y{"E, dd.MM.y. – E, dd.MM.y. G"}
}
yMMM{
- M{"LLL-LLL y. G"}
- y{"LLL y. - LLL y. G"}
+ M{"LLL–LLL y. G"}
+ y{"LLL y. – LLL y. G"}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y. G"}
- d{"E, dd. - E, dd. MMM y. G"}
- y{"E, dd. MMM y. - E, dd. MMM y. G"}
+ M{"E, dd. MMM – E, dd. MMM y. G"}
+ d{"E, dd. – E, dd. MMM y. G"}
+ y{"E, dd. MMM y. – E, dd. MMM y. G"}
}
yMMMM{
- M{"LLLL - LLLL y. G"}
- y{"LLLL y. - LLLL y. G"}
+ M{"LLLL – LLLL y. G"}
+ y{"LLLL y. – LLLL y. G"}
}
yMMMd{
- M{"dd. MMM - dd. MMM y. G"}
- d{"dd. - dd. MMM y. G"}
- y{"dd. MMM y. - dd. MMM y. G"}
+ M{"dd. MMM – dd. MMM y. G"}
+ d{"dd. – dd. MMM y. G"}
+ y{"dd. MMM y. – dd. MMM y. G"}
}
yMd{
- M{"dd.MM.y. - dd.MM.y. G"}
- d{"dd.MM.y. - dd.MM.y. G"}
- y{"dd.MM.y. - dd.MM.y. G"}
+ M{"dd.MM.y. – dd.MM.y. G"}
+ d{"dd.MM.y. – dd.MM.y. G"}
+ y{"dd.MM.y. – dd.MM.y. G"}
}
}
}
@@ -681,97 +675,97 @@
}
intervalFormats{
H{
- H{"HH-HH'h'"}
+ H{"HH–HH'h'"}
}
Hm{
- H{"HH:mm - HH:mm"}
- m{"HH:mm - HH:mm"}
+ H{"HH:mm – HH:mm"}
+ m{"HH:mm – HH:mm"}
}
Hmv{
- H{"HH:mm - HH:mm v"}
- m{"HH:mm - HH:mm v"}
+ H{"HH:mm – HH:mm v"}
+ m{"HH:mm – HH:mm v"}
}
Hv{
- H{"HH - HH 'h' v"}
+ H{"HH – HH 'h' v"}
}
M{
- M{"MM. - MM."}
+ M{"MM. – MM."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"LLL - LLL"}
+ M{"LLL – LLL"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd. - dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd. – dd. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"dd. - dd."}
+ d{"dd. – dd."}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h - h'h' a"}
+ a{"h a – h a"}
+ h{"h – h'h' a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm - h:mm a"}
- m{"h:mm - h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm – h:mm a"}
+ m{"h:mm – h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm - h:mm a v"}
- m{"h:mm - h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm – h:mm a v"}
+ m{"h:mm – h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h - h 'h' a v"}
+ a{"h a – h a v"}
+ h{"h – h 'h' a v"}
}
y{
- y{"y. - y."}
+ y{"y. – y."}
}
yM{
- M{"MM.y. - MM.y."}
- y{"MM.y. - MM.y."}
+ M{"MM.y. – MM.y."}
+ y{"MM.y. – MM.y."}
}
yMEd{
- M{"E, dd.MM.y. - E, dd.MM.y."}
- d{"E, dd.MM.y. - E, dd.MM.y."}
- y{"E, dd.MM.y. - E, dd.MM.y."}
+ M{"E, dd.MM.y. – E, dd.MM.y."}
+ d{"E, dd.MM.y. – E, dd.MM.y."}
+ y{"E, dd.MM.y. – E, dd.MM.y."}
}
yMMM{
M{"LLL – LLL y."}
- y{"LLL y. - LLL y."}
+ y{"LLL y. – LLL y."}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y."}
- d{"E, dd. - E, dd. MMM y."}
- y{"E, dd. MMM y. - E, dd. MMM y."}
+ M{"E, dd. MMM – E, dd. MMM y."}
+ d{"E, dd. – E, dd. MMM y."}
+ y{"E, dd. MMM y. – E, dd. MMM y."}
}
yMMMM{
M{"LLLL – LLLL y."}
- y{"LLLL y. - LLLL y."}
+ y{"LLLL y. – LLLL y."}
}
yMMMd{
- M{"dd. MMM - dd. MMM y."}
- d{"dd. - dd. MMM y."}
- y{"dd. MMM y. - dd. MMM y."}
+ M{"dd. MMM – dd. MMM y."}
+ d{"dd. – dd. MMM y."}
+ y{"dd. MMM y. – dd. MMM y."}
}
yMd{
- M{"dd.MM.y. - dd.MM.y."}
- d{"dd.MM.y. - dd.MM.y."}
- y{"dd.MM.y. - dd.MM.y."}
+ M{"dd.MM.y. – dd.MM.y."}
+ d{"dd.MM.y. – dd.MM.y."}
+ y{"dd.MM.y. – dd.MM.y."}
}
}
monthNames{
@@ -1574,11 +1568,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Dan"}
diff --git a/icu4c/source/data/locales/hr_BA.txt b/icu4c/source/data/locales/hr_BA.txt
index bc8a822..71021f6 100755
--- a/icu4c/source/data/locales/hr_BA.txt
+++ b/icu4c/source/data/locales/hr_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hr_BA.xml
diff --git a/icu4c/source/data/locales/hr_HR.txt b/icu4c/source/data/locales/hr_HR.txt
index ea2e1bd..dbf10b2 100644
--- a/icu4c/source/data/locales/hr_HR.txt
+++ b/icu4c/source/data/locales/hr_HR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hr_HR.xml
diff --git a/icu4c/source/data/locales/hsb.txt b/icu4c/source/data/locales/hsb.txt
index 4de7c28..2225cdb 100644
--- a/icu4c/source/data/locales/hsb.txt
+++ b/icu4c/source/data/locales/hsb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hsb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hsb.xml
- */
hsb{
AuxExemplarCharacters{
"[á à ă â å ä ã ą ā æ ç ď đ é è ĕ ê ë ė ę ē ğ í ì ĭ î ï İ ī ı ĺ ľ ň ñ ò ŏ ô ö"
@@ -23,9 +20,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * "
"/ \\& #]"
}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
miscPatterns{
@@ -207,7 +201,7 @@
}
minimumGroupingDigits{"1"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -708,11 +702,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dźeń"}
diff --git a/icu4c/source/data/locales/hsb_DE.txt b/icu4c/source/data/locales/hsb_DE.txt
index e6c3f68..053f3a4 100644
--- a/icu4c/source/data/locales/hsb_DE.txt
+++ b/icu4c/source/data/locales/hsb_DE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hsb_DE.xml
diff --git a/icu4c/source/data/locales/hu.txt b/icu4c/source/data/locales/hu.txt
index 9a10585..a9e34ec 100644
--- a/icu4c/source/data/locales/hu.txt
+++ b/icu4c/source/data/locales/hu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hu.xml
- */
hu{
AuxExemplarCharacters{"[à ă â å ä ã ā æ ç è ĕ ê ë ē ì ĭ î ï ī ñ ò ŏ ô ø ō œ q ù ŭ û ū w x y ÿ]"}
Ellipsis{
@@ -32,9 +29,6 @@
"[\\- – , ; \\: ! ? . … ' ’ \u0022 ” „ « » ( ) \\[ \\] \\{ \\} ⟨ ⟩ § @ * / "
"\\& # ~ ⁒]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -172,7 +166,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -432,18 +426,18 @@
}
intervalFormats{
H{
- H{"H-H"}
+ H{"H–H"}
}
Hm{
- H{"H:mm-H:mm"}
- m{"H:mm-H:mm"}
+ H{"H:mm–H:mm"}
+ m{"H:mm–H:mm"}
}
Hmv{
- H{"H:mm-H:mm v"}
- m{"H:mm-H:mm v"}
+ H{"H:mm–H:mm v"}
+ m{"H:mm–H:mm v"}
}
Hv{
- H{"H-H v"}
+ H{"H–H v"}
}
M{
M{"M–M."}
@@ -691,7 +685,7 @@
}
intervalFormats{
H{
- H{"H-H"}
+ H{"H–H"}
}
Hm{
H{"H:mm–H:mm"}
@@ -1223,11 +1217,6 @@
quotationEnd{"”"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"nap"}
diff --git a/icu4c/source/data/locales/hu_HU.txt b/icu4c/source/data/locales/hu_HU.txt
index 3ef495b..cffc3b9 100644
--- a/icu4c/source/data/locales/hu_HU.txt
+++ b/icu4c/source/data/locales/hu_HU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hu_HU.xml
diff --git a/icu4c/source/data/locales/hy.txt b/icu4c/source/data/locales/hy.txt
index b4d92a4..7cd0bdb 100644
--- a/icu4c/source/data/locales/hy.txt
+++ b/icu4c/source/data/locales/hy.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/hy.xml
- */
hy{
AuxExemplarCharacters{"[]"}
Ellipsis{
@@ -24,9 +21,6 @@
" ֆ]"
}
ExemplarCharactersPunctuation{"[֊ , ՝ \\: ՜ ՞ . « » ՚ ՛ ՟]"}
- LocaleScript{
- "Armn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +159,7 @@
native{"latn"}
traditional{"armn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -216,97 +210,97 @@
}
intervalFormats{
H{
- H{"H-H"}
+ H{"H–H"}
}
Hm{
- H{"H:mm-H:mm"}
- m{"H:mm-H:mm"}
+ H{"H:mm–H:mm"}
+ m{"H:mm–H:mm"}
}
Hmv{
- H{"H:mm-H:mm v"}
- m{"H:mm-H:mm v"}
+ H{"H:mm–H:mm v"}
+ m{"H:mm–H:mm v"}
}
Hv{
- H{"H-H v"}
+ H{"H–H v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, MMM dd - E, MMM dd"}
- d{"E, MMM dd - E, MMM dd"}
+ M{"E, MMM dd – E, MMM dd"}
+ d{"E, MMM dd – E, MMM dd"}
}
MMMd{
- M{"MMM dd - MMM dd"}
- d{"MMM dd-dd"}
+ M{"MMM dd – MMM dd"}
+ d{"MMM dd–dd"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
a{"h a – h a"}
- h{"h-h a"}
+ h{"h–h a"}
}
hm{
a{"h:mm a – h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
a{"h:mm a – h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
a{"h a – h a v"}
- h{"h-h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM.y - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM.y – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMEd{
- M{"ccc, dd.MM.y - ccc, dd.MM.y G"}
- d{"ccc, dd.MM.y - ccc, dd.MM.y G"}
- y{"ccc, dd.MM.y - ccc, dd.MM.y G"}
+ M{"ccc, dd.MM.y – ccc, dd.MM.y G"}
+ d{"ccc, dd.MM.y – ccc, dd.MM.y G"}
+ y{"ccc, dd.MM.y – ccc, dd.MM.y G"}
}
yMMM{
- M{"MMM-MMM y թ. G"}
- y{"MMM y - MMM y թ. G"}
+ M{"MMM–MMM y թ. G"}
+ y{"MMM y – MMM y թ. G"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM, y թ. G"}
- d{"E, d MMM - E, d MMM, y թ. G"}
- y{"E, d MMM, y - E, d MMM, y թ. G"}
+ M{"E, d MMM – E, d MMM, y թ. G"}
+ d{"E, d MMM – E, d MMM, y թ. G"}
+ y{"E, d MMM, y – E, d MMM, y թ. G"}
}
yMMMM{
M{"G y թ. MMM – MMM"}
- y{"MMM y - MMM y թ G"}
+ y{"MMM y – MMM y թ G"}
}
yMMMd{
- M{"dd MMM - dd MMM, y թ. G"}
- d{"dd-dd MMM, y թ. G"}
- y{"dd MMM, y - dd MMM, y թ. G"}
+ M{"dd MMM – dd MMM, y թ. G"}
+ d{"dd–dd MMM, y թ. G"}
+ y{"dd MMM, y – dd MMM, y թ. G"}
}
yMd{
- M{"dd.MM.y - dd.MM.y G"}
- d{"dd.MM.y - dd.MM.y G"}
- y{"dd.MM.y - dd.MM.y G"}
+ M{"dd.MM.y – dd.MM.y G"}
+ d{"dd.MM.y – dd.MM.y G"}
+ y{"dd.MM.y – dd.MM.y G"}
}
}
}
@@ -472,97 +466,97 @@
}
intervalFormats{
H{
- H{"H-H"}
+ H{"H–H"}
}
Hm{
- H{"H:mm-H:mm"}
- m{"H:mm-H:mm"}
+ H{"H:mm–H:mm"}
+ m{"H:mm–H:mm"}
}
Hmv{
- H{"H:mm-H:mm, v"}
- m{"H:mm-H:mm, v"}
+ H{"H:mm–H:mm, v"}
+ m{"H:mm–H:mm, v"}
}
Hv{
- H{"H-H, v"}
+ H{"H–H, v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, MMM dd - E, MMM dd"}
- d{"E, MMM dd - E, MMM dd"}
+ M{"E, MMM dd – E, MMM dd"}
+ d{"E, MMM dd – E, MMM dd"}
}
MMMd{
- M{"MMM dd - MMM dd"}
- d{"MMM dd-dd"}
+ M{"MMM dd – MMM dd"}
+ d{"MMM dd–dd"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} – {1}"}
h{
a{"h a – h a"}
- h{"h-h a"}
+ h{"h–h a"}
}
hm{
a{"h:mm a – h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
a{"h:mm a – h:mm a, v"}
- h{"h:mm-h:mm a, v"}
- m{"h:mm-h:mm a, v"}
+ h{"h:mm–h:mm a, v"}
+ m{"h:mm–h:mm a, v"}
}
hv{
a{"h a – h a, v"}
- h{"h-h a, v"}
+ h{"h–h a, v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"ccc, dd.MM.y - ccc, dd.MM.y"}
- d{"ccc, dd.MM.y - ccc, dd.MM.y"}
- y{"ccc, dd.MM.y - ccc, dd.MM.y"}
+ M{"ccc, dd.MM.y – ccc, dd.MM.y"}
+ d{"ccc, dd.MM.y – ccc, dd.MM.y"}
+ y{"ccc, dd.MM.y – ccc, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM yթ."}
- y{"MMM y - MMM yթ."}
+ M{"MMM–MMM yթ."}
+ y{"MMM y – MMM yթ."}
}
yMMMEd{
- M{"E, d MMM - E, d MMM, yթ."}
- d{"E, d MMM - E, d MMM, yթ."}
- y{"E, d MMM, y - E, d MMM, yթ."}
+ M{"E, d MMM – E, d MMM, yթ."}
+ d{"E, d MMM – E, d MMM, yթ."}
+ y{"E, d MMM, y – E, d MMM, yթ."}
}
yMMMM{
M{"yթ. MMM – MMM"}
- y{"MMM y - MMM yթ."}
+ y{"MMM y – MMM yթ."}
}
yMMMd{
- M{"dd MMM - dd MMM, yթ."}
- d{"dd-dd MMM, yթ."}
- y{"dd MMM, y - dd MMM, yթ."}
+ M{"dd MMM – dd MMM, yթ."}
+ d{"dd–dd MMM, yթ."}
+ y{"dd MMM, y – dd MMM, yթ."}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -705,11 +699,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Օր"}
diff --git a/icu4c/source/data/locales/hy_AM.txt b/icu4c/source/data/locales/hy_AM.txt
index ce57a19..2e88d76 100644
--- a/icu4c/source/data/locales/hy_AM.txt
+++ b/icu4c/source/data/locales/hy_AM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/hy_AM.xml
diff --git a/icu4c/source/data/locales/id.txt b/icu4c/source/data/locales/id.txt
index 40a19a0..60c17b9 100644
--- a/icu4c/source/data/locales/id.txt
+++ b/icu4c/source/data/locales/id.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/id.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/id.xml
- */
id{
AuxExemplarCharacters{"[å]"}
Ellipsis{
@@ -22,9 +19,6 @@
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
ExemplarCharactersPunctuation{"[‐ – — , ; \\: ! ? . … ' ‘ ’ “ ” ( ) \\[ \\] /]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -138,7 +132,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
DateTimePatterns{
@@ -754,7 +748,7 @@
h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
M{"M/y – M/y GGGGG"}
@@ -780,7 +774,7 @@
}
yMMMd{
M{"d MMM – d MMM y G"}
- d{"d-d MMM y G"}
+ d{"d–d MMM y G"}
y{"d MMM y – d MMM y G"}
}
yMd{
@@ -1016,7 +1010,7 @@
h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
M{"M/y – M/y"}
@@ -1042,7 +1036,7 @@
}
yMMMd{
M{"d MMM – d MMM y"}
- d{"d-d MMM y"}
+ d{"d–d MMM y"}
y{"d MMM y – d MMM y"}
}
yMd{
@@ -1542,246 +1536,6 @@
d{"d"}
y{"G y"}
}
- eras{
- abbreviated{
- "Taika (645-650)",
- "Hakuchi (650-671)",
- "Hakuhō (672-686)",
- "Shuchō (686-701)",
- "Taihō (701-704)",
- "Keiun (704-708)",
- "Wadō (708-715)",
- "Reiki (715-717)",
- "Yōrō (717-724)",
- "Jinki (724-729)",
- "Tempyō (729-749)",
- "Tempyō-kampō (749-749)",
- "Tempyō-shōhō (749-757)",
- "Tempyō-hōji (757-765)",
- "Temphō-jingo (765-767)",
- "Jingo-keiun (767-770)",
- "Hōki (770-780)",
- "Ten-ō (781-782)",
- "Enryaku (782-806)",
- "Daidō (806-810)",
- "Kōnin (810-824)",
- "Tenchō (824-834)",
- "Jōwa (834-848)",
- "Kajō (848-851)",
- "Ninju (851-854)",
- "Saiko (854-857)",
- "Tennan (857-859)",
- "Jōgan (859-877)",
- "Genkei (877-885)",
- "Ninna (885-889)",
- "Kampyō (889-898)",
- "Shōtai (898-901)",
- "Engi (901-923)",
- "Enchō (923-931)",
- "Shōhei (931-938)",
- "Tengyō (938-947)",
- "Tenryaku (947-957)",
- "Tentoku (957-961)",
- "Ōwa (961-964)",
- "Kōhō (964-968)",
- "Anna (968-970)",
- "Tenroku (970-973)",
- "Ten-en (973-976)",
- "Jōgen (976-978)",
- "Tengen (978-983)",
- "Eikan (983-985)",
- "Kanna (985-987)",
- "Ei-en (987-989)",
- "Eiso (989-990)",
- "Shōryaku (990-995)",
- "Chōtoku (995-999)",
- "Chōhō (999-1004)",
- "Kankō (1004-1012)",
- "Chōwa (1012-1017)",
- "Kannin (1017-1021)",
- "Jian (1021-1024)",
- "Manju (1024-1028)",
- "Chōgen (1028-1037)",
- "Chōryaku (1037-1040)",
- "Chōkyū (1040-1044)",
- "Kantoku (1044-1046)",
- "Eishō (1046-1053)",
- "Tengi (1053-1058)",
- "Kōhei (1058-1065)",
- "Jiryaku (1065-1069)",
- "Enkyū (1069-1074)",
- "Shōho (1074-1077)",
- "Shōryaku (1077-1081)",
- "Eiho (1081-1084)",
- "Ōtoku (1084-1087)",
- "Kanji (1087-1094)",
- "Kaho (1094-1096)",
- "Eichō (1096-1097)",
- "Shōtoku (1097-1099)",
- "Kōwa (1099-1104)",
- "Chōji (1104-1106)",
- "Kashō (1106-1108)",
- "Tennin (1108-1110)",
- "Ten-ei (1110-1113)",
- "Eikyū (1113-1118)",
- "Gen-ei (1118-1120)",
- "Hoan (1120-1124)",
- "Tenji (1124-1126)",
- "Daiji (1126-1131)",
- "Tenshō (1131-1132)",
- "Chōshō (1132-1135)",
- "Hoen (1135-1141)",
- "Eiji (1141-1142)",
- "Kōji (1142-1144)",
- "Tenyō (1144-1145)",
- "Kyūan (1145-1151)",
- "Ninpei (1151-1154)",
- "Kyūju (1154-1156)",
- "Hogen (1156-1159)",
- "Heiji (1159-1160)",
- "Eiryaku (1160-1161)",
- "Ōho (1161-1163)",
- "Chōkan (1163-1165)",
- "Eiman (1165-1166)",
- "Nin-an (1166-1169)",
- "Kaō (1169-1171)",
- "Shōan (1171-1175)",
- "Angen (1175-1177)",
- "Jishō (1177-1181)",
- "Yōwa (1181-1182)",
- "Juei (1182-1184)",
- "Genryuku (1184-1185)",
- "Bunji (1185-1190)",
- "Kenkyū (1190-1199)",
- "Shōji (1199-1201)",
- "Kennin (1201-1204)",
- "Genkyū (1204-1206)",
- "Ken-ei (1206-1207)",
- "Shōgen (1207-1211)",
- "Kenryaku (1211-1213)",
- "Kenpō (1213-1219)",
- "Shōkyū (1219-1222)",
- "Jōō (1222-1224)",
- "Gennin (1224-1225)",
- "Karoku (1225-1227)",
- "Antei (1227-1229)",
- "Kanki (1229-1232)",
- "Jōei (1232-1233)",
- "Tempuku (1233-1234)",
- "Bunryaku (1234-1235)",
- "Katei (1235-1238)",
- "Ryakunin (1238-1239)",
- "En-ō (1239-1240)",
- "Ninji (1240-1243)",
- "Kangen (1243-1247)",
- "Hōji (1247-1249)",
- "Kenchō (1249-1256)",
- "Kōgen (1256-1257)",
- "Shōka (1257-1259)",
- "Shōgen (1259-1260)",
- "Bun-ō (1260-1261)",
- "Kōchō (1261-1264)",
- "Bun-ei (1264-1275)",
- "Kenji (1275-1278)",
- "Kōan (1278-1288)",
- "Shōō (1288-1293)",
- "Einin (1293-1299)",
- "Shōan (1299-1302)",
- "Kengen (1302-1303)",
- "Kagen (1303-1306)",
- "Tokuji (1306-1308)",
- "Enkei (1308-1311)",
- "Ōchō (1311-1312)",
- "Shōwa (1312-1317)",
- "Bunpō (1317-1319)",
- "Genō (1319-1321)",
- "Genkyō (1321-1324)",
- "Shōchū (1324-1326)",
- "Kareki (1326-1329)",
- "Gentoku (1329-1331)",
- "Genkō (1331-1334)",
- "Kemmu (1334-1336)",
- "Engen (1336-1340)",
- "Kōkoku (1340-1346)",
- "Shōhei (1346-1370)",
- "Kentoku (1370-1372)",
- "Bunchũ (1372-1375)",
- "Tenju (1375-1379)",
- "Kōryaku (1379-1381)",
- "Kōwa (1381-1384)",
- "Genchũ (1384-1392)",
- "Meitoku (1384-1387)",
- "Kakei (1387-1389)",
- "Kōō (1389-1390)",
- "Meitoku (1390-1394)",
- "Ōei (1394-1428)",
- "Shōchō (1428-1429)",
- "Eikyō (1429-1441)",
- "Kakitsu (1441-1444)",
- "Bun-an (1444-1449)",
- "Hōtoku (1449-1452)",
- "Kyōtoku (1452-1455)",
- "Kōshō (1455-1457)",
- "Chōroku (1457-1460)",
- "Kanshō (1460-1466)",
- "Bunshō (1466-1467)",
- "Ōnin (1467-1469)",
- "Bunmei (1469-1487)",
- "Chōkyō (1487-1489)",
- "Entoku (1489-1492)",
- "Meiō (1492-1501)",
- "Bunki (1501-1504)",
- "Eishō (1504-1521)",
- "Taiei (1521-1528)",
- "Kyōroku (1528-1532)",
- "Tenmon (1532-1555)",
- "Kōji (1555-1558)",
- "Eiroku (1558-1570)",
- "Genki (1570-1573)",
- "Tenshō (1573-1592)",
- "Bunroku (1592-1596)",
- "Keichō (1596-1615)",
- "Genwa (1615-1624)",
- "Kan-ei (1624-1644)",
- "Shōho (1644-1648)",
- "Keian (1648-1652)",
- "Shōō (1652-1655)",
- "Meiryaku (1655-1658)",
- "Manji (1658-1661)",
- "Kanbun (1661-1673)",
- "Enpō (1673-1681)",
- "Tenwa (1681-1684)",
- "Jōkyō (1684-1688)",
- "Genroku (1688-1704)",
- "Hōei (1704-1711)",
- "Shōtoku (1711-1716)",
- "Kyōhō (1716-1736)",
- "Genbun (1736-1741)",
- "Kanpō (1741-1744)",
- "Enkyō (1744-1748)",
- "Kan-en (1748-1751)",
- "Hōryaku (1751-1764)",
- "Meiwa (1764-1772)",
- "An-ei (1772-1781)",
- "Tenmei (1781-1789)",
- "Kansei (1789-1801)",
- "Kyōwa (1801-1804)",
- "Bunka (1804-1818)",
- "Bunsei (1818-1830)",
- "Tenpō (1830-1844)",
- "Kōka (1844-1848)",
- "Kaei (1848-1854)",
- "Ansei (1854-1860)",
- "Man-en (1860-1861)",
- "Bunkyū (1861-1864)",
- "Genji (1864-1865)",
- "Keiō (1865-1868)",
- "Meiji",
- "Taishō",
- "Shōwa",
- "Heisei",
- }
- }
}
persian{
eras{
@@ -1928,11 +1682,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h.mm"}
- hms{"h.mm.ss"}
- ms{"m.ss"}
- }
fields{
day{
dn{"Hari"}
@@ -2218,9 +1967,9 @@
}
sun{
relative{
- "-1"{"Minggu lalu"}
- "0"{"Minggu ini"}
- "1"{"Minggu berikutnya"}
+ "-1"{"hari Minggu lalu"}
+ "0"{"hari Minggu ini"}
+ "1"{"hari Minggu berikutnya"}
}
}
sun-narrow{
@@ -2305,7 +2054,7 @@
relative{
"-1"{"minggu lalu"}
"0"{"minggu ini"}
- "1"{"Minggu berikutnya"}
+ "1"{"minggu berikutnya"}
}
relativeTime{
future{
diff --git a/icu4c/source/data/locales/id_ID.txt b/icu4c/source/data/locales/id_ID.txt
index 7aba78f..52a6858 100644
--- a/icu4c/source/data/locales/id_ID.txt
+++ b/icu4c/source/data/locales/id_ID.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/id_ID.xml
diff --git a/icu4c/source/data/locales/ig.txt b/icu4c/source/data/locales/ig.txt
index eb80240..7e40772 100755
--- a/icu4c/source/data/locales/ig.txt
+++ b/icu4c/source/data/locales/ig.txt
@@ -1,23 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ig.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ig.xml
- */
ig{
ExemplarCharacters{
"[a b {ch} d e ẹ f g {gb} {gh} {gw} h i ị j k {kp} {kw} l m n ṅ {nw} {ny} o ọ"
" p r s {sh} t u ụ v w y z]"
}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ig_NG.txt b/icu4c/source/data/locales/ig_NG.txt
index c7c5e9b..526141a 100755
--- a/icu4c/source/data/locales/ig_NG.txt
+++ b/icu4c/source/data/locales/ig_NG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ig_NG.xml
diff --git a/icu4c/source/data/locales/ii.txt b/icu4c/source/data/locales/ii.txt
index 7ac67a3..3cc555e 100755
--- a/icu4c/source/data/locales/ii.txt
+++ b/icu4c/source/data/locales/ii.txt
@@ -1,19 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ii.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ii.xml
- */
ii{
ExemplarCharacters{"[ꀀ-ꒌ]"}
- LocaleScript{
- "Yiii",
- }
NumberElements{
latn{
symbols{
diff --git a/icu4c/source/data/locales/ii_CN.txt b/icu4c/source/data/locales/ii_CN.txt
index 11c6f1e..8cd9b26 100755
--- a/icu4c/source/data/locales/ii_CN.txt
+++ b/icu4c/source/data/locales/ii_CN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ii_CN.xml
diff --git a/icu4c/source/data/locales/in.txt b/icu4c/source/data/locales/in.txt
index a9dccd8..c0a4278 100644
--- a/icu4c/source/data/locales/in.txt
+++ b/icu4c/source/data/locales/in.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/in_ID.txt b/icu4c/source/data/locales/in_ID.txt
index 42144e3..6c76c2e 100755
--- a/icu4c/source/data/locales/in_ID.txt
+++ b/icu4c/source/data/locales/in_ID.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/is.txt b/icu4c/source/data/locales/is.txt
index 67d9238..afbb48c 100644
--- a/icu4c/source/data/locales/is.txt
+++ b/icu4c/source/data/locales/is.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/is.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/is.xml
- */
is{
AuxExemplarCharacters{"[c q w z]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +159,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -721,11 +715,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dagur"}
diff --git a/icu4c/source/data/locales/is_IS.txt b/icu4c/source/data/locales/is_IS.txt
index 67b8c71..07ae717 100644
--- a/icu4c/source/data/locales/is_IS.txt
+++ b/icu4c/source/data/locales/is_IS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/is_IS.xml
diff --git a/icu4c/source/data/locales/it.txt b/icu4c/source/data/locales/it.txt
index 63184de..10bdab3 100644
--- a/icu4c/source/data/locales/it.txt
+++ b/icu4c/source/data/locales/it.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/it.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/it.xml
- */
it{
AuxExemplarCharacters{"[ª á â å ä ã æ ç ê ë í î ï ñ º ô ö õ ø œ ß ú û ü ÿ]"}
Ellipsis{
@@ -21,10 +18,7 @@
}
ExemplarCharacters{"[a à b c d e é è f g h i ì j k l m n o ó ò p q r s t u ù v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- ExemplarCharactersPunctuation{"[\\- — , ; \\: ! ? . … “ ” « » ( ) \\[ \\] \\{ \\} @ /]"}
- LocaleScript{
- "Latn",
- }
+ ExemplarCharactersPunctuation{"[\\- — , ; \\: ! ? . … ' ’ \u0022 “ ” « » ( ) \\[ \\] \\{ \\} @ /]"}
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -43,16 +37,16 @@
patternsLong{
decimalFormat{
1000{
- one{"0 migliaio"}
- other{"0 migliaia"}
+ one{"0 mille"}
+ other{"0 mila"}
}
10000{
- one{"00 migliaia"}
- other{"00 migliaia"}
+ one{"00 mila"}
+ other{"00 mila"}
}
100000{
- one{"000 migliaia"}
- other{"000 migliaia"}
+ one{"000 mila"}
+ other{"000 mila"}
}
1000000{
one{"0 milione"}
@@ -79,16 +73,16 @@
other{"000 miliardi"}
}
1000000000000{
- one{"0 migliaio di miliardi"}
- other{"0 migliaia di miliardi"}
+ one{"0 mille di miliardi"}
+ other{"0 mila di miliardi"}
}
10000000000000{
- one{"00 migliaia di miliardi"}
- other{"00 migliaia di miliardi"}
+ one{"00 mila di miliardi"}
+ other{"00 mila di miliardi"}
}
100000000000000{
- one{"000 migliaia di miliardi"}
- other{"000 migliaia di miliardi"}
+ one{"000 mila di miliardi"}
+ other{"000 mila di miliardi"}
}
}
}
@@ -162,7 +156,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.32"}
+ Version{"2.1.13.6"}
calendar{
buddhist{
eras{
@@ -238,97 +232,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E dd MMM - E dd MMM"}
- d{"E dd - E dd MMM"}
+ M{"E dd MMM – E dd MMM"}
+ d{"E dd – E dd MMM"}
}
MMMd{
- M{"dd MMM - dd MMM"}
- d{"dd-dd MMM"}
+ M{"dd MMM – dd MMM"}
+ d{"dd–dd MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM/y - MM/y G"}
- y{"MM/y - MM/y G"}
+ M{"MM/y – MM/y G"}
+ y{"MM/y – MM/y G"}
}
yMEd{
- M{"E dd/MM/y - E dd/MM/y G"}
- d{"E dd/MM/y - E dd/MM/y G"}
- y{"E dd/MM/y - E dd/MM/y G"}
+ M{"E dd/MM/y – E dd/MM/y G"}
+ d{"E dd/MM/y – E dd/MM/y G"}
+ y{"E dd/MM/y – E dd/MM/y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E d MMM - E d MMM y G"}
- d{"E d - E d MMM y G"}
- y{"E d MMM y - E d MMM y G"}
+ M{"E d MMM – E d MMM y G"}
+ d{"E d – E d MMM y G"}
+ y{"E d MMM y – E d MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM–MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"dd MMM - dd MMM y G"}
- d{"dd-dd MMM y G"}
- y{"dd MMM y - dd MMM y G"}
+ M{"dd MMM – dd MMM y G"}
+ d{"dd–dd MMM y G"}
+ y{"dd MMM y – dd MMM y G"}
}
yMd{
- M{"dd/MM/y - dd/MM/y G"}
- d{"dd/MM/y - dd/MM/y G"}
- y{"dd/MM/y - dd/MM/y G"}
+ M{"dd/MM/y – dd/MM/y G"}
+ d{"dd/MM/y – dd/MM/y G"}
+ y{"dd/MM/y – dd/MM/y G"}
}
}
}
@@ -375,6 +369,8 @@
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E d/M"}
MMM{"LLL"}
@@ -385,6 +381,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"M/y"}
@@ -503,97 +501,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd/MM - E dd/MM"}
- d{"E dd/MM - E dd/MM"}
+ M{"E dd/MM – E dd/MM"}
+ d{"E dd/MM – E dd/MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E dd MMM - E dd MMM"}
- d{"E dd - E dd MMM"}
+ M{"E dd MMM – E dd MMM"}
+ d{"E dd – E dd MMM"}
}
MMMd{
- M{"dd MMM - dd MMM"}
- d{"dd-dd MMM"}
+ M{"dd MMM – dd MMM"}
+ d{"dd–dd MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
}
yMEd{
- M{"E dd/MM/y - E dd/MM/y"}
- d{"E dd/MM/y - E dd/MM/y"}
- y{"E dd/MM/y - E dd/MM/y"}
+ M{"E dd/MM/y – E dd/MM/y"}
+ d{"E dd/MM/y – E dd/MM/y"}
+ y{"E dd/MM/y – E dd/MM/y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E d MMM - E d MMM y"}
- d{"E d - E d MMM y"}
- y{"E d MMM y - E d MMM y"}
+ M{"E d MMM – E d MMM y"}
+ d{"E d – E d MMM y"}
+ y{"E d MMM y – E d MMM y"}
}
yMMMM{
- M{"MMMM-MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM–MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"dd MMM - dd MMM y"}
- d{"dd-dd MMM y"}
- y{"dd MMM y - dd MMM y"}
+ M{"dd MMM – dd MMM y"}
+ d{"dd–dd MMM y"}
+ y{"dd MMM y – dd MMM y"}
}
yMd{
- M{"dd/MM/y - dd/MM/y"}
- d{"dd/MM/y - dd/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
}
monthNames{
@@ -797,11 +795,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Giorno"}
@@ -1314,10 +1307,10 @@
start{"{0}, {1}"}
}
unit-narrow{
- 2{"{0} e {1}"}
- end{"{0} e {1}"}
- middle{"{0}, {1}"}
- start{"{0}, {1}"}
+ 2{"{0} {1}"}
+ end{"{0} {1}"}
+ middle{"{0} {1}"}
+ start{"{0} {1}"}
}
unit-short{
2{"{0} e {1}"}
diff --git a/icu4c/source/data/locales/it_CH.txt b/icu4c/source/data/locales/it_CH.txt
index 1110c69..2dbc635 100644
--- a/icu4c/source/data/locales/it_CH.txt
+++ b/icu4c/source/data/locales/it_CH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/it_CH.xml
@@ -18,11 +18,11 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.71"}
calendar{
generic{
DateTimePatterns{
- "HH.mm:ss 'h' zzzz",
+ "HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
@@ -39,7 +39,7 @@
}
gregorian{
DateTimePatterns{
- "HH.mm:ss 'h' zzzz",
+ "HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
diff --git a/icu4c/source/data/locales/it_IT.txt b/icu4c/source/data/locales/it_IT.txt
index 8550cd8..28d5d5d 100644
--- a/icu4c/source/data/locales/it_IT.txt
+++ b/icu4c/source/data/locales/it_IT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/it_IT.xml
diff --git a/icu4c/source/data/locales/it_SM.txt b/icu4c/source/data/locales/it_SM.txt
index 4692659..7a73125 100755
--- a/icu4c/source/data/locales/it_SM.txt
+++ b/icu4c/source/data/locales/it_SM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/it_SM.xml
diff --git a/icu4c/source/data/locales/iw.txt b/icu4c/source/data/locales/iw.txt
index c32fc5a..a7db8ef 100644
--- a/icu4c/source/data/locales/iw.txt
+++ b/icu4c/source/data/locales/iw.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/iw_IL.txt b/icu4c/source/data/locales/iw_IL.txt
index ad7daff..e213989 100644
--- a/icu4c/source/data/locales/iw_IL.txt
+++ b/icu4c/source/data/locales/iw_IL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/ja.txt b/icu4c/source/data/locales/ja.txt
index 469ac1f..fd67fcd 100644
--- a/icu4c/source/data/locales/ja.txt
+++ b/icu4c/source/data/locales/ja.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ja.xml
- */
ja{
AuxExemplarCharacters{"[兌 拼 楔 錄 鳯]"}
Ellipsis{
@@ -81,11 +78,6 @@
" \\[[ \\]] \\{{ \\}} 〈 〉 《 》 「「 」」 『 』 【 】 〔 〕 ‖ § ¶ @@ ** // \\\\ \ \\&& ##"
" %% ‰ † ‡ ′ ″ 〃 ※]"
}
- LocaleScript{
- "Kana",
- "Hira",
- "Hani",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -201,7 +193,7 @@
native{"latn"}
traditional{"jpan"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
DateTimePatterns{
@@ -1270,6 +1262,8 @@
H{"H時"}
Hm{"H:mm"}
Hms{"H:mm:ss"}
+ Hmsv{"H:mm:ss v"}
+ Hmv{"H:mm v"}
M{"M月"}
MEEEEd{"M/dEEEE"}
MEd{"M/d(E)"}
@@ -1282,6 +1276,8 @@
h{"aK時"}
hm{"aK:mm"}
hms{"aK:mm:ss"}
+ hmsv{"aK:mm:ss v"}
+ hmv{"aK:mm v"}
ms{"mm:ss"}
y{"y年"}
yM{"y/M"}
@@ -2644,11 +2640,6 @@
quotationEnd{"」"}
quotationStart{"「"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"日"}
diff --git a/icu4c/source/data/locales/ja_JP.txt b/icu4c/source/data/locales/ja_JP.txt
index 4af9a5a..3431636 100644
--- a/icu4c/source/data/locales/ja_JP.txt
+++ b/icu4c/source/data/locales/ja_JP.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ja_JP.xml
diff --git a/icu4c/source/data/locales/ja_JP_TRADITIONAL.txt b/icu4c/source/data/locales/ja_JP_TRADITIONAL.txt
index cedb7c5..5eef82e 100644
--- a/icu4c/source/data/locales/ja_JP_TRADITIONAL.txt
+++ b/icu4c/source/data/locales/ja_JP_TRADITIONAL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/jgo.txt b/icu4c/source/data/locales/jgo.txt
index 68d8601..ac35d6a 100755
--- a/icu4c/source/data/locales/jgo.txt
+++ b/icu4c/source/data/locales/jgo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/jgo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/jgo.xml
- */
jgo{
AuxExemplarCharacters{"[e o q r x]"}
ExemplarCharacters{
@@ -22,9 +19,6 @@
"Z Ꞌ]"
}
ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ‹ › « »]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
diff --git a/icu4c/source/data/locales/jgo_CM.txt b/icu4c/source/data/locales/jgo_CM.txt
index 3f7cfd8..844b249 100755
--- a/icu4c/source/data/locales/jgo_CM.txt
+++ b/icu4c/source/data/locales/jgo_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/jgo_CM.xml
diff --git a/icu4c/source/data/locales/jmc.txt b/icu4c/source/data/locales/jmc.txt
index 1c8d6be..07fdd3f 100755
--- a/icu4c/source/data/locales/jmc.txt
+++ b/icu4c/source/data/locales/jmc.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/jmc.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/jmc.xml
- */
jmc{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/jmc_TZ.txt b/icu4c/source/data/locales/jmc_TZ.txt
index 157cb41..4b72c4c 100755
--- a/icu4c/source/data/locales/jmc_TZ.txt
+++ b/icu4c/source/data/locales/jmc_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/jmc_TZ.xml
diff --git a/icu4c/source/data/locales/ka.txt b/icu4c/source/data/locales/ka.txt
index a666ba8..57a59b7 100644
--- a/icu4c/source/data/locales/ka.txt
+++ b/icu4c/source/data/locales/ka.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ka.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ka.xml
- */
ka{
AuxExemplarCharacters{
"[ⴀ ⴁ ⴂ ⴃ ⴄ ⴅ ⴆ ჱ ⴡ ⴇ ⴈ ⴉ ⴊ ⴋ ⴌ ჲ ⴢ ⴍ ⴎ ⴏ ⴐ ⴑ ⴒ ჳ ⴣ ⴓ ⴔ ⴕ ⴖ ⴗ ⴘ ⴙ ⴚ ⴛ ⴜ ⴝ ⴞ ჴ"
@@ -28,9 +25,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ჻ ' ‘ ‚ “ „ « » ( ) \\[ \\] \\{ \\} § @ * / \\& #"
" † ‡ ′ ″ №]"
}
- LocaleScript{
- "Geor",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -169,7 +163,7 @@
native{"latn"}
traditional{"geor"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.13.22"}
calendar{
generic{
DateTimePatterns{
@@ -237,23 +231,23 @@
M{"M–M"}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
d{"d–d"}
@@ -281,36 +275,36 @@
y{"y–y G"}
}
yM{
- M{"MM.y - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM.y – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y G"}
- d{"E, dd.MM.y - E, dd.MM.y G"}
- y{"E, dd.MM.y - E, dd.MM.y G"}
+ M{"E, dd.MM.y – E, dd.MM.y G"}
+ d{"E, dd.MM.y – E, dd.MM.y G"}
+ y{"E, dd.MM.y – E, dd.MM.y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM, y G"}
- d{"E, d - E, d MMM y G"}
- y{"E, d MMM, y - E, d MMM, y G"}
+ M{"E, d MMM – E, d MMM, y G"}
+ d{"E, d – E, d MMM y G"}
+ y{"E, d MMM, y – E, d MMM, y G"}
}
yMMMM{
- M{"MM - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMMMd{
- M{"dd MM - dd MM, y"}
+ M{"dd MM – dd MM, y"}
d{"d – d MMM, y"}
- y{"dd MMM, y - d MMM, y"}
+ y{"dd MMM, y – d MMM, y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y G"}
- d{"dd.MM.y - dd.MM.y G"}
- y{"dd.MM.y - dd.MM.y G"}
+ M{"dd.MM.y – dd.MM.y G"}
+ d{"dd.MM.y – dd.MM.y G"}
+ y{"dd.MM.y – dd.MM.y G"}
}
}
}
@@ -493,23 +487,23 @@
M{"M–M"}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
d{"d–d"}
@@ -537,36 +531,36 @@
y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM, y"}
- d{"E, d MMM - E, d MMM, y"}
- y{"E, d MMM, y - E, d MMM, y"}
+ M{"E, d MMM – E, d MMM, y"}
+ d{"E, d MMM – E, d MMM, y"}
+ y{"E, d MMM, y – E, d MMM, y"}
}
yMMMM{
- M{"MM - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM – MM.y"}
+ y{"MM.y – MM.y"}
}
yMMMd{
- M{"dd MM - dd MM, y"}
- d{"d-d MMM, y"}
- y{"dd MMM, y - d MMM, y"}
+ M{"dd MM – dd MM, y"}
+ d{"d–d MMM, y"}
+ y{"dd MMM, y – d MMM, y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -709,11 +703,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"დღე"}
diff --git a/icu4c/source/data/locales/ka_GE.txt b/icu4c/source/data/locales/ka_GE.txt
index f46f9a0..29aec7e 100644
--- a/icu4c/source/data/locales/ka_GE.txt
+++ b/icu4c/source/data/locales/ka_GE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ka_GE.xml
diff --git a/icu4c/source/data/locales/kab.txt b/icu4c/source/data/locales/kab.txt
index 38a62b4..bfef6ec 100755
--- a/icu4c/source/data/locales/kab.txt
+++ b/icu4c/source/data/locales/kab.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kab.xml
- */
kab{
AuxExemplarCharacters{"[o v]"}
ExemplarCharacters{"[a b c č d ḍ e ɛ f g ǧ ɣ h ḥ i j k l m n p q r ṛ s ṣ t ṭ u w x y z ẓ]"}
ExemplarCharactersIndex{"[A B C Č D Ḍ E Ɛ F G Ǧ Ɣ H Ḥ I J K L M N P Q R Ṛ S Ṣ T Ṭ U W X Y Z Ẓ]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -27,7 +21,7 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/kab_DZ.txt b/icu4c/source/data/locales/kab_DZ.txt
index c07c80e..e113766 100755
--- a/icu4c/source/data/locales/kab_DZ.txt
+++ b/icu4c/source/data/locales/kab_DZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kab_DZ.xml
diff --git a/icu4c/source/data/locales/kam.txt b/icu4c/source/data/locales/kam.txt
index 15950d1..3392330 100755
--- a/icu4c/source/data/locales/kam.txt
+++ b/icu4c/source/data/locales/kam.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kam.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kam.xml
- */
kam{
ExemplarCharacters{"[a b c d e f g h i ĩ j k l m n o p q r s t u ũ v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/kam_KE.txt b/icu4c/source/data/locales/kam_KE.txt
index a25e029..e6b6125 100755
--- a/icu4c/source/data/locales/kam_KE.txt
+++ b/icu4c/source/data/locales/kam_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kam_KE.xml
diff --git a/icu4c/source/data/locales/kde.txt b/icu4c/source/data/locales/kde.txt
index 8b93878..5408b4a 100755
--- a/icu4c/source/data/locales/kde.txt
+++ b/icu4c/source/data/locales/kde.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kde.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kde.xml
- */
kde{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/kde_TZ.txt b/icu4c/source/data/locales/kde_TZ.txt
index e40f8d6..19af33f 100755
--- a/icu4c/source/data/locales/kde_TZ.txt
+++ b/icu4c/source/data/locales/kde_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kde_TZ.xml
diff --git a/icu4c/source/data/locales/kea.txt b/icu4c/source/data/locales/kea.txt
index d44e178..204b1c5 100755
--- a/icu4c/source/data/locales/kea.txt
+++ b/icu4c/source/data/locales/kea.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kea.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kea.xml
- */
kea{
AuxExemplarCharacters{
"[á à ă â å ä ã ā æ c ç é è ĕ ê ë ẽ ē í ì ĭ î ï ĩ ī {n\u0308} ó ò ŏ ô ö õ ø ō"
@@ -24,9 +21,6 @@
}
ExemplarCharacters{"[a b d {dj} e f g h i j k l {lh} m n ñ {nh} o p r s t {tx} u v x y z]"}
ExemplarCharactersIndex{"[A B D E F G H I J K L M N O P R S T U V X Z]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -140,7 +134,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.42"}
calendar{
generic{
DateTimePatterns{
@@ -704,11 +698,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Dia"}
diff --git a/icu4c/source/data/locales/kea_CV.txt b/icu4c/source/data/locales/kea_CV.txt
index 0c26253..7cdb27b 100755
--- a/icu4c/source/data/locales/kea_CV.txt
+++ b/icu4c/source/data/locales/kea_CV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kea_CV.xml
diff --git a/icu4c/source/data/locales/khq.txt b/icu4c/source/data/locales/khq.txt
index 5ee1c2f..09c0442 100755
--- a/icu4c/source/data/locales/khq.txt
+++ b/icu4c/source/data/locales/khq.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/khq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/khq.xml
- */
khq{
AuxExemplarCharacters{"[v]"}
ExemplarCharacters{"[a ã b c d e ẽ f g h i j k l m n ɲ ŋ o õ p q r s š t u w x y z ž]"}
ExemplarCharactersIndex{"[A Ã B C D E Ẽ F G H I J K L M N Ɲ Ŋ O Õ P Q R S Š T U W X Y Z Ž]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/khq_ML.txt b/icu4c/source/data/locales/khq_ML.txt
index 3691848..3a8e891 100755
--- a/icu4c/source/data/locales/khq_ML.txt
+++ b/icu4c/source/data/locales/khq_ML.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/khq_ML.xml
diff --git a/icu4c/source/data/locales/ki.txt b/icu4c/source/data/locales/ki.txt
index 69677d9..1c4021b 100755
--- a/icu4c/source/data/locales/ki.txt
+++ b/icu4c/source/data/locales/ki.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ki.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ki.xml
- */
ki{
AuxExemplarCharacters{"[f l p q s v x z]"}
ExemplarCharacters{"[a b c d e g h i ĩ j k m n o r t u ũ w y]"}
ExemplarCharactersIndex{"[A B C D E G H I J K M N O R T U W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ki_KE.txt b/icu4c/source/data/locales/ki_KE.txt
index f7d3126..b09a32c 100755
--- a/icu4c/source/data/locales/ki_KE.txt
+++ b/icu4c/source/data/locales/ki_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ki_KE.xml
diff --git a/icu4c/source/data/locales/kk.txt b/icu4c/source/data/locales/kk.txt
index 78bdb32..7522e54 100644
--- a/icu4c/source/data/locales/kk.txt
+++ b/icu4c/source/data/locales/kk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kk.xml
- */
kk{
AuxExemplarCharacters{"[]"}
Ellipsis{
@@ -31,9 +28,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” « » ( ) \\[ \\] \\{ \\} § @ * / "
"\\& #]"
}
- LocaleScript{
- "Cyrl",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -118,7 +112,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -162,93 +156,93 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- h{"h-h a"}
+ h{"h–h a"}
}
hm{
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- h{"h-h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM.y - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM.y – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y G"}
- d{"E, dd.MM.y - E, dd.MM.y G"}
- y{"E, dd.MM.y - E, dd.MM.y G"}
+ M{"E, dd.MM.y – E, dd.MM.y G"}
+ d{"E, dd.MM.y – E, dd.MM.y G"}
+ y{"E, dd.MM.y – E, dd.MM.y G"}
}
yMMM{
- M{"MMM-MMM y 'ж'. G"}
+ M{"MMM–MMM y 'ж'. G"}
y{"MMM y 'ж'. - MMM y 'ж'. G"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y 'ж'. G"}
- d{"E, d - E, d MMM y 'ж'. G"}
+ M{"E, d MMM – E, d MMM y 'ж'. G"}
+ d{"E, d – E, d MMM y 'ж'. G"}
y{"E, d MMM y 'ж'. - E, d MMM y 'ж'. G"}
}
yMMMM{
- M{"MMMM - MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM – MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d MMM - d MMM y 'ж'. G"}
- d{"d-d MMM y 'ж'. G"}
+ M{"d MMM – d MMM y 'ж'. G"}
+ d{"d–d MMM y 'ж'. G"}
y{"d MMM y 'ж'. - d MMM y 'ж'. G"}
}
yMd{
- M{"dd.MM.y - dd.MM.y G"}
- d{"dd.MM.y - dd.MM.y G"}
- y{"dd.MM.y - dd.MM.y G"}
+ M{"dd.MM.y – dd.MM.y G"}
+ d{"dd.MM.y – dd.MM.y G"}
+ y{"dd.MM.y – dd.MM.y G"}
}
}
}
@@ -414,53 +408,53 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
a{"h a – h a"}
- h{"a h-h"}
+ h{"a h–h"}
}
hm{
a{"h:mm a – h:mm a"}
- h{"a h:mm-h:mm"}
- m{"a h:mm-h:mm"}
+ h{"a h:mm–h:mm"}
+ m{"a h:mm–h:mm"}
}
hmv{
a{"h:mm a – h:mm a v"}
@@ -472,39 +466,39 @@
h{"a h – h v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y 'ж'."}
+ M{"MMM–MMM y 'ж'."}
y{"MMM y 'ж'. - MMM y 'ж'."}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y 'ж'."}
- d{"E, d - E, d MMM y 'ж'."}
+ M{"E, d MMM – E, d MMM y 'ж'."}
+ d{"E, d – E, d MMM y 'ж'."}
y{"E, d MMM y 'ж'. - E, d MMM y 'ж'."}
}
yMMMM{
- M{"MMMM - MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM – MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM - d MMM y 'ж'."}
- d{"d-d MMM y 'ж'."}
+ M{"d MMM – d MMM y 'ж'."}
+ d{"d–d MMM y 'ж'."}
y{"d MMM y 'ж'. - d MMM y 'ж'."}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -647,11 +641,6 @@
quotationEnd{"\u0022"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"күн"}
diff --git a/icu4c/source/data/locales/kk_Cyrl.txt b/icu4c/source/data/locales/kk_Cyrl.txt
index 940d49e..611b5cb 100755
--- a/icu4c/source/data/locales/kk_Cyrl.txt
+++ b/icu4c/source/data/locales/kk_Cyrl.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kk_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kk_Cyrl.xml
- */
kk_Cyrl{
- LocaleScript{
- "Cyrl",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/kk_Cyrl_KZ.txt b/icu4c/source/data/locales/kk_Cyrl_KZ.txt
index fbf7c0d..67ecdf7 100755
--- a/icu4c/source/data/locales/kk_Cyrl_KZ.txt
+++ b/icu4c/source/data/locales/kk_Cyrl_KZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kk_Cyrl_KZ.xml
diff --git a/icu4c/source/data/locales/kk_KZ.txt b/icu4c/source/data/locales/kk_KZ.txt
index f5df521..dfdf948 100644
--- a/icu4c/source/data/locales/kk_KZ.txt
+++ b/icu4c/source/data/locales/kk_KZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/kkj.txt b/icu4c/source/data/locales/kkj.txt
index 5775c02..f642eb8 100755
--- a/icu4c/source/data/locales/kkj.txt
+++ b/icu4c/source/data/locales/kkj.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kkj.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kkj.xml
- */
kkj{
AuxExemplarCharacters{"[q x z]"}
ExemplarCharacters{
@@ -22,9 +19,6 @@
"Nd} Nj {Ny} Ŋ {Ŋg} {Ŋgb} {Ŋgw} O Ɔ {Ɔ\u0327} P R S T U {U\u0327} V W Y]"
}
ExemplarCharactersPunctuation{"[, \\: ! ? . … ‘ ‹ › “ ” « » ( ) *]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
default{"latn"}
latn{
diff --git a/icu4c/source/data/locales/kkj_CM.txt b/icu4c/source/data/locales/kkj_CM.txt
index e6464b3..af08923 100755
--- a/icu4c/source/data/locales/kkj_CM.txt
+++ b/icu4c/source/data/locales/kkj_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kkj_CM.xml
diff --git a/icu4c/source/data/locales/kl.txt b/icu4c/source/data/locales/kl.txt
index 4d72232..5d5de1a 100644
--- a/icu4c/source/data/locales/kl.txt
+++ b/icu4c/source/data/locales/kl.txt
@@ -1,23 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kl.xml
- */
kl{
AuxExemplarCharacters{"[]"}
ExemplarCharacters{
"[a á â ã b c d e é ê f g h i í î ĩ j k l m n o ô p q ĸ r s t u ú û ũ v w x y"
" z æ ø å]"
}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -148,11 +142,6 @@
}
}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
relativeTime{
diff --git a/icu4c/source/data/locales/kl_GL.txt b/icu4c/source/data/locales/kl_GL.txt
index 39f8c5b..11acddb 100644
--- a/icu4c/source/data/locales/kl_GL.txt
+++ b/icu4c/source/data/locales/kl_GL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kl_GL.xml
diff --git a/icu4c/source/data/locales/kln.txt b/icu4c/source/data/locales/kln.txt
index 91be85d..88e69d7 100755
--- a/icu4c/source/data/locales/kln.txt
+++ b/icu4c/source/data/locales/kln.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kln.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kln.xml
- */
kln{
AuxExemplarCharacters{"[f q v x z]"}
ExemplarCharacters{"[a b c d e g h i j k l m n o p r s t u w y]"}
ExemplarCharactersIndex{"[A B C D E G H I J K L M N O P R S T U W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -24,7 +18,7 @@
}
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.11.39"}
calendar{
generic{
DateTimePatterns{
@@ -68,12 +62,12 @@
}
gregorian{
AmPmMarkers{
- "Beet",
- "Kemo",
+ "karoon",
+ "kooskoliny",
}
AmPmMarkersAbbr{
- "BE",
- "KE",
+ "krn",
+ "koosk",
}
DateTimePatterns{
"h:mm:ss a zzzz",
@@ -90,6 +84,8 @@
"{1} {0}",
"{1} {0}",
}
+ NoonMarker{"beetkween"}
+ NoonMarkerAbbr{"beet"}
availableFormats{
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
@@ -116,29 +112,29 @@
dayNames{
format{
abbreviated{
- "Tis",
- "Tai",
- "Aen",
- "Som",
- "Ang",
- "Mut",
- "Loh",
+ "Kts",
+ "Kot",
+ "Koo",
+ "Kos",
+ "Koa",
+ "Kom",
+ "Kol",
}
wide{
- "Betutab tisap",
- "Betut netai",
- "Betutab aeng’",
- "Betutab somok",
- "Betutab ang’wan",
- "Betutab mut",
- "Betutab lo",
+ "Kotisap",
+ "Kotaai",
+ "Koaeng’",
+ "Kosomok",
+ "Koang’wan",
+ "Komuut",
+ "Kolo",
}
}
stand-alone{
narrow{
"T",
"T",
- "A",
+ "O",
"S",
"A",
"M",
@@ -160,43 +156,43 @@
format{
abbreviated{
"Mul",
- "Nga",
- "Kip",
- "Iwa",
+ "Ngat",
+ "Taa",
+ "Iwo",
+ "Mam",
+ "Paa",
"Nge",
- "Wak",
- "Rop",
- "Kog",
+ "Roo",
"Bur",
"Epe",
- "Tai",
- "Aen",
+ "Kpt",
+ "Kpa",
}
wide{
"Mulgul",
- "Ng’atyato",
- "Kiptamo",
- "Iwat kut",
- "Ng’eiyet",
- "Waki",
- "Roptui",
- "Kipkogaga",
- "Buret",
- "Epeso",
- "Kipsunde netai",
- "Kipsunde nebo aeng",
+ "Ng’atyaato",
+ "Kiptaamo",
+ "Iwootkuut",
+ "Mamuut",
+ "Paagi",
+ "Ng’eiyeet",
+ "Rooptui",
+ "Bureet",
+ "Epeeso",
+ "Kipsuunde ne taai",
+ "Kipsuunde nebo aeng’",
}
}
stand-alone{
narrow{
"M",
"N",
- "K",
+ "T",
"I",
+ "M",
+ "P",
"N",
- "W",
"R",
- "K",
"B",
"E",
"K",
diff --git a/icu4c/source/data/locales/kln_KE.txt b/icu4c/source/data/locales/kln_KE.txt
index cf458ba..15d1dad 100755
--- a/icu4c/source/data/locales/kln_KE.txt
+++ b/icu4c/source/data/locales/kln_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kln_KE.xml
diff --git a/icu4c/source/data/locales/km.txt b/icu4c/source/data/locales/km.txt
index 5664075..a2aea33 100644
--- a/icu4c/source/data/locales/km.txt
+++ b/icu4c/source/data/locales/km.txt
@@ -1,16 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/km.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/km.xml
- */
km{
- AuxExemplarCharacters{"[\u17B4\u17B5\u200B ឝ ឞ]"}
+ AuxExemplarCharacters{"[\u17CC \u17CE \u17CF \u17D1 \u17B4 \u17B5 \u200B ឝ ឞ]"}
Ellipsis{
final{"{0}…"}
initial{"…{0}"}
@@ -20,15 +17,11 @@
word-medial{"{0} … {1}"}
}
ExemplarCharacters{
- "[\u17CC \u17CE \u17CF \u17D1 \u17D0 ៈ \u17CB \u17C9 \u17CA \u17CD ក ខ គ ឃ ង "
- "ច ឆ ជ ឈ ញ ដ ឋ ឌ ឍ ណ ត ថ ទ ធ ន ប ផ ព ភ ម យ រ ឫ ឬ ល ឭ ឮ វ ស ហ ឡ អ {អា} ឥ ឦ ឧ {"
- "ឧក} ឩ ឪ ឯ ឰ ឱ ឲ ឳ ា \u17B7 \u17B8 \u17B9 \u17BA \u17BB \u17BC \u17BD ើ ឿ ៀ េ"
- " ែ ៃ ោ ៅ \u17C6 ះ \u17D2]"
+ "[\u17D0 ៈ \u17CB \u17C9 \u17CA \u17CD ក ខ គ ឃ ង ច ឆ ជ ឈ ញ ដ ឋ ឌ ឍ ណ ត ថ ទ ធ "
+ "ន ប ផ ព ភ ម យ រ ឫ ឬ ល ឭ ឮ វ ស ហ ឡ អ {អា} ឥ ឦ ឧ {ឧក} ឩ ឪ ឯ ឰ ឱ ឲ ឳ ា \u17B7 "
+ "\u17B8 \u17B9 \u17BA \u17BB \u17BC \u17BD ើ ឿ ៀ េ ែ ៃ ោ ៅ \u17C6 ះ \u17D2]"
}
ExemplarCharactersPunctuation{"[\\- , ៖ ! ? . ។ ៕ ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\} ៙ ៚]"}
- LocaleScript{
- "Khmr",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -142,7 +135,7 @@
minimumGroupingDigits{"1"}
native{"khmr"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.51"}
calendar{
generic{
DateTimePatterns{
@@ -193,35 +186,35 @@
}
intervalFormats{
H{
- H{"H-H"}
+ H{"H–H"}
}
Hm{
- H{"H:mm-H:mm"}
- m{"H:mm-H:mm"}
+ H{"H:mm–H:mm"}
+ m{"H:mm–H:mm"}
}
Hmv{
- H{"H:mm-H:mm v"}
- m{"H:mm-H:mm v"}
+ H{"H:mm–H:mm v"}
+ m{"H:mm–H:mm v"}
}
Hv{
- H{"H-H v"}
+ H{"H–H v"}
}
M{
- M{"M - M"}
+ M{"M – M"}
}
MEd{
- M{"E, d/M - E, d/M"}
+ M{"E, d/M – E, d/M"}
d{"E, d/M– E, d/M"}
}
MMM{
M{"MMM – MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d MMM - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d MMM – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
+ M{"d MMM – d MMM"}
d{"d – d MMM"}
}
Md{
@@ -229,26 +222,26 @@
d{"d/M – d/M"}
}
d{
- d{"d - d"}
+ d{"d – d"}
}
fallback{"{0} - {1}"}
h{
a{"h a – h a"}
- h{"h-h a"}
+ h{"h–h a"}
}
hm{
a{"h:mm a – h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
a{"h:mm a – h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
a{"h a – h a v"}
- h{"h-h a v"}
+ h{"h–h a v"}
}
y{
y{"y – y G"}
@@ -260,7 +253,7 @@
yMEd{
M{"E, d/M/y – E, d/M/y GGGGG"}
d{"E, d/M/y – E, d/M/y GGGGG"}
- y{"E, d/M/y - E, d/M/y GGGGG"}
+ y{"E, d/M/y – E, d/M/y GGGGG"}
}
yMMM{
M{"MMM – MMM y G"}
@@ -277,12 +270,12 @@
}
yMMMd{
M{"MMM d – MMM d, y G"}
- d{"d-d MMM y G"}
+ d{"d–d MMM y G"}
y{"d MMM, y – d MMM, y G"}
}
yMd{
M{"d/M/y – d/M/y GGGGG"}
- d{"d/M/y - d/M/y G"}
+ d{"d/M/y – d/M/y G"}
y{"d/M/y – d/M/y GGGGG"}
}
}
@@ -455,7 +448,7 @@
H{"HH – HH v"}
}
M{
- M{"M - M"}
+ M{"M – M"}
}
MEd{
M{"E d/M – E d/M"}
@@ -465,19 +458,19 @@
M{"MMM – MMM"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d MMM - E d MMM"}
+ M{"E d MMM – E d MMM"}
+ d{"E d MMM – E d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
M{"d/M – d/M"}
d{"d/M – d/M"}
}
d{
- d{"d - d"}
+ d{"d – d"}
}
fallback{"{0} - {1}"}
h{
@@ -502,21 +495,21 @@
y{"y – y"}
}
yM{
- M{"M/y - M/y"}
- y{"M/y - M/y"}
+ M{"M/y – M/y"}
+ y{"M/y – M/y"}
}
yMEd{
- M{"E d/M/y - E d/M/y"}
- d{"E d/M/y - E d/M/y"}
- y{"E d/M/y - E d/M/y"}
+ M{"E d/M/y – E d/M/y"}
+ d{"E d/M/y – E d/M/y"}
+ y{"E d/M/y – E d/M/y"}
}
yMMM{
M{"MMM–MMM y"}
y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E dd MMM y - E dd MMM y"}
- d{"E dd MMM y - E dd MMM y"}
+ M{"E dd MMM y – E dd MMM y"}
+ d{"E dd MMM y – E dd MMM y"}
y{"E dd-MM-y – E dd MMM y"}
}
yMMMM{
@@ -525,13 +518,13 @@
}
yMMMd{
M{"d MMM – d MMM y"}
- d{"d - d MMM y"}
- y{"d MMM y - d MMM y"}
+ d{"d – d MMM y"}
+ y{"d MMM y – d MMM y"}
}
yMd{
- M{"d/M/y - d/M/y"}
- d{"d/M/y - d/M/y"}
- y{"d/M/y - d/M/y"}
+ M{"d/M/y – d/M/y"}
+ d{"d/M/y – d/M/y"}
+ y{"d/M/y – d/M/y"}
}
}
monthNames{
@@ -674,11 +667,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ថ្ងៃ"}
diff --git a/icu4c/source/data/locales/km_KH.txt b/icu4c/source/data/locales/km_KH.txt
index 84d611d..dd0c5f7 100644
--- a/icu4c/source/data/locales/km_KH.txt
+++ b/icu4c/source/data/locales/km_KH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/km_KH.xml
diff --git a/icu4c/source/data/locales/kn.txt b/icu4c/source/data/locales/kn.txt
index 6ec28d4..73a041f 100644
--- a/icu4c/source/data/locales/kn.txt
+++ b/icu4c/source/data/locales/kn.txt
@@ -1,16 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kn.xml
- */
kn{
- AuxExemplarCharacters{"[\u200C\u200D]"}
+ AuxExemplarCharacters{"[ೞ \u200C\u200D]"}
Ellipsis{
final{"{0}…"}
initial{"…{0}"}
@@ -21,17 +18,14 @@
}
ExemplarCharacters{
"[\u0CBC ೦ ೧ ೨ ೩ ೪ ೫ ೬ ೭ ೮ ೯ ಅ ಆ ಇ ಈ ಉ ಊ ಋ ೠ ಌ ೡ ಎ ಏ ಐ ಒ ಓ ಔ ಂ ಃ ಕ ಖ ಗ ಘ ಙ ಚ "
- "ಛ ಜ ಝ ಞ ಟ ಠ ಡ ಢ ಣ ತ ಥ ದ ಧ ನ ಪ ಫ ಬ ಭ ಮ ಯ ರ ಱ ಲ ವ ಶ ಷ ಸ ಹ ಳ ೞ ಽ ಾ \u0CBF ೀ ು ೂ"
- " ೃ ೄ \u0CC6 ೇ ೈ ೊ ೋ \u0CCC \u0CCD ೕ ೖ]"
+ "ಛ ಜ ಝ ಞ ಟ ಠ ಡ ಢ ಣ ತ ಥ ದ ಧ ನ ಪ ಫ ಬ ಭ ಮ ಯ ರ ಱ ಲ ವ ಶ ಷ ಸ ಹ ಳ ಽ ಾ \u0CBF ೀ ು ೂ ೃ"
+ " ೄ \u0CC6 ೇ ೈ ೊ ೋ \u0CCC \u0CCD ೕ ೖ]"
}
ExemplarCharactersIndex{
"[ಅ ಆ ಇ ಈ ಉ ಊ ಋ ೠ ಌ ೡ ಎ ಏ ಐ ಒ ಓ ಔ ಕ ಖ ಗ ಘ ಙ ಚ ಛ ಜ ಝ ಞ ಟ ಠ ಡ ಢ ಣ ತ ಥ ದ ಧ ನ ಪ ಫ"
" ಬ ಭ ಮ ಯ ರ ಱ ಲ ವ ಶ ಷ ಸ ಹ ಳ ೞ]"
}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] @ * / \\& # ′ ″]"}
- LocaleScript{
- "Knda",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -169,7 +163,7 @@
minimumGroupingDigits{"1"}
native{"knda"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.51"}
calendar{
generic{
DateTimePatterns{
@@ -241,8 +235,8 @@
M{"M–M"}
}
MEd{
- M{"d/M, E - d/M, E"}
- d{"d/M, E - d/M, E"}
+ M{"d/M, E – d/M, E"}
+ d{"d/M, E – d/M, E"}
}
MMM{
M{"MMM–MMM"}
@@ -252,12 +246,12 @@
d{"MMM d, E – MMM d, E"}
}
MMMd{
- M{"d MMM - d MMM"}
+ M{"d MMM – d MMM"}
d{"d –d MMM"}
}
Md{
M{"d/M – d/M"}
- d{"d/M - d/M"}
+ d{"d/M – d/M"}
}
d{
d{"d–d"}
@@ -279,7 +273,7 @@
}
hv{
a{"h a – h a v"}
- h{"h-h a v"}
+ h{"h–h a v"}
}
y{
y{"y–y G"}
@@ -289,9 +283,9 @@
y{"M/y – M/y GGGGG"}
}
yMEd{
- M{"d/M/y, E - d/M/y G"}
+ M{"d/M/y, E – d/M/y G"}
d{"GGGGG y-MM-dd, E – y-MM-dd, E"}
- y{"d/M/y, E - d/M/y, E G"}
+ y{"d/M/y, E – d/M/y, E G"}
}
yMMM{
M{"G y MMM–MMM"}
@@ -505,23 +499,23 @@
M{"M–M"}
}
MEd{
- M{"E, M/d - E, M/d"}
- d{"E, M/d - E, M/d"}
+ M{"E, M/d – E, M/d"}
+ d{"E, M/d – E, M/d"}
}
MMM{
M{"MMM–MMM"}
}
MMMEd{
- M{"d MMM, E - d MMM, E"}
- d{"E, MMM d - E, MMM d"}
+ M{"d MMM, E – d MMM, E"}
+ d{"E, MMM d – E, MMM d"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"MMM d - d"}
+ M{"d MMM – d MMM"}
+ d{"MMM d – d"}
}
Md{
- M{"M/d - M/d"}
- d{"M/d - M/d"}
+ M{"M/d – M/d"}
+ d{"M/d – M/d"}
}
d{
d{"d–d"}
@@ -553,32 +547,32 @@
y{"M/y – M/y"}
}
yMEd{
- M{"E, M/d/y - E, M/d/y"}
- d{"d/M/y,E - d/M/y,E,"}
- y{"E, M/d/y - E, M/d/y"}
+ M{"E, M/d/y – E, M/d/y"}
+ d{"d/M/y,E – d/M/y,E,"}
+ y{"E, M/d/y – E, M/d/y"}
}
yMMM{
M{"MMM–MMM y"}
- y{"MMM y - MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, MMM d - E, MMMM d, y"}
- d{"E, MMM d - E, MMM d,y"}
- y{"d MMM, y E - d MMM, y E"}
+ M{"E, MMM d – E, MMMM d, y"}
+ d{"E, MMM d – E, MMM d,y"}
+ y{"d MMM, y E – d MMM, y E"}
}
yMMMM{
M{"MMMM – MMMM y"}
y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM - d MMM, y"}
- d{"MMM d-d,y"}
- y{"d, MMM, y - d, MMM, y"}
+ M{"d MMM – d MMM, y"}
+ d{"MMM d–d,y"}
+ y{"d, MMM, y – d, MMM, y"}
}
yMd{
- M{"M/d/y - M/d/y"}
- d{"M/d/y - M/d/y"}
- y{"M/d/y - M/d/y"}
+ M{"M/d/y – M/d/y"}
+ d{"M/d/y – M/d/y"}
+ y{"M/d/y – M/d/y"}
}
}
monthNames{
@@ -721,11 +715,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ದಿನ"}
diff --git a/icu4c/source/data/locales/kn_IN.txt b/icu4c/source/data/locales/kn_IN.txt
index 1374a74..f6187b5 100644
--- a/icu4c/source/data/locales/kn_IN.txt
+++ b/icu4c/source/data/locales/kn_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kn_IN.xml
diff --git a/icu4c/source/data/locales/ko.txt b/icu4c/source/data/locales/ko.txt
index b7f584c..e46bb05 100644
--- a/icu4c/source/data/locales/ko.txt
+++ b/icu4c/source/data/locales/ko.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ko.xml
- */
ko{
AuxExemplarCharacters{
"[ᄀ-ᄒ ᅡ-ᅵ ᆨ-ᇂ 丘 串 乃 久 乖 九 乞 乫 乾 亂 亘 交 京 仇 今 介 件 价 企 伋 伎 伽 佳 佶 侃 來 侊 供 係 俓 俱 個"
@@ -48,10 +45,6 @@
"" “ ” ( ( ) ) \\[ [ \\] ] \\{ { \\} } 〈 〉 《 》 「 」 『 』 【 】 〔 〕 § ¶ @ @ * * / "
"/ \\\\ \ \\& & # # % % ‰ † ‡ ′ ″ 〃 ※]"
}
- LocaleScript{
- "Hang",
- "Hani",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +158,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.9.31"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -842,7 +835,7 @@
d{"M월 d일 (E) ~ d일 (E)"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
M{"M월 d일 ~ M월 d일"}
@@ -962,6 +955,8 @@
HHmmss{"HH:mm:ss"}
Hm{"HH:mm"}
Hms{"H시 m분 s초"}
+ Hmsv{"H시 m분 s초 v"}
+ Hmv{"HH:mm v"}
M{"M월"}
MEEEEd{"M. d. EEEE"}
MEd{"M. d. (E)"}
@@ -974,6 +969,8 @@
h{"a h시"}
hm{"a h:mm"}
hms{"a h:mm:ss"}
+ hmsv{"a h:mm:ss v"}
+ hmv{"a h:mm v"}
mmss{"mm:ss"}
ms{"mm:ss"}
y{"y년"}
@@ -1111,7 +1108,7 @@
d{"M월 d일 (E) ~ d일 (E)"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
M{"M월 d일 ~ M월 d일"}
@@ -1642,11 +1639,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"일"}
diff --git a/icu4c/source/data/locales/ko_KP.txt b/icu4c/source/data/locales/ko_KP.txt
index 37872f9..6567883 100755
--- a/icu4c/source/data/locales/ko_KP.txt
+++ b/icu4c/source/data/locales/ko_KP.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ko_KP.xml
diff --git a/icu4c/source/data/locales/ko_KR.txt b/icu4c/source/data/locales/ko_KR.txt
index ad3edf1..bea1a7a 100644
--- a/icu4c/source/data/locales/ko_KR.txt
+++ b/icu4c/source/data/locales/ko_KR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ko_KR.xml
diff --git a/icu4c/source/data/locales/kok.txt b/icu4c/source/data/locales/kok.txt
index cc73ba4..68fdfcf 100644
--- a/icu4c/source/data/locales/kok.txt
+++ b/icu4c/source/data/locales/kok.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kok.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kok.xml
- */
kok{
AuxExemplarCharacters{"[\u200C\u200D]"}
ExemplarCharacters{
@@ -17,9 +14,6 @@
"{ढ\u093C} ण त थ द ध न प फ {फ\u093C} ब भ म य {य\u093C} र ल व श ष स ह ळ ऽ ा ि "
"ी \u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]"
}
- LocaleScript{
- "Deva",
- }
NumberElements{
default{"latn"}
latn{
diff --git a/icu4c/source/data/locales/kok_IN.txt b/icu4c/source/data/locales/kok_IN.txt
index 4b11b0e..4d8a987 100644
--- a/icu4c/source/data/locales/kok_IN.txt
+++ b/icu4c/source/data/locales/kok_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kok_IN.xml
diff --git a/icu4c/source/data/locales/ks.txt b/icu4c/source/data/locales/ks.txt
index 81e7c89..5513589 100755
--- a/icu4c/source/data/locales/ks.txt
+++ b/icu4c/source/data/locales/ks.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ks.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ks.xml
- */
ks{
AuxExemplarCharacters{"[\u200E\u200F]"}
ExemplarCharacters{
@@ -16,9 +13,6 @@
" ء آ أ ٲ ؤ ا ٮ ب پ ت ث ٹ ج چ ح خ د ذ ڈ ر ز ڑ ژ س ش ص ض ط ظ ع غ ف ق ک گ ل م ن"
" ں ھ ہ و ۄ ی ۍ ے]"
}
- LocaleScript{
- "Arab",
- }
NumberElements{
default{"arabext"}
latn{
@@ -43,7 +37,7 @@
}
native{"arabext"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/ks_Arab.txt b/icu4c/source/data/locales/ks_Arab.txt
index dce7493..d21561b 100755
--- a/icu4c/source/data/locales/ks_Arab.txt
+++ b/icu4c/source/data/locales/ks_Arab.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ks_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ks_Arab.xml
- */
ks_Arab{
- LocaleScript{
- "Arab",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/ks_Arab_IN.txt b/icu4c/source/data/locales/ks_Arab_IN.txt
index 6b9f744..fda28d6 100755
--- a/icu4c/source/data/locales/ks_Arab_IN.txt
+++ b/icu4c/source/data/locales/ks_Arab_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ks_Arab_IN.xml
diff --git a/icu4c/source/data/locales/ks_IN.txt b/icu4c/source/data/locales/ks_IN.txt
index 3f55a16..1bfcbb2 100755
--- a/icu4c/source/data/locales/ks_IN.txt
+++ b/icu4c/source/data/locales/ks_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/ksb.txt b/icu4c/source/data/locales/ksb.txt
index ac6dea6..6189319 100755
--- a/icu4c/source/data/locales/ksb.txt
+++ b/icu4c/source/data/locales/ksb.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksb.xml
- */
ksb{
AuxExemplarCharacters{"[q r x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ksb_TZ.txt b/icu4c/source/data/locales/ksb_TZ.txt
index 4caf889..1cef0a4 100755
--- a/icu4c/source/data/locales/ksb_TZ.txt
+++ b/icu4c/source/data/locales/ksb_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksb_TZ.xml
diff --git a/icu4c/source/data/locales/ksf.txt b/icu4c/source/data/locales/ksf.txt
index 750c7ff..1a680d7 100755
--- a/icu4c/source/data/locales/ksf.txt
+++ b/icu4c/source/data/locales/ksf.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksf.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksf.xml
- */
ksf{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{
@@ -16,9 +13,6 @@
" p r s t u ú v w y z]"
}
ExemplarCharactersIndex{"[A B C D E Ǝ Ɛ F G H I J K L M N Ŋ O Ɔ P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ksf_CM.txt b/icu4c/source/data/locales/ksf_CM.txt
index b782ab4..a861889 100755
--- a/icu4c/source/data/locales/ksf_CM.txt
+++ b/icu4c/source/data/locales/ksf_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksf_CM.xml
diff --git a/icu4c/source/data/locales/ksh.txt b/icu4c/source/data/locales/ksh.txt
index 1cfa91c..8ab8997 100644
--- a/icu4c/source/data/locales/ksh.txt
+++ b/icu4c/source/data/locales/ksh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ksh.xml
- */
ksh{
AuxExemplarCharacters{"[á à ă â ã ā ç é è ĕ ê ē ğ í ì ĭ î ï ī ij ı ł ñ ó ò ŏ ô ø ō ú ù ŭ û ū ÿ]"}
ExemplarCharacters{"[a å ä æ b c d e ë ė f g h i j k l m n o ö œ p q r s ß t u ů ü v w x y z]"}
@@ -17,9 +14,6 @@
"[_ ‐ – — ⸗ , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ ( ) \\[ \\] \\{ \\} § @ * / \\& "
"# % † ‡ ° < = > ~ \$]"
}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -523,11 +517,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Daach"}
diff --git a/icu4c/source/data/locales/ksh_DE.txt b/icu4c/source/data/locales/ksh_DE.txt
index 91486ad..a67388f 100644
--- a/icu4c/source/data/locales/ksh_DE.txt
+++ b/icu4c/source/data/locales/ksh_DE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ksh_DE.xml
diff --git a/icu4c/source/data/locales/kw.txt b/icu4c/source/data/locales/kw.txt
index 2ba5f3d..88d2503 100644
--- a/icu4c/source/data/locales/kw.txt
+++ b/icu4c/source/data/locales/kw.txt
@@ -1,19 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/kw.xml
- */
kw{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -21,7 +15,7 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.12.32"}
calendar{
gregorian{
AmPmMarkers{
@@ -40,13 +34,13 @@
"Sad",
}
wide{
- "De Sul",
- "De Lun",
- "De Merth",
- "De Merher",
- "De Yow",
- "De Gwener",
- "De Sadorn",
+ "dy Sul",
+ "dy Lun",
+ "dy Meurth",
+ "dy Merher",
+ "dy Yow",
+ "dy Gwener",
+ "dy Sadorn",
}
}
}
@@ -60,11 +54,11 @@
format{
abbreviated{
"Gen",
- "Whe",
- "Mer",
+ "Hwe",
+ "Meu",
"Ebr",
"Me",
- "Efn",
+ "Met",
"Gor",
"Est",
"Gwn",
@@ -73,18 +67,18 @@
"Kev",
}
wide{
- "Mys Genver",
- "Mys Whevrel",
- "Mys Merth",
- "Mys Ebrel",
- "Mys Me",
- "Mys Efan",
- "Mys Gortheren",
- "Mye Est",
- "Mys Gwyngala",
- "Mys Hedra",
- "Mys Du",
- "Mys Kevardhu",
+ "mis Genver",
+ "mis Hwevrer",
+ "mis Meurth",
+ "mis Ebrel",
+ "mis Me",
+ "mis Metheven",
+ "mis Gortheren",
+ "mis Est",
+ "mis Gwynngala",
+ "mis Hedra",
+ "mis Du",
+ "mis Kevardhu",
}
}
}
diff --git a/icu4c/source/data/locales/kw_GB.txt b/icu4c/source/data/locales/kw_GB.txt
index 2ef202a..f58a741 100644
--- a/icu4c/source/data/locales/kw_GB.txt
+++ b/icu4c/source/data/locales/kw_GB.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/kw_GB.xml
diff --git a/icu4c/source/data/locales/ky.txt b/icu4c/source/data/locales/ky.txt
index 9aeb70f..c0e1425 100755
--- a/icu4c/source/data/locales/ky.txt
+++ b/icu4c/source/data/locales/ky.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ky.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ky.xml
- */
ky{
AuxExemplarCharacters{"[в ф ц щ ь]"}
Ellipsis{
@@ -20,13 +17,11 @@
word-medial{"{0} … {1}"}
}
ExemplarCharacters{"[а б г д е ё ж з и й к л м н ӊ о ө п р с т у ү х ч ш ъ ы э ю я]"}
+ ExemplarCharactersIndex{"[А Б В Г Д Е Ё Ж З И Й К Л М Н Ң О Ө П Р С Т У Ү Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я]"}
ExemplarCharactersPunctuation{
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * / "
"\\& #]"
}
- LocaleScript{
- "Cyrl",
- }
MoreInformation{"?"}
NumberElements{
latn{
@@ -161,7 +156,7 @@
}
minimumGroupingDigits{"1"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -205,65 +200,65 @@
}
intervalFormats{
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM.y - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM.y – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y G"}
- d{"E, dd.MM.y - E, dd.MM.y G"}
- y{"E, dd.MM.y - E, dd.MM.y G"}
+ M{"E, dd.MM.y – E, dd.MM.y G"}
+ d{"E, dd.MM.y – E, dd.MM.y G"}
+ y{"E, dd.MM.y – E, dd.MM.y G"}
}
yMMM{
- M{"MMM-MMM y-'ж'. G"}
+ M{"MMM–MMM y-'ж'. G"}
y{"MMM y-'ж'. - MMM y-'ж'. G"}
}
yMMMEd{
- M{"E, d-MMM - E, d-MMM y-'ж'. G"}
- d{"E, d - E, d-MMM y-'ж'. G"}
+ M{"E, d-MMM – E, d-MMM y-'ж'. G"}
+ d{"E, d – E, d-MMM y-'ж'. G"}
y{"E, d-MMM y-'ж'. - E, d-MMM y-'ж'. G"}
}
yMMMM{
- M{"G y-'ж'. MMMM - MMMM"}
- y{"G y-'ж'. MMMM - y-'ж'. MMMM"}
+ M{"G y-'ж'. MMMM – MMMM"}
+ y{"G y-'ж'. MMMM – y-'ж'. MMMM"}
}
yMMMd{
- M{"d-MMM - d-MMM y-'ж'. G"}
- d{"d-d-MMM y-'ж'. G"}
+ M{"d-MMM – d-MMM y-'ж'. G"}
+ d{"d–d-MMM y-'ж'. G"}
y{"d-MMM y-'ж'. - d-MMM y-'ж'. G"}
}
yMd{
- M{"dd.MM.y - dd.MM.y G"}
- d{"dd.MM.y - dd.MM.y G"}
- y{"dd.MM.y - dd.MM.y G"}
+ M{"dd.MM.y – dd.MM.y G"}
+ d{"dd.MM.y – dd.MM.y G"}
+ y{"dd.MM.y – dd.MM.y G"}
}
}
}
@@ -421,18 +416,18 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
M{"MM–MM"}
@@ -442,56 +437,56 @@
d{"MM-dd, E – MM-dd, E"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
M{"MMM d, E – MMM d, E"}
d{"MMM d, E – MMM d, E"}
}
MMMd{
- M{"d-MMM - d-MMM"}
- d{"d-d-MMM"}
+ M{"d-MMM – d-MMM"}
+ d{"d–d-MMM"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
a{"a h – a h"}
- h{"a h-h"}
+ h{"a h–h"}
}
hm{
a{"a h:mm – a h:mm"}
- h{"a h:mm-h:mm"}
- m{"a h:mm-h:mm"}
+ h{"a h:mm–h:mm"}
+ m{"a h:mm–h:mm"}
}
hmv{
a{"a h:mm – a h:mm v"}
- h{"a h:mm-h:mm v"}
- m{"a h:mm-h:mm v"}
+ h{"a h:mm–h:mm v"}
+ m{"a h:mm–h:mm v"}
}
hv{
a{"a h – a h v"}
- h{"a h-h v"}
+ h{"a h–h v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
M{"y-MM – y-MM"}
- y{"MM.y - MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
M{"y-MM-dd, E – y-MM-dd, E"}
- d{"E, dd.MM.y - E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
y{"y-MM-dd, E – y-MM-dd, E"}
}
yMMM{
- M{"MMM-MMM y-'ж'."}
+ M{"MMM–MMM y-'ж'."}
y{"MMM y-'ж'. - MMM y-'ж'."}
}
yMMMEd{
@@ -500,18 +495,18 @@
y{"y MMM d, E – y MMM d, E"}
}
yMMMM{
- M{"MMMM - MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM – MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d-MMM - d-MMM y-'ж'."}
- d{"d-d-MMM y-'ж'."}
+ M{"d-MMM – d-MMM y-'ж'."}
+ d{"d–d-MMM y-'ж'."}
y{"d-MMM y-'ж'. - d-MMM y-'ж'."}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -654,11 +649,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"күн"}
diff --git a/icu4c/source/data/locales/ky_Cyrl.txt b/icu4c/source/data/locales/ky_Cyrl.txt
index b45f8c6..c211c3a 100755
--- a/icu4c/source/data/locales/ky_Cyrl.txt
+++ b/icu4c/source/data/locales/ky_Cyrl.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ky_Cyrl.xml
diff --git a/icu4c/source/data/locales/ky_Cyrl_KG.txt b/icu4c/source/data/locales/ky_Cyrl_KG.txt
index 0ffa468..b9c738c 100755
--- a/icu4c/source/data/locales/ky_Cyrl_KG.txt
+++ b/icu4c/source/data/locales/ky_Cyrl_KG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ky_Cyrl_KG.xml
diff --git a/icu4c/source/data/locales/ky_KG.txt b/icu4c/source/data/locales/ky_KG.txt
index 1630260..a5d9976 100755
--- a/icu4c/source/data/locales/ky_KG.txt
+++ b/icu4c/source/data/locales/ky_KG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/lag.txt b/icu4c/source/data/locales/lag.txt
index 4e552f6..ce8cd2f 100755
--- a/icu4c/source/data/locales/lag.txt
+++ b/icu4c/source/data/locales/lag.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lag.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lag.xml
- */
lag{
ExemplarCharacters{"[a á b c d e é f g h i í ɨ j k l m n o ó p q r s t u ú ʉ v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I Ɨ J K L M N O P Q R S T U Ʉ V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
Version{"2.1.6.69"}
calendar{
generic{
diff --git a/icu4c/source/data/locales/lag_TZ.txt b/icu4c/source/data/locales/lag_TZ.txt
index dd6b18b..fdbcd8a 100755
--- a/icu4c/source/data/locales/lag_TZ.txt
+++ b/icu4c/source/data/locales/lag_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lag_TZ.xml
diff --git a/icu4c/source/data/locales/lb.txt b/icu4c/source/data/locales/lb.txt
index 6aab91f..238d247 100644
--- a/icu4c/source/data/locales/lb.txt
+++ b/icu4c/source/data/locales/lb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lb.xml
- */
lb{
AuxExemplarCharacters{
"[á à ă â å ã ā æ ç è ĕ ê ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ö ø ō œ ş ß ú ù ŭ û ü"
@@ -28,9 +25,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * / "
"\\& #]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -167,7 +161,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -277,65 +271,65 @@
}
intervalFormats{
M{
- M{"M.-M."}
+ M{"M.–M."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d.-d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d.–d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"d.-d."}
+ d{"d.–d."}
}
fallback{"{0} - {1}"}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM.y - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM.y – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y G"}
- d{"E, dd.MM.y - E, dd.MM.y G"}
- y{"E, dd.MM.y - E, dd.MM.y G"}
+ M{"E, dd.MM.y – E, dd.MM.y G"}
+ d{"E, dd.MM.y – E, dd.MM.y G"}
+ y{"E, dd.MM.y – E, dd.MM.y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y G"}
- d{"E, d. - E, d. MMM y G"}
- y{"E, d. MMM y - E, d. MMM y G"}
+ M{"E, d. MMM – E, d. MMM y G"}
+ d{"E, d. – E, d. MMM y G"}
+ y{"E, d. MMM y – E, d. MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM–MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d. MMM - d. MMM y G"}
- d{"d.-d. MMM y G"}
- y{"d. MMM y - d. MMM y G"}
+ M{"d. MMM – d. MMM y G"}
+ d{"d.–d. MMM y G"}
+ y{"d. MMM y – d. MMM y G"}
}
yMd{
- M{"dd.MM.y - dd.MM.y G"}
- d{"dd.MM.y - dd.MM.y G"}
- y{"dd.MM.y - dd.MM.y G"}
+ M{"dd.MM.y – dd.MM.y G"}
+ d{"dd.MM.y – dd.MM.y G"}
+ y{"dd.MM.y – dd.MM.y G"}
}
}
}
@@ -497,97 +491,97 @@
}
intervalFormats{
H{
- H{"HH-HH 'Auer'"}
+ H{"HH–HH 'Auer'"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH 'Auer' v"}
+ H{"HH–HH 'Auer' v"}
}
M{
- M{"M.-M."}
+ M{"M.–M."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d.-d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d.–d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"d.-d."}
+ d{"d.–d."}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y"}
- d{"E, d. - E, d. MMM y"}
- y{"E, d. MMM y - E, d. MMM y"}
+ M{"E, d. MMM – E, d. MMM y"}
+ d{"E, d. – E, d. MMM y"}
+ y{"E, d. MMM y – E, d. MMM y"}
}
yMMMM{
- M{"MMMM-MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM–MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d. MMM - d. MMM y"}
- d{"d.-d. MMM y"}
- y{"d. MMM y - d. MMM y"}
+ M{"d. MMM – d. MMM y"}
+ d{"d.–d. MMM y"}
+ y{"d. MMM y – d. MMM y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -769,11 +763,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Dag"}
diff --git a/icu4c/source/data/locales/lb_LU.txt b/icu4c/source/data/locales/lb_LU.txt
index b0ccd2f..7ec531c 100644
--- a/icu4c/source/data/locales/lb_LU.txt
+++ b/icu4c/source/data/locales/lb_LU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lb_LU.xml
diff --git a/icu4c/source/data/locales/lg.txt b/icu4c/source/data/locales/lg.txt
index c754b32..73141b5 100755
--- a/icu4c/source/data/locales/lg.txt
+++ b/icu4c/source/data/locales/lg.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lg.xml
- */
lg{
AuxExemplarCharacters{"[h q x]"}
ExemplarCharacters{"[a b c d e f g i j k l m n {ny} ŋ o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G I J K L M N Ŋ O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/lg_UG.txt b/icu4c/source/data/locales/lg_UG.txt
index 77a841f..ca381b7 100755
--- a/icu4c/source/data/locales/lg_UG.txt
+++ b/icu4c/source/data/locales/lg_UG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lg_UG.xml
diff --git a/icu4c/source/data/locales/lkt.txt b/icu4c/source/data/locales/lkt.txt
index 9d6f21b..da0b006 100755
--- a/icu4c/source/data/locales/lkt.txt
+++ b/icu4c/source/data/locales/lkt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lkt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lkt.xml
- */
lkt{
AuxExemplarCharacters{"[c d f {ȟʼ} j q r {sʼ} {šʼ} v x]"}
ExemplarCharacters{
@@ -17,9 +14,6 @@
}
ExemplarCharactersIndex{"[A B Č E G Ǧ H Ȟ I K L M N Ŋ O P S Š T U W Y Z Ž]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . \u0022 “ ” ( ) \\[ \\] @ * / \\& #]"}
- LocaleScript{
- "Latn",
- }
Version{"2.1.6.69"}
calendar{
gregorian{
diff --git a/icu4c/source/data/locales/lkt_US.txt b/icu4c/source/data/locales/lkt_US.txt
index 1c4c626..d9648e5 100755
--- a/icu4c/source/data/locales/lkt_US.txt
+++ b/icu4c/source/data/locales/lkt_US.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lkt_US.xml
diff --git a/icu4c/source/data/locales/ln.txt b/icu4c/source/data/locales/ln.txt
index b16f8e5..d8d7878 100755
--- a/icu4c/source/data/locales/ln.txt
+++ b/icu4c/source/data/locales/ln.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ln.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ln.xml
- */
ln{
AuxExemplarCharacters{"[j q x]"}
ExemplarCharacters{
@@ -20,9 +17,6 @@
"[A B C D E Ɛ F G {Gb} H I K L M {Mb} {Mp} N {Nd} {Ng} {Nk} {Ns} {Nt} {Ny} {N"
"z} O Ɔ P R S T U V W Y Z]"
}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ln_AO.txt b/icu4c/source/data/locales/ln_AO.txt
index a81e203..896786e 100755
--- a/icu4c/source/data/locales/ln_AO.txt
+++ b/icu4c/source/data/locales/ln_AO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ln_AO.xml
diff --git a/icu4c/source/data/locales/ln_CD.txt b/icu4c/source/data/locales/ln_CD.txt
index 205f29f..180eab9 100755
--- a/icu4c/source/data/locales/ln_CD.txt
+++ b/icu4c/source/data/locales/ln_CD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ln_CD.xml
diff --git a/icu4c/source/data/locales/ln_CF.txt b/icu4c/source/data/locales/ln_CF.txt
index 0aee3ff..339e8f9 100755
--- a/icu4c/source/data/locales/ln_CF.txt
+++ b/icu4c/source/data/locales/ln_CF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ln_CF.xml
diff --git a/icu4c/source/data/locales/ln_CG.txt b/icu4c/source/data/locales/ln_CG.txt
index b7624f5..62ae460 100755
--- a/icu4c/source/data/locales/ln_CG.txt
+++ b/icu4c/source/data/locales/ln_CG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ln_CG.xml
diff --git a/icu4c/source/data/locales/lo.txt b/icu4c/source/data/locales/lo.txt
index 083cd10..4666585 100755
--- a/icu4c/source/data/locales/lo.txt
+++ b/icu4c/source/data/locales/lo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lo.xml
- */
lo{
AuxExemplarCharacters{"[\u200B ໐ ໑ ໒ ໓ ໔ ໕ ໖ ໗ ໘ ໙]"}
Ellipsis{
@@ -28,9 +25,6 @@
"[ກ ຂ ຄ ງ ຈ ສ ຊ ຍ ດ ຕ ຖ ທ ນ ບ ປ ຜ ຝ ພ ຟ ມ ຢ ຣ ລ ວ ຫ {ຫງ} {ຫຍ} {ຫນ} {ຫມ} {ຫລ} "
"{ຫວ} ອ ຮ]"
}
- LocaleScript{
- "Laoo",
- }
MoreInformation{"ຂໍ້ມູນເພີ່ມເຕີມ"}
NumberElements{
default{"latn"}
@@ -225,7 +219,7 @@
minimumGroupingDigits{"1"}
native{"laoo"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
chinese{
DateTimePatterns{
@@ -1824,11 +1818,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ມື້"}
diff --git a/icu4c/source/data/locales/lo_LA.txt b/icu4c/source/data/locales/lo_LA.txt
index 0c14adc..c3df9db 100755
--- a/icu4c/source/data/locales/lo_LA.txt
+++ b/icu4c/source/data/locales/lo_LA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lo_LA.xml
diff --git a/icu4c/source/data/locales/lt.txt b/icu4c/source/data/locales/lt.txt
index b1987d8..328deff 100644
--- a/icu4c/source/data/locales/lt.txt
+++ b/icu4c/source/data/locales/lt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lt.xml
- */
lt{
AuxExemplarCharacters{
"[á à ã {ą\u0301} {ą\u0303} {ch} {dz} {dž} é è ẽ {ę\u0301} {ę\u0303} {ė\u0301"
@@ -28,9 +25,6 @@
ExemplarCharacters{"[a ą b c č d e ę ė f g h i į y j k l m n o p r s š t u ų ū v z ž]"}
ExemplarCharactersIndex{"[A Ą B C Č D E Ę Ė F G H I Į Y J K L M N O P R S Š T U Ų Ū V Z Ž]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … “ „ ( ) \\[ \\] \\{ \\}]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -216,7 +210,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.46"}
calendar{
buddhist{
eras{
@@ -1295,8 +1289,8 @@
"pop.",
}
AmPmMarkersNarrow{
- "priešpiet",
- "popiet",
+ "pr.p.",
+ "pop.",
}
DateTimePatterns{
"HH:mm:ss zzzz",
@@ -2370,11 +2364,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"hh:mm"}
- hms{"hh:mm:ss"}
- ms{"mm:ss"}
- }
fields{
day{
dn{"Diena"}
diff --git a/icu4c/source/data/locales/lt_LT.txt b/icu4c/source/data/locales/lt_LT.txt
index 5e4a8ba..0a44ef0 100644
--- a/icu4c/source/data/locales/lt_LT.txt
+++ b/icu4c/source/data/locales/lt_LT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lt_LT.xml
diff --git a/icu4c/source/data/locales/lu.txt b/icu4c/source/data/locales/lu.txt
index aa9f642..e639b0b 100755
--- a/icu4c/source/data/locales/lu.txt
+++ b/icu4c/source/data/locales/lu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lu.xml
- */
lu{
AuxExemplarCharacters{"[g r x]"}
ExemplarCharacters{
@@ -16,9 +13,6 @@
" ɔ {ɔ\u0301} {ɔ\u0300} p {ph} q s {shi} t u ú ù v w y z]"
}
ExemplarCharactersIndex{"[A B C D E F H I J K L M N O P Q S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/lu_CD.txt b/icu4c/source/data/locales/lu_CD.txt
index 6b31c6a..f16df31 100755
--- a/icu4c/source/data/locales/lu_CD.txt
+++ b/icu4c/source/data/locales/lu_CD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lu_CD.xml
diff --git a/icu4c/source/data/locales/luo.txt b/icu4c/source/data/locales/luo.txt
index 836903b..97b2cfe 100755
--- a/icu4c/source/data/locales/luo.txt
+++ b/icu4c/source/data/locales/luo.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/luo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/luo.xml
- */
luo{
AuxExemplarCharacters{"[q x z]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/luo_KE.txt b/icu4c/source/data/locales/luo_KE.txt
index 334bb75..9181c15 100755
--- a/icu4c/source/data/locales/luo_KE.txt
+++ b/icu4c/source/data/locales/luo_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/luo_KE.xml
diff --git a/icu4c/source/data/locales/luy.txt b/icu4c/source/data/locales/luy.txt
index 2df1ef7..f5d326b 100755
--- a/icu4c/source/data/locales/luy.txt
+++ b/icu4c/source/data/locales/luy.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/luy.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/luy.xml
- */
luy{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/luy_KE.txt b/icu4c/source/data/locales/luy_KE.txt
index af5549d..16fc057 100755
--- a/icu4c/source/data/locales/luy_KE.txt
+++ b/icu4c/source/data/locales/luy_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/luy_KE.xml
diff --git a/icu4c/source/data/locales/lv.txt b/icu4c/source/data/locales/lv.txt
index 7a17068..053be5d 100644
--- a/icu4c/source/data/locales/lv.txt
+++ b/icu4c/source/data/locales/lv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/lv.xml
- */
lv{
AuxExemplarCharacters{"[y ō q ŗ w x]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ ‚ \u0022 “ ” „ ( ) \\[ \\] § @ * / \\& # † "
"‡ ′ ″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -189,7 +183,7 @@
minimumGroupingDigits{"3"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -774,11 +768,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"diena"}
diff --git a/icu4c/source/data/locales/lv_LV.txt b/icu4c/source/data/locales/lv_LV.txt
index 14f42e0..467c43e 100644
--- a/icu4c/source/data/locales/lv_LV.txt
+++ b/icu4c/source/data/locales/lv_LV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/lv_LV.xml
diff --git a/icu4c/source/data/locales/mas.txt b/icu4c/source/data/locales/mas.txt
index 9bdb1a9..4444cb6 100755
--- a/icu4c/source/data/locales/mas.txt
+++ b/icu4c/source/data/locales/mas.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mas.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mas.xml
- */
mas{
AuxExemplarCharacters{"[f q v x z]"}
ExemplarCharacters{
@@ -16,9 +13,6 @@
"r {rr} s {sh} t u ú ù û ū ʉ {ʉ\u0301} w {wu} y {yi}]"
}
ExemplarCharactersIndex{"[A B C D E Ɛ G H I Ɨ J K L M N Ŋ O Ɔ P R S T U Ʉ W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/mas_KE.txt b/icu4c/source/data/locales/mas_KE.txt
index 2c21b34..9dd894e 100755
--- a/icu4c/source/data/locales/mas_KE.txt
+++ b/icu4c/source/data/locales/mas_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mas_KE.xml
diff --git a/icu4c/source/data/locales/mas_TZ.txt b/icu4c/source/data/locales/mas_TZ.txt
index 1e1ce07..0e819f7 100755
--- a/icu4c/source/data/locales/mas_TZ.txt
+++ b/icu4c/source/data/locales/mas_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mas_TZ.xml
diff --git a/icu4c/source/data/locales/mer.txt b/icu4c/source/data/locales/mer.txt
index 4d8716e..b6d2927 100755
--- a/icu4c/source/data/locales/mer.txt
+++ b/icu4c/source/data/locales/mer.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mer.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mer.xml
- */
mer{
ExemplarCharacters{"[a b c d e f g h i ĩ j k l m n o p q r s t u ũ v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/mer_KE.txt b/icu4c/source/data/locales/mer_KE.txt
index 67a3ebb..7c23e79 100755
--- a/icu4c/source/data/locales/mer_KE.txt
+++ b/icu4c/source/data/locales/mer_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mer_KE.xml
diff --git a/icu4c/source/data/locales/mfe.txt b/icu4c/source/data/locales/mfe.txt
index a80d25d..8bacde7 100755
--- a/icu4c/source/data/locales/mfe.txt
+++ b/icu4c/source/data/locales/mfe.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mfe.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mfe.xml
- */
mfe{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
symbols{
diff --git a/icu4c/source/data/locales/mfe_MU.txt b/icu4c/source/data/locales/mfe_MU.txt
index cb5e6f3..c25a022 100755
--- a/icu4c/source/data/locales/mfe_MU.txt
+++ b/icu4c/source/data/locales/mfe_MU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mfe_MU.xml
diff --git a/icu4c/source/data/locales/mg.txt b/icu4c/source/data/locales/mg.txt
index 6ee70a4..8f7f7f7 100755
--- a/icu4c/source/data/locales/mg.txt
+++ b/icu4c/source/data/locales/mg.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mg.xml
- */
mg{
AuxExemplarCharacters{"[c q u w x]"}
ExemplarCharacters{"[a à â b d e é è ê ë f g h i ì î ï j k l m n ñ o ô p r s t v y z]"}
ExemplarCharactersIndex{"[A B D E F G H I J K L M N O P R S T V Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/mg_MG.txt b/icu4c/source/data/locales/mg_MG.txt
index 1236d97..30727cb 100755
--- a/icu4c/source/data/locales/mg_MG.txt
+++ b/icu4c/source/data/locales/mg_MG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mg_MG.xml
diff --git a/icu4c/source/data/locales/mgh.txt b/icu4c/source/data/locales/mgh.txt
index d5c1d0d..7d39416 100755
--- a/icu4c/source/data/locales/mgh.txt
+++ b/icu4c/source/data/locales/mgh.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mgh.xml
- */
mgh{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
symbols{
diff --git a/icu4c/source/data/locales/mgh_MZ.txt b/icu4c/source/data/locales/mgh_MZ.txt
index 1c7d32e..fb78b04 100755
--- a/icu4c/source/data/locales/mgh_MZ.txt
+++ b/icu4c/source/data/locales/mgh_MZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgh_MZ.xml
diff --git a/icu4c/source/data/locales/mgo.txt b/icu4c/source/data/locales/mgo.txt
index 4da13b6..e7f7cad 100755
--- a/icu4c/source/data/locales/mgo.txt
+++ b/icu4c/source/data/locales/mgo.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgo.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mgo.xml
- */
mgo{
AuxExemplarCharacters{"[c h l q v x]"}
Ellipsis{
@@ -22,9 +19,6 @@
}
ExemplarCharactersIndex{"[A B {CH} D E Ə F G {GH} I J K M N Ŋ O Ɔ P R S T U W Y Z ʼ]"}
ExemplarCharactersPunctuation{"[, ; \\: ! ? . ' ‘ ’ \u0022 “ ”]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
diff --git a/icu4c/source/data/locales/mgo_CM.txt b/icu4c/source/data/locales/mgo_CM.txt
index b75900c..566c553 100755
--- a/icu4c/source/data/locales/mgo_CM.txt
+++ b/icu4c/source/data/locales/mgo_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mgo_CM.xml
diff --git a/icu4c/source/data/locales/mk.txt b/icu4c/source/data/locales/mk.txt
index 86c248c..bfd039f 100644
--- a/icu4c/source/data/locales/mk.txt
+++ b/icu4c/source/data/locales/mk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mk.xml
- */
mk{
AuxExemplarCharacters{"[ѐ ѝ]"}
Ellipsis{
@@ -22,9 +19,6 @@
ExemplarCharacters{"[а б в г д ѓ е ж з ѕ и ј к л љ м н њ о п р с т ќ у ф х ц ч џ ш]"}
ExemplarCharactersIndex{"[А Б В Г Д Ѓ Е Ж З Ѕ И Ј К Л Љ М Н Њ О П Р С Т Ќ У Ф Х Ц Ч Џ Ш]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ‘ ‚ “ „ ( ) \\[ \\] \\{ \\}]"}
- LocaleScript{
- "Cyrl",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -162,7 +156,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -216,100 +210,100 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.M - E, dd.M"}
- d{"E, dd.M - E, dd.M"}
+ M{"E, dd.M – E, dd.M"}
+ d{"E, dd.M – E, dd.M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd MMM - E, dd MMM"}
- d{"E, dd - E, dd MMM"}
+ M{"E, dd MMM – E, dd MMM"}
+ d{"E, dd – E, dd MMM"}
}
MMMM{
M{"LLLL–LLLL"}
}
MMMd{
- M{"dd MMM - dd MMM"}
- d{"dd-dd MMM"}
+ M{"dd MMM – dd MMM"}
+ d{"dd–dd MMM"}
}
Md{
- M{"dd.M - dd.M"}
- d{"dd.M - dd.M"}
+ M{"dd.M – dd.M"}
+ d{"dd.M – dd.M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
a{"h a – h a"}
- h{"h-h a"}
+ h{"h–h a"}
}
hm{
a{"h:mm a – h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
a{"h:mm a – h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
a{"h a – h a v"}
- h{"h-h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"M.y - M.y G"}
- y{"M.y - M.y G"}
+ M{"M.y – M.y G"}
+ y{"M.y – M.y G"}
}
yMEd{
- M{"E, dd.M.y - E, dd.M.y G"}
- d{"E, dd.M.y - E, dd.M.y G"}
- y{"E, dd.M.y - E, dd.M.y G"}
+ M{"E, dd.M.y – E, dd.M.y G"}
+ d{"E, dd.M.y – E, dd.M.y G"}
+ y{"E, dd.M.y – E, dd.M.y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, dd MMM - E, dd MMM y G"}
- d{"E, dd - E, dd MMM y G"}
- y{"E, dd MMM y - E, dd MMM y G"}
+ M{"E, dd MMM – E, dd MMM y G"}
+ d{"E, dd – E, dd MMM y G"}
+ y{"E, dd MMM y – E, dd MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM–MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"dd MMM - dd MMM y G"}
- d{"dd-dd MMM y G"}
- y{"dd MMM y - dd MMM y G"}
+ M{"dd MMM – dd MMM y G"}
+ d{"dd–dd MMM y G"}
+ y{"dd MMM y – dd MMM y G"}
}
yMd{
- M{"dd.M.y - dd.M.y G"}
- d{"dd.M.y - dd.M.y G"}
- y{"dd.M.y - dd.M.y G"}
+ M{"dd.M.y – dd.M.y G"}
+ d{"dd.M.y – dd.M.y G"}
+ y{"dd.M.y – dd.M.y G"}
}
}
}
@@ -482,97 +476,97 @@
H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.M - E, dd.M"}
- d{"E, dd.M - E, dd.M"}
+ M{"E, dd.M – E, dd.M"}
+ d{"E, dd.M – E, dd.M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd MMM - E, dd MMM"}
- d{"E, dd - E, dd MMM"}
+ M{"E, dd MMM – E, dd MMM"}
+ d{"E, dd – E, dd MMM"}
}
MMMM{
M{"LLLL–LLLL"}
}
MMMd{
- M{"dd MMM - dd MMM"}
- d{"dd-dd MMM"}
+ M{"dd MMM – dd MMM"}
+ d{"dd–dd MMM"}
}
Md{
- M{"dd.M - dd.M"}
- d{"dd.M - dd.M"}
+ M{"dd.M – dd.M"}
+ d{"dd.M – dd.M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
a{"h a – h a"}
- h{"h-h a"}
+ h{"h–h a"}
}
hm{
a{"h:mm a – h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
a{"h:mm a – h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
a{"h a – h a v"}
- h{"h-h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"M.y - M.y"}
- y{"M.y - M.y"}
+ M{"M.y – M.y"}
+ y{"M.y – M.y"}
}
yMEd{
- M{"E, dd.M.y - E, dd.M.y"}
- d{"E, dd.M.y - E, dd.M.y"}
- y{"E, dd.M.y - E, dd.M.y"}
+ M{"E, dd.M.y – E, dd.M.y"}
+ d{"E, dd.M.y – E, dd.M.y"}
+ y{"E, dd.M.y – E, dd.M.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, dd MMM - E, dd MMM y"}
- d{"E, dd - E, dd MMM y"}
- y{"E, dd MMM y - E, dd MMM y"}
+ M{"E, dd MMM – E, dd MMM y"}
+ d{"E, dd – E, dd MMM y"}
+ y{"E, dd MMM y – E, dd MMM y"}
}
yMMMM{
M{"MMMM–MMMM y"}
y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"dd MMM - dd MMM y"}
- d{"dd-dd MMM y"}
- y{"dd MMM y - dd MMM y"}
+ M{"dd MMM – dd MMM y"}
+ d{"dd–dd MMM y"}
+ y{"dd MMM y – dd MMM y"}
}
yMd{
- M{"dd.M.y - dd.M.y"}
- d{"dd.M.y - dd.M.y"}
- y{"dd.M.y - dd.M.y"}
+ M{"dd.M.y – dd.M.y"}
+ d{"dd.M.y – dd.M.y"}
+ y{"dd.M.y – dd.M.y"}
}
}
monthNames{
@@ -715,11 +709,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ден"}
diff --git a/icu4c/source/data/locales/mk_MK.txt b/icu4c/source/data/locales/mk_MK.txt
index 511e9f9..ad32be3 100644
--- a/icu4c/source/data/locales/mk_MK.txt
+++ b/icu4c/source/data/locales/mk_MK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mk_MK.xml
diff --git a/icu4c/source/data/locales/ml.txt b/icu4c/source/data/locales/ml.txt
index bce9216..79b8a3f 100644
--- a/icu4c/source/data/locales/ml.txt
+++ b/icu4c/source/data/locales/ml.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ml.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ml.xml
- */
ml{
AuxExemplarCharacters{"[]"}
Ellipsis{
@@ -29,9 +26,6 @@
" യ ര ല വ ശ ഷ സ ഹ ള ഴ റ]"
}
ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ' ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\}]"}
- LocaleScript{
- "Mlym",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -183,7 +177,7 @@
}
native{"mlym"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -256,21 +250,21 @@
M{"M – M"}
}
MEd{
- M{"d/M, E - d/M, E"}
- d{"d/M, E - d/M, E"}
+ M{"d/M, E – d/M, E"}
+ d{"d/M, E – d/M, E"}
}
MMM{
M{"MMM – MMM"}
}
MMMEd{
- M{"MMM d, E - MMM d, E"}
- d{"MMM d, E - MMM d, E"}
+ M{"MMM d, E – MMM d, E"}
+ d{"MMM d, E – MMM d, E"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"MMM d - MMM d"}
+ M{"MMM d – MMM d"}
d{"MMM d – d"}
}
Md{
@@ -300,7 +294,7 @@
h{"h–h a v"}
}
y{
- y{"G y-y"}
+ y{"G y–y"}
}
yM{
M{"M/y – M/y GGGGG"}
@@ -312,22 +306,22 @@
y{"GGGGG y-MM-dd, E – y-MM-dd, E"}
}
yMMM{
- M{"G y MMM-MMM"}
- y{"G y MMM - y MMM"}
+ M{"G y MMM–MMM"}
+ y{"G y MMM – y MMM"}
}
yMMMEd{
- M{"G y MMM d, E - MMM d, E"}
- d{"G y, MMM d, E - d, E"}
- y{"G y MMM d, E - y MMM d, E"}
+ M{"G y MMM d, E – MMM d, E"}
+ d{"G y, MMM d, E – d, E"}
+ y{"G y MMM d, E – y MMM d, E"}
}
yMMMM{
- M{"G y MMMM-MMMM"}
- y{"G y MMMM - y MMMM"}
+ M{"G y MMMM–MMMM"}
+ y{"G y MMMM – y MMMM"}
}
yMMMd{
- M{"G y MMM d - MMM d"}
- d{"G y MMM d-d"}
- y{"G y MMM d - y MMM d"}
+ M{"G y MMM d – MMM d"}
+ d{"G y MMM d–d"}
+ y{"G y MMM d – y MMM d"}
}
yMd{
M{"d/M/y – d/M/y G"}
@@ -520,22 +514,22 @@
M{"MM–MM"}
}
MEd{
- M{"d/M, E - d/M, E"}
- d{"d/M, E - d/M, E"}
+ M{"d/M, E – d/M, E"}
+ d{"d/M, E – d/M, E"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"MMM d, E - MMM d, E"}
- d{"MMM d, E - MMM d, E"}
+ M{"MMM d, E – MMM d, E"}
+ d{"MMM d, E – MMM d, E"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"MMM d - MMM d"}
- d{"MMM d-d"}
+ M{"MMM d – MMM d"}
+ d{"MMM d–d"}
}
Md{
M{"M/d – M/d"}
@@ -564,34 +558,34 @@
h{"h – h a v"}
}
y{
- y{"y - y"}
+ y{"y – y"}
}
yM{
M{"M/y – M/y"}
y{"M/y – M/y"}
}
yMEd{
- M{"d/M/y, E - d/M/y, E"}
- d{"d/M/y, E - d/M/y, E"}
- y{"d/M/y, E - d/M/y, E"}
+ M{"d/M/y, E – d/M/y, E"}
+ d{"d/M/y, E – d/M/y, E"}
+ y{"d/M/y, E – d/M/y, E"}
}
yMMM{
M{"y MMM – MMM"}
- y{"y MMM - y MMM"}
+ y{"y MMM – y MMM"}
}
yMMMEd{
- M{"y MMM d, E - MMM d, E"}
+ M{"y MMM d, E – MMM d, E"}
d{"y MMM d, E – MMM d, E"}
- y{"y MMM d, E - y MMM d, E"}
+ y{"y MMM d, E – y MMM d, E"}
}
yMMMM{
M{"y MMMM–MMMM"}
y{"y MMMM – y MMMM"}
}
yMMMd{
- M{"y MMM d - MMM d"}
+ M{"y MMM d – MMM d"}
d{"y MMM d – d"}
- y{"y MMM d - y MMM d"}
+ y{"y MMM d – y MMM d"}
}
yMd{
M{"d/M/y – d/M/y"}
@@ -821,11 +815,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ദിവസം"}
diff --git a/icu4c/source/data/locales/ml_IN.txt b/icu4c/source/data/locales/ml_IN.txt
index fbe0fd9..ec1bd0e 100644
--- a/icu4c/source/data/locales/ml_IN.txt
+++ b/icu4c/source/data/locales/ml_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ml_IN.xml
diff --git a/icu4c/source/data/locales/mn.txt b/icu4c/source/data/locales/mn.txt
index 2aec33b..42a902b 100755
--- a/icu4c/source/data/locales/mn.txt
+++ b/icu4c/source/data/locales/mn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mn.xml
- */
mn{
AuxExemplarCharacters{"[ә җ ӊ һ]"}
Ellipsis{
@@ -24,9 +21,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Cyrl",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -164,7 +158,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -232,23 +226,23 @@
M{"M–M"}
}
MEd{
- M{"E, MM/dd - E, MM/dd"}
- d{"E, MM/dd - E, MM/dd"}
+ M{"E, MM/dd – E, MM/dd"}
+ d{"E, MM/dd – E, MM/dd"}
}
MMM{
M{"LLL–LLL"}
}
MMMEd{
- M{"E, MM/dd - E, MM/dd"}
- d{"E, MM/dd - E, MM/dd"}
+ M{"E, MM/dd – E, MM/dd"}
+ d{"E, MM/dd – E, MM/dd"}
}
MMMd{
- M{"MM/d - MM/d"}
- d{"MM/d-d"}
+ M{"MM/d – MM/d"}
+ d{"MM/d–d"}
}
Md{
- M{"MM/dd-MM/dd"}
- d{"MM/dd-MM/dd"}
+ M{"MM/dd–MM/dd"}
+ d{"MM/dd–MM/dd"}
}
d{
d{"d–d"}
@@ -276,8 +270,8 @@
y{"G y–y"}
}
yM{
- M{"G y/MM-MM"}
- y{"G y/MM - y/MM"}
+ M{"G y/MM–MM"}
+ y{"G y/MM – y/MM"}
}
yMEd{
M{"E, G y/MM/dd – E, y/MM/dd"}
@@ -285,8 +279,8 @@
y{"E, G y/MM/dd – E, y/MM/dd"}
}
yMMM{
- M{"G y/MM-MM"}
- y{"G y/MM - y/MM"}
+ M{"G y/MM–MM"}
+ y{"G y/MM – y/MM"}
}
yMMMEd{
M{"E, G y/MM/dd – E, y/MM/dd"}
@@ -294,18 +288,18 @@
y{"E, G y/MM/dd – E, y/MM/dd"}
}
yMMMM{
- M{"G y 'оны' MM-MM-'р' 'сар'"}
- y{"G y/MM -y/MM"}
+ M{"G y 'оны' MM–MM-'р' 'сар'"}
+ y{"G y/MM –y/MM"}
}
yMMMd{
- M{"G y/MM/dd - MM/dd"}
- d{"G y/MM/d-d"}
- y{"G y/MM/dd - y/MM/dd"}
+ M{"G y/MM/dd – MM/dd"}
+ d{"G y/MM/d–d"}
+ y{"G y/MM/dd – y/MM/dd"}
}
yMd{
- M{"G y/MM/dd -MM/dd"}
- d{"G y/MM/dd-dd"}
- y{"G y/MM/dd - y/MM/dd"}
+ M{"G y/MM/dd –MM/dd"}
+ d{"G y/MM/dd–dd"}
+ y{"G y/MM/dd – y/MM/dd"}
}
}
}
@@ -492,23 +486,23 @@
M{"M–M"}
}
MEd{
- M{"E, MM/dd - E, MM/dd"}
- d{"E, MM/dd - E, MM/dd"}
+ M{"E, MM/dd – E, MM/dd"}
+ d{"E, MM/dd – E, MM/dd"}
}
MMM{
M{"LLL–LLL"}
}
MMMEd{
- M{"E, MM/dd - E, MM/dd"}
- d{"E, MM/dd - E, MM/dd"}
+ M{"E, MM/dd – E, MM/dd"}
+ d{"E, MM/dd – E, MM/dd"}
}
MMMd{
- M{"MM/d - MM/d"}
- d{"MM/d-d"}
+ M{"MM/d – MM/d"}
+ d{"MM/d–d"}
}
Md{
- M{"MM/dd-MM/dd"}
- d{"MM/dd-MM/dd"}
+ M{"MM/dd–MM/dd"}
+ d{"MM/dd–MM/dd"}
}
d{
d{"d–d"}
@@ -536,8 +530,8 @@
y{"y–y"}
}
yM{
- M{"y/MM-MM"}
- y{"y/MM - y/MM"}
+ M{"y/MM–MM"}
+ y{"y/MM – y/MM"}
}
yMEd{
M{"E, y/MM/dd – E, y/MM/dd"}
@@ -545,8 +539,8 @@
y{"E, y/MM/dd – E, y/MM/dd"}
}
yMMM{
- M{"y/MM-MM"}
- y{"y/MM - y/MM"}
+ M{"y/MM–MM"}
+ y{"y/MM – y/MM"}
}
yMMMEd{
M{"E, y/MM/dd – E, y/MM/dd"}
@@ -554,18 +548,18 @@
y{"E, y/MM/dd – E, y/MM/dd"}
}
yMMMM{
- M{"y 'оны' MM-MM-'р' 'сар'"}
- y{"y/MM -y/MM"}
+ M{"y 'оны' MM–MM-'р' 'сар'"}
+ y{"y/MM –y/MM"}
}
yMMMd{
- M{"y/MM/dd - MM/dd"}
- d{"y/MM/d-d"}
- y{"y/MM/dd - y/MM/dd"}
+ M{"y/MM/dd – MM/dd"}
+ d{"y/MM/d–d"}
+ y{"y/MM/dd – y/MM/dd"}
}
yMd{
- M{"y/MM/dd -MM/dd"}
- d{"y/MM/dd-dd"}
- y{"y/MM/dd - y/MM/dd"}
+ M{"y/MM/dd –MM/dd"}
+ d{"y/MM/dd–dd"}
+ y{"y/MM/dd – y/MM/dd"}
}
}
monthNames{
@@ -708,11 +702,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Өдөр"}
diff --git a/icu4c/source/data/locales/mn_Cyrl.txt b/icu4c/source/data/locales/mn_Cyrl.txt
index 6a02ed9..a461602 100755
--- a/icu4c/source/data/locales/mn_Cyrl.txt
+++ b/icu4c/source/data/locales/mn_Cyrl.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mn_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mn_Cyrl.xml
- */
mn_Cyrl{
- LocaleScript{
- "Cyrl",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/mn_Cyrl_MN.txt b/icu4c/source/data/locales/mn_Cyrl_MN.txt
index f2136c2..059106a 100755
--- a/icu4c/source/data/locales/mn_Cyrl_MN.txt
+++ b/icu4c/source/data/locales/mn_Cyrl_MN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mn_Cyrl_MN.xml
diff --git a/icu4c/source/data/locales/mn_MN.txt b/icu4c/source/data/locales/mn_MN.txt
index 13ff6ce..43f8851 100755
--- a/icu4c/source/data/locales/mn_MN.txt
+++ b/icu4c/source/data/locales/mn_MN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/mo.txt b/icu4c/source/data/locales/mo.txt
index 4d4e9ab..8261196 100755
--- a/icu4c/source/data/locales/mo.txt
+++ b/icu4c/source/data/locales/mo.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/mr.txt b/icu4c/source/data/locales/mr.txt
index 904c0ea..90355e2 100644
--- a/icu4c/source/data/locales/mr.txt
+++ b/icu4c/source/data/locales/mr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mr.xml
- */
mr{
AuxExemplarCharacters{"[\u200C\u200D]"}
Ellipsis{
@@ -29,9 +26,6 @@
" थ द ध न प फ ब भ म य र ल व श ष स ह ळ ऽ \u0945 \u094D]"
}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] @ * / \\& # ′ ″]"}
- LocaleScript{
- "Deva",
- }
MoreInformation{"?"}
NumberElements{
default{"deva"}
@@ -190,7 +184,7 @@
minimumGroupingDigits{"1"}
native{"deva"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -319,9 +313,9 @@
y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y G"}
+ M{"E, d MMM – E, d MMM y G"}
d{"E, d MMM y – E, d MMM, y G"}
- y{"E, d MMM y - E, d MMM y G"}
+ y{"E, d MMM y – E, d MMM y G"}
}
yMMMM{
M{"MMMM – MMMM y G"}
@@ -526,23 +520,23 @@
M{"M – M"}
}
MEd{
- M{"E, d/M - E, d/M"}
- d{"E, d/M - E, d/M"}
+ M{"E, d/M – E, d/M"}
+ d{"E, d/M – E, d/M"}
}
MMM{
M{"MMM – MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d MMM - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d MMM – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d - d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d – d MMM"}
}
Md{
- M{"d/M - d/M"}
- d{"d/M - d/M"}
+ M{"d/M – d/M"}
+ d{"d/M – d/M"}
}
d{
d{"d – d"}
@@ -593,7 +587,7 @@
}
yMMMd{
M{"d MMM – d MMM, y"}
- d{"d - d MMM, y"}
+ d{"d – d MMM, y"}
y{"d MMM, y – d MMM, y"}
}
yMd{
@@ -742,11 +736,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"दिवस"}
diff --git a/icu4c/source/data/locales/mr_IN.txt b/icu4c/source/data/locales/mr_IN.txt
index 43271a8..8009f71 100644
--- a/icu4c/source/data/locales/mr_IN.txt
+++ b/icu4c/source/data/locales/mr_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mr_IN.xml
diff --git a/icu4c/source/data/locales/ms.txt b/icu4c/source/data/locales/ms.txt
index 9b7f80e..9b728b6 100644
--- a/icu4c/source/data/locales/ms.txt
+++ b/icu4c/source/data/locales/ms.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ms.xml
- */
ms{
AuxExemplarCharacters{"[]"}
Ellipsis{
@@ -24,9 +21,6 @@
"sy} t {ts} u {ua} v w x y z]"
}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -140,7 +134,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -827,11 +821,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Hari"}
diff --git a/icu4c/source/data/locales/ms_BN.txt b/icu4c/source/data/locales/ms_BN.txt
index 1e8f98a..4080947 100644
--- a/icu4c/source/data/locales/ms_BN.txt
+++ b/icu4c/source/data/locales/ms_BN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/ms_Latn.txt b/icu4c/source/data/locales/ms_Latn.txt
index ec6da31..5e7d92a 100644
--- a/icu4c/source/data/locales/ms_Latn.txt
+++ b/icu4c/source/data/locales/ms_Latn.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ms_Latn.xml
- */
ms_Latn{
- LocaleScript{
- "Latn",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/ms_Latn_BN.txt b/icu4c/source/data/locales/ms_Latn_BN.txt
index 510965e..c0e5867 100644
--- a/icu4c/source/data/locales/ms_Latn_BN.txt
+++ b/icu4c/source/data/locales/ms_Latn_BN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms_Latn_BN.xml
diff --git a/icu4c/source/data/locales/ms_Latn_MY.txt b/icu4c/source/data/locales/ms_Latn_MY.txt
index 37e5db3..cd2076f 100644
--- a/icu4c/source/data/locales/ms_Latn_MY.txt
+++ b/icu4c/source/data/locales/ms_Latn_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms_Latn_MY.xml
diff --git a/icu4c/source/data/locales/ms_Latn_SG.txt b/icu4c/source/data/locales/ms_Latn_SG.txt
index 91906b7..8890b7d 100644
--- a/icu4c/source/data/locales/ms_Latn_SG.txt
+++ b/icu4c/source/data/locales/ms_Latn_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ms_Latn_SG.xml
diff --git a/icu4c/source/data/locales/ms_MY.txt b/icu4c/source/data/locales/ms_MY.txt
index 01b7ba2..01accdc 100644
--- a/icu4c/source/data/locales/ms_MY.txt
+++ b/icu4c/source/data/locales/ms_MY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/ms_SG.txt b/icu4c/source/data/locales/ms_SG.txt
index b0cf0cb..64c1f3b 100644
--- a/icu4c/source/data/locales/ms_SG.txt
+++ b/icu4c/source/data/locales/ms_SG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/mt.txt b/icu4c/source/data/locales/mt.txt
index 5bfe0fa..eb1db92 100644
--- a/icu4c/source/data/locales/mt.txt
+++ b/icu4c/source/data/locales/mt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mt.xml
- */
mt{
AuxExemplarCharacters{"[c y]"}
Ellipsis{
@@ -22,9 +19,6 @@
ExemplarCharacters{"[a à b ċ d e è f ġ g {għ} h ħ i ì j k l m n o ò p q r s t u ù v w x ż z]"}
ExemplarCharactersIndex{"[A B Ċ C D E F Ġ G {GĦ} H Ħ I {IE*} J K L M N O P Q R S T U V W X Y Ż Z]"}
ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ' ‘ ’ \u0022 “ ” ( ) \\[ \\] \\{ \\}]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -49,7 +43,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.22"}
+ Version{"2.1.10.93"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/mt_MT.txt b/icu4c/source/data/locales/mt_MT.txt
index 7cf4674..f136b91 100644
--- a/icu4c/source/data/locales/mt_MT.txt
+++ b/icu4c/source/data/locales/mt_MT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mt_MT.xml
diff --git a/icu4c/source/data/locales/mua.txt b/icu4c/source/data/locales/mua.txt
index 68e2461..0ecac67 100755
--- a/icu4c/source/data/locales/mua.txt
+++ b/icu4c/source/data/locales/mua.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mua.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/mua.xml
- */
mua{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a ã b ɓ c d ɗ e ë ǝ f g h i ĩ j k l m n ŋ o õ p r s t u v ṽ w y z]"}
ExemplarCharactersIndex{"[A B Ɓ C D Ɗ E Ǝ F G H I J K L M N Ŋ O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/mua_CM.txt b/icu4c/source/data/locales/mua_CM.txt
index 3f00023..6395c59 100755
--- a/icu4c/source/data/locales/mua_CM.txt
+++ b/icu4c/source/data/locales/mua_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/mua_CM.xml
diff --git a/icu4c/source/data/locales/my.txt b/icu4c/source/data/locales/my.txt
index 4d00454..55457de 100644
--- a/icu4c/source/data/locales/my.txt
+++ b/icu4c/source/data/locales/my.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/my.xml
- */
my{
AuxExemplarCharacters{"[ၐ ၑ ဨ ဢ ၒ ၓ ၔ ၕ ၖ ၗ \u1058 \u1059]"}
ExemplarCharacters{
@@ -18,9 +15,6 @@
}
ExemplarCharactersIndex{"[က ခ ဂ ဃ င စ ဆ ဇ ဈ ဉ ည ဋ ဌ ဍ ဎ ဏ တ ထ ဒ ဓ န ပ ဖ ဗ ဘ မ ယ ရ လ ဝ သ ဟ ဠ အ]"}
ExemplarCharactersPunctuation{"[၊ ။ ‘ ’ “ ”]"}
- LocaleScript{
- "Mymr",
- }
NumberElements{
default{"mymr"}
latn{
@@ -138,7 +132,7 @@
}
native{"mymr"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.21"}
calendar{
generic{
DateTimePatterns{
@@ -146,10 +140,10 @@
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
- "EEEE, G y MMMM dd",
- "G y MMMM d",
- "G y MMM d",
- "GGGGG y/MM/dd",
+ "EEEE၊ G dd MMMM y",
+ "G dd MMMM y",
+ "G d MMM y",
+ "GGGGG dd-MM-yy",
"{1} {0}",
"{1} {0}တွင်",
"{1} {0}တွင်",
@@ -157,129 +151,129 @@
"{1} {0}",
}
availableFormats{
- Ed{"E, d"}
+ Ed{"E၊ d"}
Gy{"G y"}
- GyMMM{"G y MMM"}
- GyMMMEd{"E, G y MMM d"}
- GyMMMd{"G y MMM d"}
+ GyMMM{"G MMM y"}
+ GyMMMEd{"E၊ G d MMM y"}
+ GyMMMd{"G d MMM y"}
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
M{"L"}
- MEd{"E, M/d"}
+ MEd{"E၊ d/M"}
MMM{"LLL"}
- MMMEd{"E, MMM d"}
- MMMMEd{"E, MMMM d"}
- MMMMd{"MMMM d"}
- MMMd{"MMM d"}
- Md{"M/d"}
+ MMMEd{"E၊ d MMM"}
+ MMMMEd{"E၊ d MMMM"}
+ MMMMd{"d MMMM"}
+ MMMd{"d MMM"}
+ Md{"d/M"}
d{"d"}
ms{"mm:ss"}
y{"G y"}
yyyy{"G y"}
- yyyyM{"G y/M"}
- yyyyMEd{"E, G y/M/d"}
- yyyyMMM{"G y MMM"}
- yyyyMMMEd{"E, G y MMM d"}
- yyyyMMMM{"G y MMMM"}
- yyyyMMMd{"G y MMM d"}
- yyyyMd{"GGGGG y-MM-dd"}
- yyyyQQQ{"G y QQQ"}
- yyyyQQQQ{"G y QQQQ"}
+ yyyyM{"G M/y"}
+ yyyyMEd{"E၊ G d/M/y"}
+ yyyyMMM{"G MMM y"}
+ yyyyMMMEd{"E၊ G d MMM y"}
+ yyyyMMMM{"G MMMM y"}
+ yyyyMMMd{"G d MMM y"}
+ yyyyMd{"GGGGG dd-MM-y"}
+ yyyyQQQ{"G QQQ y"}
+ yyyyQQQQ{"G QQQQ y"}
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"EEEE၊ M/d – EEEE၊ M/d"}
- d{"EEEE၊ M/d – EEEE၊ M/d"}
+ M{"EEEE၊ d/M – EEEE၊ d/M"}
+ d{"EEEE၊ d/M – EEEE၊ d/M"}
}
MMM{
M{"MMM – MMM"}
}
MMMEd{
- M{"MMM d၊ EEEE – MMM d၊ EEEE"}
- d{"MMM d၊ EEEE – MMM d၊ EEEE"}
+ M{"d MMM၊ EEEE – d MMM၊ EEEE"}
+ d{"d MMM၊ EEEE – d MMM၊ EEEE"}
}
MMMd{
- M{"MMM d – MMM d"}
- d{"MMM d–d"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"M/d – M/d"}
- d{"M/d – M/d"}
+ M{"d/M – d/M"}
+ d{"d/M – d/M"}
}
d{
d{"d–d"}
}
fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"G y-y"}
+ y{"G y–y"}
}
yM{
- M{"G y/M – y/M"}
- y{"G y/M – y/M"}
+ M{"G M/y – M/y"}
+ y{"G M/y – M/y"}
}
yMEd{
- M{"EEEE၊ G y/M/d – EEEE၊ y/M/d"}
- d{"EEEE၊ G y/M/d – EEEE၊ y/M/d"}
- y{"EEEE၊ G y/M/d – EEEE၊ y/M/d"}
+ M{"EEEE၊ G d/M/y – EEEE၊ d/M/y"}
+ d{"EEEE၊ G d/M/y – EEEE၊ d/M/y"}
+ y{"EEEE၊ G d/M/y – EEEE၊ d/M/y"}
}
yMMM{
- M{"G y MMM – y MMM"}
- y{"G y MMM – y MMM"}
+ M{"G MMM y – MMM y"}
+ y{"G MMM y – MMM y"}
}
yMMMEd{
- M{"G y၊ MMM d၊ EEEE – MMM d၊ EEEE"}
- d{"G y၊ MMM d၊ EEEE – MMM d၊ EEEE"}
- y{"G y၊ MMM d၊ EEEE – y၊ MMM d၊ EEEE"}
+ M{"d MMM၊ EEEE – d MMM၊ y ၊ EEEE"}
+ d{"d MMM၊ EEEE – d MMM၊ y ၊ EEEE"}
+ y{"d MMM၊ EEEE – y၊ d MMM၊ y ၊EEEE"}
}
yMMMM{
- M{"G y MMMM–MMMM"}
- y{"G y MMMM – y MMMM"}
+ M{"G MMMM–MMMM y"}
+ y{"G MMMM y – MMMM y"}
}
yMMMd{
- M{"G y၊ MMM d – MMM d"}
- d{"G y MMM d–d"}
- y{"G y MMM d – y MMM d"}
+ M{"G d MMM – d MMM၊ y"}
+ d{"G d–d MMM y"}
+ y{"G d MMM y – d MMM y"}
}
yMd{
- M{"G y/M/d – y/M/d"}
- d{"G y/M/d – y/M/d"}
- y{"G y/M/d – y/M/d"}
+ M{"G d/M/y – d/M/y"}
+ d{"G d/M/y – d/M/y"}
+ y{"G d/M/y – d/M/y"}
}
}
}
@@ -297,10 +291,10 @@
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
- "EEEE, y MMMM dd",
- "y MMMM d",
- "y MMM d",
- "yy/MM/dd",
+ "EEEE၊ dd MMMM y",
+ "d MMMM y",
+ "d MMM y",
+ "dd-MM-yy",
"{1} {0}",
"{1}မှာ {0}",
"{1} {0}",
@@ -316,39 +310,43 @@
E{"ccc"}
EHm{"E HH:mm"}
EHms{"E HH:mm:ss"}
- Ed{"E, d"}
+ Ed{"E၊ d"}
Ehm{"E h:mm a"}
Ehms{"E h:mm:ss a"}
Gy{"G y"}
- GyMMM{"G y MMM"}
- GyMMMEd{"E, G y MMM d"}
- GyMMMd{"G y MMM d"}
+ GyMMM{"G MMM y"}
+ GyMMMEd{"E၊ G d MMM y"}
+ GyMMMd{"G d MMM y"}
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
- MEd{"E, M/d"}
+ MEd{"E၊ d/M"}
MMM{"LLL"}
- MMMEd{"E, MMM d"}
- MMMMEd{"E, MMMM d"}
- MMMMd{"MMMM d"}
- MMMd{"MMM d"}
- Md{"M/d"}
+ MMMEd{"E၊ d MMM"}
+ MMMMEd{"E၊ d MMMM"}
+ MMMMd{"d MMMM"}
+ MMMd{"d MMM"}
+ Md{"d/M"}
d{"d"}
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
- yM{"y/M"}
- yMEd{"E, y/M/d"}
- yMMM{"y MMM"}
- yMMMEd{"E, y MMM d"}
- yMMMM{"y MMMM"}
- yMMMd{"y MMM d"}
- yMd{"y-MM-dd"}
- yQQQ{"y QQQ"}
- yQQQQ{"y QQQQ"}
+ yM{"M/y"}
+ yMEd{"E၊ d-M-y"}
+ yMMM{"MMM y"}
+ yMMMEd{"E၊ d MMM y"}
+ yMMMM{"MMMM y"}
+ yMMMd{"d MMM y"}
+ yMd{"dd-MM-y"}
+ yQQQ{"QQQ y"}
+ yQQQQ{"QQQQ y"}
}
dayNames{
format{
@@ -426,114 +424,114 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"EEEE၊ M/d – EEEE၊ M/d"}
- d{"EEEE၊ M/d – EEEE၊ M/d"}
+ M{"EEEE၊ d/M – EEEE၊ d/M"}
+ d{"EEEE၊ d/M – EEEE၊ d/M"}
}
MMM{
M{"MMM – MMM"}
}
MMMEd{
- M{"MMM d၊ EEEE – MMM d၊ EEEE"}
- d{"MMM d၊ EEEE – MMM d၊ EEEE"}
+ M{"d MMM၊ EEEE – d MMM၊ EEEE"}
+ d{"d MMM၊ EEEE – d MMM၊ EEEE"}
}
MMMd{
- M{"MMM d – MMM d"}
- d{"MMM d – MMM d"}
+ M{"d MMM – d MMM"}
+ d{"d MMM – d MMM"}
}
Md{
- M{"M/d – M/d"}
- d{"M/d – M/d"}
+ M{"d/M – d/M"}
+ d{"d/M – d/M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} – {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"y/M – y/M"}
- y{"y/M – y/M"}
+ M{"M/y – M/y"}
+ y{"M/y – M/y"}
}
yMEd{
- M{"EEEE၊ y/M/d – EEEE၊ y/M/d"}
- d{"EEEE၊ y/M/d – EEEE၊ y/M/d"}
- y{"EEEE၊ y/M/d – EEEE၊ y/M/d"}
+ M{"EEEE၊ d/M/y – EEEE၊ d/M/y"}
+ d{"EEEE၊ d/M/y – EEEE၊ d/M/y"}
+ y{"EEEE၊ d/M/y – EEEE၊ d/M/y"}
}
yMMM{
- M{"y MMM – y MMM"}
- y{"y MMM – y MMM"}
+ M{"MMM y – MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"y၊ MMM d၊ EEEE – MMM d၊ EEEE"}
- d{"y၊ MMM d၊ EEEE – MMM d၊ EEEE"}
- y{"y၊ MMM d၊ EEEE – y၊ MMM d၊ EEEE"}
+ M{"d MMM၊ EEEE – d MMM၊ y၊ EEEE"}
+ d{"d MMM၊ EEEE – d MMM၊ y၊ EEEE"}
+ y{"d MMM၊ y၊ EEEE – d MMM၊ y၊ EEEE"}
}
yMMMM{
- M{"y MMMM–MMMM"}
- y{"y MMMM – y MMMM"}
+ M{"MMMM–MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"y၊ MMM d – MMM d"}
- d{"y MMM d–d"}
- y{"y MMM d – y MMM d"}
+ M{"d MMM – d MMM၊ y"}
+ d{"d–d MMM y"}
+ y{"d MMM y– d MMM y"}
}
yMd{
- M{"y/M/d – y/M/d"}
- d{"y/M/d – y/M/d"}
- y{"y/M/d – y/M/d"}
+ M{"d/M/y – d/M/y"}
+ d{"d/M/y – d/M/y"}
+ y{"d/M/y – d/M/y"}
}
}
monthNames{
format{
abbreviated{
- "ဇန်နဝါရီ",
- "ဖေဖော်ဝါရီ",
+ "ဇန်",
+ "ဖေ",
"မတ်",
"ဧပြီ",
"မေ",
"ဇွန်",
- "ဇူလိုင်",
- "ဩဂုတ်",
- "စက်တင်ဘာ",
- "အောက်တိုဘာ",
- "နိုဝင်ဘာ",
- "ဒီဇင်ဘာ",
+ "ဇူ",
+ "ဩ",
+ "စက်",
+ "အောက်",
+ "နို",
+ "ဒီ",
}
wide{
"ဇန်နဝါရီ",
@@ -552,18 +550,18 @@
}
stand-alone{
abbreviated{
- "ဇန်နဝါရီ",
- "ဖေဖော်ဝါရီ",
+ "ဇန်",
+ "ဖေ",
"မတ်",
"ဧပြီ",
"မေ",
"ဇွန်",
- "ဇူလိုင်",
- "ဩဂုတ်",
- "စက်တင်ဘာ",
- "အောက်တိုဘာ",
- "နိုဝင်ဘာ",
- "ဒီဇင်ဘာ",
+ "ဇူ",
+ "ဩ",
+ "စက်",
+ "အောက်",
+ "နို",
+ "ဒီ",
}
narrow{
"ဇ",
@@ -645,11 +643,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ရက်"}
@@ -851,27 +844,27 @@
listPattern{
standard{
2{"{0}နှင့်{1}"}
- end{"{0}, နှင့်{1}"}
- middle{"{0}, {1}"}
- start{"{0}, {1}"}
+ end{"{0}၊ နှင့်{1}"}
+ middle{"{0}၊ {1}"}
+ start{"{0}၊ {1}"}
}
unit{
2{"{0}နှင့်{1}"}
- end{"{0}, နှင့်{1}"}
- middle{"{0}, {1}"}
- start{"{0}, {1}"}
+ end{"{0}၊ နှင့်{1}"}
+ middle{"{0}၊ {1}"}
+ start{"{0}၊ {1}"}
}
unit-narrow{
2{"{0}နှင့်{1}"}
- end{"{0}, နှင့်{1}"}
- middle{"{0}, {1}"}
- start{"{0}, {1}"}
+ end{"{0}၊ နှင့်{1}"}
+ middle{"{0}၊ {1}"}
+ start{"{0}၊ {1}"}
}
unit-short{
2{"{0}နှင့်{1}"}
- end{"{0}, နှင့်{1}"}
- middle{"{0}, {1}"}
- start{"{0}, {1}"}
+ end{"{0}၊ နှင့်{1}"}
+ middle{"{0}၊ {1}"}
+ start{"{0}၊ {1}"}
}
}
measurementSystemNames{
diff --git a/icu4c/source/data/locales/my_MM.txt b/icu4c/source/data/locales/my_MM.txt
index 8309100..0a5c9db 100644
--- a/icu4c/source/data/locales/my_MM.txt
+++ b/icu4c/source/data/locales/my_MM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/my_MM.xml
diff --git a/icu4c/source/data/locales/naq.txt b/icu4c/source/data/locales/naq.txt
index cb44142..40f8cf2 100755
--- a/icu4c/source/data/locales/naq.txt
+++ b/icu4c/source/data/locales/naq.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/naq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/naq.xml
- */
naq{
AuxExemplarCharacters{"[j l v]"}
ExemplarCharacters{"[a â b c d e f g h i î k m n o ô p q r s t u û w x y z ǀ ǁ ǂ ǃ]"}
ExemplarCharactersIndex{"[A B C D E F G H I K M N O P Q R S T U W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/naq_NA.txt b/icu4c/source/data/locales/naq_NA.txt
index 189beb1..b1e66fc 100755
--- a/icu4c/source/data/locales/naq_NA.txt
+++ b/icu4c/source/data/locales/naq_NA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/naq_NA.xml
diff --git a/icu4c/source/data/locales/nb.txt b/icu4c/source/data/locales/nb.txt
index 55189c4..4251c39 100644
--- a/icu4c/source/data/locales/nb.txt
+++ b/icu4c/source/data/locales/nb.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nb.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nb.xml
- */
nb{
AuxExemplarCharacters{"[á ǎ ã č ç đ è ê í ń ñ ŋ š ŧ ü ž ä ö]"}
Ellipsis{
@@ -22,9 +19,6 @@
ExemplarCharacters{"[a à b c d e é f g h i j k l m n o ó ò ô p q r s t u v w x y z æ ø å]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Æ Ø Å]"}
ExemplarCharactersPunctuation{"[\\- – , ; \\: ! ? . ' \u0022 « » ( ) \\[ \\] \\{ \\} § @ * / \\\\]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -162,7 +156,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -364,6 +358,8 @@
H{"HH"}
Hm{"HH.mm"}
Hms{"HH.mm.ss"}
+ Hmsv{"HH.mm.ss v"}
+ Hmv{"HH.mm v"}
M{"L."}
MEd{"E d.M"}
MMM{"LLL"}
@@ -375,6 +371,8 @@
h{"h a"}
hm{"h.mm a"}
hms{"h.mm.ss a"}
+ hmsv{"h.mm.ss a v"}
+ hmv{"h.mm a v"}
ms{"mm.ss"}
y{"y"}
yM{"M.y"}
@@ -772,11 +770,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h.mm"}
- hms{"h.mm.ss"}
- ms{"m.ss"}
- }
fields{
day{
dn{"Dag"}
diff --git a/icu4c/source/data/locales/nb_NO.txt b/icu4c/source/data/locales/nb_NO.txt
index cbd6185..da20f65 100644
--- a/icu4c/source/data/locales/nb_NO.txt
+++ b/icu4c/source/data/locales/nb_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nb_NO.xml
diff --git a/icu4c/source/data/locales/nb_SJ.txt b/icu4c/source/data/locales/nb_SJ.txt
index a45b951..8e5cc65 100755
--- a/icu4c/source/data/locales/nb_SJ.txt
+++ b/icu4c/source/data/locales/nb_SJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nb_SJ.xml
diff --git a/icu4c/source/data/locales/nd.txt b/icu4c/source/data/locales/nd.txt
index fd2fbd6..1bbeaa7 100755
--- a/icu4c/source/data/locales/nd.txt
+++ b/icu4c/source/data/locales/nd.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nd.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nd.xml
- */
nd{
AuxExemplarCharacters{"[r]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/nd_ZW.txt b/icu4c/source/data/locales/nd_ZW.txt
index ed1a77b..8061a8e 100755
--- a/icu4c/source/data/locales/nd_ZW.txt
+++ b/icu4c/source/data/locales/nd_ZW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nd_ZW.xml
diff --git a/icu4c/source/data/locales/ne.txt b/icu4c/source/data/locales/ne.txt
index b9764d2..b8291a6 100755
--- a/icu4c/source/data/locales/ne.txt
+++ b/icu4c/source/data/locales/ne.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ne.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ne.xml
- */
ne{
AuxExemplarCharacters{"[\u200C\u200D]"}
Ellipsis{
@@ -23,9 +20,6 @@
"ठ ड ढ ण त थ द ध न प फ ब भ म य र ल ळ व श ष स ह ऽ ा ि ी \u0941 \u0942 \u0943 "
"\u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]"
}
- LocaleScript{
- "Deva",
- }
MoreInformation{"?"}
NumberElements{
default{"deva"}
@@ -184,7 +178,7 @@
minimumGroupingDigits{"1"}
native{"deva"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -292,8 +286,8 @@
}
gregorian{
AmPmMarkers{
- "पूर्व मध्यान्ह",
- "उत्तर मध्यान्ह",
+ "पूर्वाह्न",
+ "अपराह्न",
}
AmPmMarkersNarrow{
"a",
@@ -388,7 +382,7 @@
"सोमबार",
"मङ्गलबार",
"बुधबार",
- "बिहीबार",
+ "बिहिबार",
"शुक्रबार",
"शनिबार",
}
@@ -426,7 +420,7 @@
"सोमबार",
"मङ्गलबार",
"बुधबार",
- "बिहीबार",
+ "बिहिबार",
"शुक्रबार",
"शनिबार",
}
@@ -576,7 +570,7 @@
"फेब्रुअरी",
"मार्च",
"अप्रिल",
- "मे",
+ "मई",
"जुन",
"जुलाई",
"अगस्ट",
@@ -674,6 +668,26 @@
}
}
}
+ indian{
+ monthNames{
+ format{
+ wide{
+ "वैशाख",
+ "जेठ",
+ "असार",
+ "साउन",
+ "भदौ",
+ "असोज",
+ "कात्तिक",
+ "मङसिर",
+ "पुस",
+ "माघ",
+ "फागुन",
+ "चैत",
+ }
+ }
+ }
+ }
}
delimiters{
alternateQuotationEnd{"’"}
@@ -681,11 +695,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"बार"}
@@ -694,6 +703,7 @@
"-2"{"अस्ति"}
"0"{"आज"}
"1"{"भोली"}
+ "2"{"पर्सि"}
}
relativeTime{
future{
@@ -733,7 +743,7 @@
}
}
dayperiod{
- dn{"पूर्व मध्यान्ह/उत्तर मध्यान्ह"}
+ dn{"पूर्वाह्न / अपराह्न"}
}
era{
dn{"काल"}
@@ -949,7 +959,7 @@
}
}
second{
- dn{"दोस्रो"}
+ dn{"सेकेन्ड"}
relative{
"0"{"अब"}
}
@@ -1106,7 +1116,7 @@
dn{"हप्ताको बार"}
}
year{
- dn{"बर्ष"}
+ dn{"वर्ष"}
relative{
"-1"{"पहिलो वर्ष"}
"0"{"यो वर्ष"}
@@ -1150,7 +1160,7 @@
}
}
zone{
- dn{"क्षेत्र"}
+ dn{"समय क्षेत्र"}
}
}
listPattern{
diff --git a/icu4c/source/data/locales/ne_IN.txt b/icu4c/source/data/locales/ne_IN.txt
index e4b3664..89fedad 100755
--- a/icu4c/source/data/locales/ne_IN.txt
+++ b/icu4c/source/data/locales/ne_IN.txt
@@ -1,118 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ne_IN.xml
// *
// ***************************************************************************
ne_IN{
- Version{"2.1.8.19"}
- calendar{
- gregorian{
- AmPmMarkers{
- "पूर्वाह्न",
- "अपराह्न",
- }
- dayNames{
- format{
- wide{
- "आइतवार",
- "सोमवार",
- "मङ्गलवार",
- "बुधवार",
- "बिहीवार",
- "शुक्रवार",
- "शनिवार",
- }
- }
- }
- monthNames{
- format{
- wide{
- "जनवरी",
- "फरवरी",
- "मार्च",
- "अप्रेल",
- "मई",
- "जुन",
- "जुलाई",
- "अगस्त",
- "सेप्टेम्बर",
- "अक्टोबर",
- "नोभेम्बर",
- "दिसम्बर",
- }
- }
- }
- quarters{
- stand-alone{
- abbreviated{
- "पहिलो सत्र",
- "दोस्रो सत्र",
- "तेस्रो सत्र",
- "चौथो सत्र",
- }
- wide{
- "पहिलो सत्र",
- "दोस्रो सत्र",
- "तेस्रो सत्र",
- "चौथो सत्र",
- }
- }
- }
- }
- indian{
- monthNames{
- format{
- wide{
- "वैशाख",
- "जेठ",
- "असार",
- "साउन",
- "भदौ",
- "असोज",
- "कात्तिक",
- "मङसिर",
- "पुस",
- "माघ",
- "फागुन",
- "चैत",
- }
- }
- }
- }
- }
- fields{
- day{
- dn{"वार"}
- relative{
- "2"{"पर्सि"}
- }
- }
- dayperiod{
- dn{"पूर्वाह्न / अपराह्न"}
- }
- era{
- dn{"युग"}
- }
- second{
- dn{"सेकेन्ड"}
- }
- week{
- dn{"साता"}
- }
- weekday{
- dn{"हप्ताको वार"}
- }
- year{
- dn{"वर्ष"}
- }
- zone{
- dn{"अञ्चल"}
- }
- }
- measurementSystemNames{
- US{"अमेरिकेली"}
- }
+ Version{"2.1.11.72"}
}
diff --git a/icu4c/source/data/locales/ne_NP.txt b/icu4c/source/data/locales/ne_NP.txt
index 9b8230d..24088f5 100755
--- a/icu4c/source/data/locales/ne_NP.txt
+++ b/icu4c/source/data/locales/ne_NP.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ne_NP.xml
diff --git a/icu4c/source/data/locales/nl.txt b/icu4c/source/data/locales/nl.txt
index 2cd87dc..1698e5f 100644
--- a/icu4c/source/data/locales/nl.txt
+++ b/icu4c/source/data/locales/nl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nl.xml
- */
nl{
AuxExemplarCharacters{"[à â å ã æ ç è ê î ñ ô ø œ ù û ÿ]"}
Ellipsis{
@@ -28,9 +25,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -41,7 +35,7 @@
}
patterns{
accountingFormat{"¤ #,##0.00;(¤ #,##0.00)"}
- currencyFormat{"¤ #,##0.00;¤ #,##0.00-"}
+ currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
decimalFormat{"#,##0.###"}
percentFormat{"#,##0%"}
scientificFormat{"#E0"}
@@ -168,7 +162,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
DateTimePatterns{
@@ -972,67 +966,67 @@
}
intervalFormats{
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd-MM - E dd-MM"}
- d{"E dd-MM - E dd-MM"}
+ M{"E dd-MM – E dd-MM"}
+ d{"E dd-MM – E dd-MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
+ M{"E d MMM – E d MMM"}
+ d{"E d – E d MMM"}
}
MMMM{
M{"MMMM–MMMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd-MM - dd-MM"}
- d{"dd-MM - dd-MM"}
+ M{"dd-MM – dd-MM"}
+ d{"dd-MM – dd-MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM-y - MM-y G"}
- y{"MM-y - MM-y G"}
+ M{"MM-y – MM-y G"}
+ y{"MM-y – MM-y G"}
}
yMEd{
- M{"E dd-MM-y - E dd-MM-y G"}
- d{"E dd-MM-y - E dd-MM-y G"}
- y{"E dd-MM-y - E dd-MM-y G"}
+ M{"E dd-MM-y – E dd-MM-y G"}
+ d{"E dd-MM-y – E dd-MM-y G"}
+ y{"E dd-MM-y – E dd-MM-y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E d MMM - E d MMM y G"}
- d{"E d - E d MMM y G"}
- y{"E d MMM y - E d MMM y G"}
+ M{"E d MMM – E d MMM y G"}
+ d{"E d – E d MMM y G"}
+ y{"E d MMM y – E d MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM–MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d MMM - d MMM y G"}
- d{"d-d MMM y G"}
- y{"d MMM y - d MMM y G"}
+ M{"d MMM – d MMM y G"}
+ d{"d–d MMM y G"}
+ y{"d MMM y – d MMM y G"}
}
yMd{
- M{"dd-MM-y - dd-MM-y G"}
- d{"dd-MM-y - dd-MM-y G"}
- y{"dd-MM-y - dd-MM-y G"}
+ M{"dd-MM-y – dd-MM-y G"}
+ d{"dd-MM-y – dd-MM-y G"}
+ y{"dd-MM-y – dd-MM-y G"}
}
}
monthNames{
@@ -1183,100 +1177,100 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd-MM - E dd-MM"}
- d{"E dd-MM - E dd-MM"}
+ M{"E dd-MM – E dd-MM"}
+ d{"E dd-MM – E dd-MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
+ M{"E d MMM – E d MMM"}
+ d{"E d – E d MMM"}
}
MMMM{
M{"MMMM–MMMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd-MM - dd-MM"}
- d{"dd-MM - dd-MM"}
+ M{"dd-MM – dd-MM"}
+ d{"dd-MM – dd-MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM-y - MM-y G"}
- y{"MM-y - MM-y G"}
+ M{"MM-y – MM-y G"}
+ y{"MM-y – MM-y G"}
}
yMEd{
- M{"E dd-MM-y - E dd-MM-y G"}
- d{"E dd-MM-y - E dd-MM-y G"}
- y{"E dd-MM-y - E dd-MM-y G"}
+ M{"E dd-MM-y – E dd-MM-y G"}
+ d{"E dd-MM-y – E dd-MM-y G"}
+ y{"E dd-MM-y – E dd-MM-y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E d MMM - E d MMM y G"}
- d{"E d - E d MMM y G"}
- y{"E d MMM y - E d MMM y G"}
+ M{"E d MMM – E d MMM y G"}
+ d{"E d – E d MMM y G"}
+ y{"E d MMM y – E d MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM–MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d MMM - d MMM y G"}
- d{"d-d MMM y G"}
- y{"d MMM y - d MMM y G"}
+ M{"d MMM – d MMM y G"}
+ d{"d–d MMM y G"}
+ y{"d MMM y – d MMM y G"}
}
yMd{
- M{"dd-MM-y - dd-MM-y G"}
- d{"dd-MM-y - dd-MM-y G"}
- y{"dd-MM-y - dd-MM-y G"}
+ M{"dd-MM-y – dd-MM-y G"}
+ d{"dd-MM-y – dd-MM-y G"}
+ y{"dd-MM-y – dd-MM-y G"}
}
}
}
@@ -1324,6 +1318,8 @@
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E d-M"}
MMM{"LLL"}
@@ -1335,6 +1331,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"M-y"}
@@ -1406,13 +1404,13 @@
"Z",
}
short{
- "zo",
- "ma",
- "di",
- "wo",
- "do",
- "vr",
- "za",
+ "Zo",
+ "Ma",
+ "Di",
+ "Wo",
+ "Do",
+ "Vr",
+ "Za",
}
wide{
"Zondag",
@@ -1453,100 +1451,100 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E dd-MM - E dd-MM"}
- d{"E dd-MM - E dd-MM"}
+ M{"E dd-MM – E dd-MM"}
+ d{"E dd-MM – E dd-MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E d MMM - E d MMM"}
- d{"E d - E d MMM"}
+ M{"E d MMM – E d MMM"}
+ d{"E d – E d MMM"}
}
MMMM{
M{"MMMM–MMMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd-MM - dd-MM"}
- d{"dd-MM - dd-MM"}
+ M{"dd-MM – dd-MM"}
+ d{"dd-MM – dd-MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM-y - MM-y"}
- y{"MM-y - MM-y"}
+ M{"MM-y – MM-y"}
+ y{"MM-y – MM-y"}
}
yMEd{
- M{"E dd-MM-y - E dd-MM-y"}
- d{"E dd-MM-y - E dd-MM-y"}
- y{"E dd-MM-y - E dd-MM-y"}
+ M{"E dd-MM-y – E dd-MM-y"}
+ d{"E dd-MM-y – E dd-MM-y"}
+ y{"E dd-MM-y – E dd-MM-y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E d MMM - E d MMM y"}
- d{"E d - E d MMM y"}
- y{"E d MMM y - E d MMM y"}
+ M{"E d MMM – E d MMM y"}
+ d{"E d – E d MMM y"}
+ y{"E d MMM y – E d MMM y"}
}
yMMMM{
- M{"MMMM-MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM–MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM y - d MMM y"}
+ M{"d MMM – d MMM y"}
+ d{"d–d MMM y"}
+ y{"d MMM y – d MMM y"}
}
yMd{
- M{"dd-MM-y - dd-MM-y"}
- d{"dd-MM-y - dd-MM-y"}
- y{"dd-MM-y - dd-MM-y"}
+ M{"dd-MM-y – dd-MM-y"}
+ d{"dd-MM-y – dd-MM-y"}
+ y{"dd-MM-y – dd-MM-y"}
}
}
monthNames{
@@ -2083,246 +2081,6 @@
yyyyQQQ{"QQQ y G"}
yyyyQQQQ{"QQQQ y G"}
}
- eras{
- abbreviated{
- "Taika (645-650)",
- "Hakuchi (650-671)",
- "Hakuhō (672-686)",
- "Shuchō (686-701)",
- "Taihō (701-704)",
- "Keiun (704-708)",
- "Wadō (708-715)",
- "Reiki (715-717)",
- "Yōrō (717-724)",
- "Jinki (724-729)",
- "Tempyō (729-749)",
- "Tempyō-kampō (749-749)",
- "Tempyō-shōhō (749-757)",
- "Tempyō-hōji (757-765)",
- "Temphō-jingo (765-767)",
- "Jingo-keiun (767-770)",
- "Hōki (770-780)",
- "Ten-ō (781-782)",
- "Enryaku (782-806)",
- "Daidō (806-810)",
- "Kōnin (810-824)",
- "Tenchō (824-834)",
- "Jōwa (834-848)",
- "Kajō (848-851)",
- "Ninju (851-854)",
- "Saiko (854-857)",
- "Tennan (857-859)",
- "Jōgan (859-877)",
- "Genkei (877-885)",
- "Ninna (885-889)",
- "Kampyō (889-898)",
- "Shōtai (898-901)",
- "Engi (901-923)",
- "Enchō (923-931)",
- "Shōhei (931-938)",
- "Tengyō (938-947)",
- "Tenryaku (947-957)",
- "Tentoku (957-961)",
- "Ōwa (961-964)",
- "Kōhō (964-968)",
- "Anna (968-970)",
- "Tenroku (970-973)",
- "Ten-en (973-976)",
- "Jōgen (976-978)",
- "Tengen (978-983)",
- "Eikan (983-985)",
- "Kanna (985-987)",
- "Ei-en (987-989)",
- "Eiso (989-990)",
- "Shōryaku (990-995)",
- "Chōtoku (995-999)",
- "Chōhō (999-1004)",
- "Kankō (1004-1012)",
- "Chōwa (1012-1017)",
- "Kannin (1017-1021)",
- "Jian (1021-1024)",
- "Manju (1024-1028)",
- "Chōgen (1028-1037)",
- "Chōryaku (1037-1040)",
- "Chōkyū (1040-1044)",
- "Kantoku (1044-1046)",
- "Eishō (1046-1053)",
- "Tengi (1053-1058)",
- "Kōhei (1058-1065)",
- "Jiryaku (1065-1069)",
- "Enkyū (1069-1074)",
- "Shōho (1074-1077)",
- "Shōryaku (1077-1081)",
- "Eiho (1081-1084)",
- "Ōtoku (1084-1087)",
- "Kanji (1087-1094)",
- "Kaho (1094-1096)",
- "Eichō (1096-1097)",
- "Shōtoku (1097-1099)",
- "Kōwa (1099-1104)",
- "Chōji (1104-1106)",
- "Kashō (1106-1108)",
- "Tennin (1108-1110)",
- "Ten-ei (1110-1113)",
- "Eikyū (1113-1118)",
- "Gen-ei (1118-1120)",
- "Hoan (1120-1124)",
- "Tenji (1124-1126)",
- "Daiji (1126-1131)",
- "Tenshō (1131-1132)",
- "Chōshō (1132-1135)",
- "Hoen (1135-1141)",
- "Eiji (1141-1142)",
- "Kōji (1142-1144)",
- "Tenyō (1144-1145)",
- "Kyūan (1145-1151)",
- "Ninpei (1151-1154)",
- "Kyūju (1154-1156)",
- "Hogen (1156-1159)",
- "Heiji (1159-1160)",
- "Eiryaku (1160-1161)",
- "Ōho (1161-1163)",
- "Chōkan (1163-1165)",
- "Eiman (1165-1166)",
- "Nin-an (1166-1169)",
- "Kaō (1169-1171)",
- "Shōan (1171-1175)",
- "Angen (1175-1177)",
- "Jishō (1177-1181)",
- "Yōwa (1181-1182)",
- "Juei (1182-1184)",
- "Genryuku (1184-1185)",
- "Bunji (1185-1190)",
- "Kenkyū (1190-1199)",
- "Shōji (1199-1201)",
- "Kennin (1201-1204)",
- "Genkyū (1204-1206)",
- "Ken-ei (1206-1207)",
- "Shōgen (1207-1211)",
- "Kenryaku (1211-1213)",
- "Kenpō (1213-1219)",
- "Shōkyū (1219-1222)",
- "Jōō (1222-1224)",
- "Gennin (1224-1225)",
- "Karoku (1225-1227)",
- "Antei (1227-1229)",
- "Kanki (1229-1232)",
- "Jōei (1232-1233)",
- "Tempuku (1233-1234)",
- "Bunryaku (1234-1235)",
- "Katei (1235-1238)",
- "Ryakunin (1238-1239)",
- "En-ō (1239-1240)",
- "Ninji (1240-1243)",
- "Kangen (1243-1247)",
- "Hōji (1247-1249)",
- "Kenchō (1249-1256)",
- "Kōgen (1256-1257)",
- "Shōka (1257-1259)",
- "Shōgen (1259-1260)",
- "Bun-ō (1260-1261)",
- "Kōchō (1261-1264)",
- "Bun-ei (1264-1275)",
- "Kenji (1275-1278)",
- "Kōan (1278-1288)",
- "Shōō (1288-1293)",
- "Einin (1293-1299)",
- "Shōan (1299-1302)",
- "Kengen (1302-1303)",
- "Kagen (1303-1306)",
- "Tokuji (1306-1308)",
- "Enkei (1308-1311)",
- "Ōchō (1311-1312)",
- "Shōwa (1312-1317)",
- "Bunpō (1317-1319)",
- "Genō (1319-1321)",
- "Genkyō (1321-1324)",
- "Shōchū (1324-1326)",
- "Kareki (1326-1329)",
- "Gentoku (1329-1331)",
- "Genkō (1331-1334)",
- "Kemmu (1334-1336)",
- "Engen (1336-1340)",
- "Kōkoku (1340-1346)",
- "Shōhei (1346-1370)",
- "Kentoku (1370-1372)",
- "Bunchū (1372-1375)",
- "Tenju (1375-1379)",
- "Kōryaku (1379-1381)",
- "Kōwa (1381-1384)",
- "Genchū (1384-1392)",
- "Meitoku (1384-1387)",
- "Kakei (1387-1389)",
- "Kōō (1389-1390)",
- "Meitoku (1390-1394)",
- "Ōei (1394-1428)",
- "Shōchō (1428-1429)",
- "Eikyō (1429-1441)",
- "Kakitsu (1441-1444)",
- "Bun-an (1444-1449)",
- "Hōtoku (1449-1452)",
- "Kyōtoku (1452-1455)",
- "Kōshō (1455-1457)",
- "Chōroku (1457-1460)",
- "Kanshō (1460-1466)",
- "Bunshō (1466-1467)",
- "Ōnin (1467-1469)",
- "Bunmei (1469-1487)",
- "Chōkyō (1487-1489)",
- "Entoku (1489-1492)",
- "Meiō (1492-1501)",
- "Bunki (1501-1504)",
- "Eishō (1504-1521)",
- "Taiei (1521-1528)",
- "Kyōroku (1528-1532)",
- "Tenmon (1532-1555)",
- "Kōji (1555-1558)",
- "Eiroku (1558-1570)",
- "Genki (1570-1573)",
- "Tenshō (1573-1592)",
- "Bunroku (1592-1596)",
- "Keichō (1596-1615)",
- "Genwa (1615-1624)",
- "Kan-ei (1624-1644)",
- "Shōho (1644-1648)",
- "Keian (1648-1652)",
- "Shōō (1652-1655)",
- "Meiryaku (1655-1658)",
- "Manji (1658-1661)",
- "Kanbun (1661-1673)",
- "Enpō (1673-1681)",
- "Tenwa (1681-1684)",
- "Jōkyō (1684-1688)",
- "Genroku (1688-1704)",
- "Hōei (1704-1711)",
- "Shōtoku (1711-1716)",
- "Kyōhō (1716-1736)",
- "Genbun (1736-1741)",
- "Kanpō (1741-1744)",
- "Enkyō (1744-1748)",
- "Kan-en (1748-1751)",
- "Hōryaku (1751-1764)",
- "Meiwa (1764-1772)",
- "An-ei (1772-1781)",
- "Tenmei (1781-1789)",
- "Kansei (1789-1801)",
- "Kyōwa (1801-1804)",
- "Bunka (1804-1818)",
- "Bunsei (1818-1830)",
- "Tenpō (1830-1844)",
- "Kōka (1844-1848)",
- "Kaei (1848-1854)",
- "Ansei (1854-1860)",
- "Man-en (1860-1861)",
- "Bunkyū (1861-1864)",
- "Genji (1864-1865)",
- "Keiō (1865-1868)",
- "Meiji",
- "Taishō",
- "Shōwa",
- "Heisei",
- }
- }
}
persian{
eras{
@@ -2494,15 +2252,10 @@
}
}
delimiters{
- alternateQuotationEnd{"’"}
- alternateQuotationStart{"‘"}
- quotationEnd{"”"}
- quotationStart{"“"}
- }
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
+ alternateQuotationEnd{"”"}
+ alternateQuotationStart{"“"}
+ quotationEnd{"’"}
+ quotationStart{"‘"}
}
fields{
day{
diff --git a/icu4c/source/data/locales/nl_AW.txt b/icu4c/source/data/locales/nl_AW.txt
index 54b841d..f7aca53 100755
--- a/icu4c/source/data/locales/nl_AW.txt
+++ b/icu4c/source/data/locales/nl_AW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_AW.xml
diff --git a/icu4c/source/data/locales/nl_BE.txt b/icu4c/source/data/locales/nl_BE.txt
index 5f012e1..86fe07b 100644
--- a/icu4c/source/data/locales/nl_BE.txt
+++ b/icu4c/source/data/locales/nl_BE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_BE.xml
@@ -14,7 +14,7 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.11.73"}
calendar{
generic{
DateTimePatterns{
@@ -24,7 +24,7 @@
"HH:mm",
"EEEE d MMMM y G",
"d MMMM y G",
- "d-MMM-y G",
+ "d MMM y G",
"d/MM/yy GGGGG",
"{1} {0}",
"{1} {0}",
@@ -41,7 +41,7 @@
"HH:mm",
"EEEE d MMMM y",
"d MMMM y",
- "d-MMM-y",
+ "d MMM y",
"d/MM/yy",
"{1} {0}",
"{1} {0}",
diff --git a/icu4c/source/data/locales/nl_BQ.txt b/icu4c/source/data/locales/nl_BQ.txt
index eac747b..bc9ebd7 100755
--- a/icu4c/source/data/locales/nl_BQ.txt
+++ b/icu4c/source/data/locales/nl_BQ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_BQ.xml
diff --git a/icu4c/source/data/locales/nl_CW.txt b/icu4c/source/data/locales/nl_CW.txt
index 6da64e4..44f97a3 100644
--- a/icu4c/source/data/locales/nl_CW.txt
+++ b/icu4c/source/data/locales/nl_CW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_CW.xml
diff --git a/icu4c/source/data/locales/nl_NL.txt b/icu4c/source/data/locales/nl_NL.txt
index e650c81..a521e47 100644
--- a/icu4c/source/data/locales/nl_NL.txt
+++ b/icu4c/source/data/locales/nl_NL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_NL.xml
diff --git a/icu4c/source/data/locales/nl_SR.txt b/icu4c/source/data/locales/nl_SR.txt
index 2506f2f..ea3edea 100755
--- a/icu4c/source/data/locales/nl_SR.txt
+++ b/icu4c/source/data/locales/nl_SR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_SR.xml
diff --git a/icu4c/source/data/locales/nl_SX.txt b/icu4c/source/data/locales/nl_SX.txt
index 67e7410..a486364 100644
--- a/icu4c/source/data/locales/nl_SX.txt
+++ b/icu4c/source/data/locales/nl_SX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nl_SX.xml
diff --git a/icu4c/source/data/locales/nmg.txt b/icu4c/source/data/locales/nmg.txt
index 4bff903..8d464c8 100755
--- a/icu4c/source/data/locales/nmg.txt
+++ b/icu4c/source/data/locales/nmg.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nmg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nmg.xml
- */
nmg{
AuxExemplarCharacters{"[q x z]"}
ExemplarCharacters{
@@ -17,9 +14,6 @@
" ǒ ö ō ɔ {ɔ\u0301} {ɔ\u0302} {ɔ\u030C} {ɔ\u0304} p r ŕ s t u ú û ǔ ū v w y]"
}
ExemplarCharactersIndex{"[A B Ɓ C D E Ǝ Ɛ F G H I J K L M N Ŋ O Ɔ P R S T U V W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/nmg_CM.txt b/icu4c/source/data/locales/nmg_CM.txt
index 318c918..4207cb8 100755
--- a/icu4c/source/data/locales/nmg_CM.txt
+++ b/icu4c/source/data/locales/nmg_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nmg_CM.xml
diff --git a/icu4c/source/data/locales/nn.txt b/icu4c/source/data/locales/nn.txt
index 85f9f18..b402309 100644
--- a/icu4c/source/data/locales/nn.txt
+++ b/icu4c/source/data/locales/nn.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nn.xml
- */
nn{
AuxExemplarCharacters{"[á ǎ č ç đ è ê ń ñ ŋ š ŧ ü ž ä ö]"}
ExemplarCharacters{"[a à b c d e é f g h i j k l m n o ó ò ô p q r s t u v w x y z æ ø å]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Æ Ø Å]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -38,7 +32,7 @@
}
}
}
- Version{"2.1.7.72"}
+ Version{"2.1.10.42"}
calendar{
generic{
DateTimePatterns{
@@ -439,11 +433,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dag"}
diff --git a/icu4c/source/data/locales/nn_NO.txt b/icu4c/source/data/locales/nn_NO.txt
index 97f122d..9827c94 100644
--- a/icu4c/source/data/locales/nn_NO.txt
+++ b/icu4c/source/data/locales/nn_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nn_NO.xml
diff --git a/icu4c/source/data/locales/nnh.txt b/icu4c/source/data/locales/nnh.txt
index e5ee119..30aabd9 100755
--- a/icu4c/source/data/locales/nnh.txt
+++ b/icu4c/source/data/locales/nnh.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nnh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nnh.xml
- */
nnh{
AuxExemplarCharacters{"[q r x]"}
ExemplarCharacters{
@@ -22,9 +19,6 @@
"ʼ]"
}
ExemplarCharactersPunctuation{"[, ; \\: ! ? . ' ‘ ’ « »]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/nnh_CM.txt b/icu4c/source/data/locales/nnh_CM.txt
index fadb4ba..b2f4f4c 100755
--- a/icu4c/source/data/locales/nnh_CM.txt
+++ b/icu4c/source/data/locales/nnh_CM.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nnh_CM.xml
diff --git a/icu4c/source/data/locales/no.txt b/icu4c/source/data/locales/no.txt
index 91c33d7..fdd855f 100644
--- a/icu4c/source/data/locales/no.txt
+++ b/icu4c/source/data/locales/no.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/no_NO.txt b/icu4c/source/data/locales/no_NO.txt
index 785a6e4..63cbf33 100644
--- a/icu4c/source/data/locales/no_NO.txt
+++ b/icu4c/source/data/locales/no_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/no_NO_NY.txt b/icu4c/source/data/locales/no_NO_NY.txt
index 060e782..a9b8ef4 100644
--- a/icu4c/source/data/locales/no_NO_NY.txt
+++ b/icu4c/source/data/locales/no_NO_NY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/nus.txt b/icu4c/source/data/locales/nus.txt
index f26a701..3d01784 100755
--- a/icu4c/source/data/locales/nus.txt
+++ b/icu4c/source/data/locales/nus.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nus.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nus.xml
- */
nus{
ExemplarCharacters{
"[a ä {a\u0331} b c d e ë {e\u0331} ɛ {ɛ\u0308} {ɛ\u0331} {ɛ\u0331\u0308} f g"
@@ -16,9 +13,6 @@
" u v w x y z]"
}
ExemplarCharactersIndex{"[A B C D E Ɛ F G Ɣ H I J K L M N Ŋ O Ɔ P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/nus_SD.txt b/icu4c/source/data/locales/nus_SD.txt
index ead8988..ebeffa4 100755
--- a/icu4c/source/data/locales/nus_SD.txt
+++ b/icu4c/source/data/locales/nus_SD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nus_SD.xml
diff --git a/icu4c/source/data/locales/nyn.txt b/icu4c/source/data/locales/nyn.txt
index 432c253..3fa7fb6 100755
--- a/icu4c/source/data/locales/nyn.txt
+++ b/icu4c/source/data/locales/nyn.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nyn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/nyn.xml
- */
nyn{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/nyn_UG.txt b/icu4c/source/data/locales/nyn_UG.txt
index beb5907..6ab9900 100755
--- a/icu4c/source/data/locales/nyn_UG.txt
+++ b/icu4c/source/data/locales/nyn_UG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/nyn_UG.xml
diff --git a/icu4c/source/data/locales/om.txt b/icu4c/source/data/locales/om.txt
index 964721e..09f0692 100644
--- a/icu4c/source/data/locales/om.txt
+++ b/icu4c/source/data/locales/om.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/om.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/om.xml
- */
om{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
default{"latn"}
latn{
@@ -25,7 +19,7 @@
native{"latn"}
traditional{"ethi"}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/om_ET.txt b/icu4c/source/data/locales/om_ET.txt
index e301849..928f172 100644
--- a/icu4c/source/data/locales/om_ET.txt
+++ b/icu4c/source/data/locales/om_ET.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/om_ET.xml
diff --git a/icu4c/source/data/locales/om_KE.txt b/icu4c/source/data/locales/om_KE.txt
index 017d2d7..43abf35 100644
--- a/icu4c/source/data/locales/om_KE.txt
+++ b/icu4c/source/data/locales/om_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/om_KE.xml
diff --git a/icu4c/source/data/locales/or.txt b/icu4c/source/data/locales/or.txt
index a8f5e3c..5192fa6 100644
--- a/icu4c/source/data/locales/or.txt
+++ b/icu4c/source/data/locales/or.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/or.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/or.xml
- */
or{
AuxExemplarCharacters{"[\u200C\u200D]"}
ExemplarCharacters{
@@ -20,9 +17,6 @@
"[ଅ ଆ ଇ ଈ ଉ ଊ ଋ ଏ ଐ ଓ ଔ କ ଖ ଗ ଘ ଙ ଚ ଛ ଜ ଝ ଞ ଟ ଠ ଡ ଢ ଣ ତ ଥ ଦ ଧ ନ ପ ଫ ବ ଭ ମ ଯ ର"
" ଲ ଳ ଶ ଷ ସ ହ {କ\u0B4Dଷ}]"
}
- LocaleScript{
- "Orya",
- }
NumberElements{
default{"latn"}
latn{
diff --git a/icu4c/source/data/locales/or_IN.txt b/icu4c/source/data/locales/or_IN.txt
index 8ab001f..787adb4 100644
--- a/icu4c/source/data/locales/or_IN.txt
+++ b/icu4c/source/data/locales/or_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/or_IN.xml
diff --git a/icu4c/source/data/locales/os.txt b/icu4c/source/data/locales/os.txt
index 77fe043..c4ccd4c 100644
--- a/icu4c/source/data/locales/os.txt
+++ b/icu4c/source/data/locales/os.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/os.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/os.xml
- */
os{
AuxExemplarCharacters{"[]"}
Ellipsis{
@@ -28,9 +25,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * / "
"\\& #]"
}
- LocaleScript{
- "Cyrl",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -55,7 +49,7 @@
}
}
}
- Version{"2.1.7.53"}
+ Version{"2.1.10.93"}
calendar{
generic{
DateTimePatterns{
@@ -115,8 +109,8 @@
M{"M–M"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
d{"d–d"}
@@ -270,8 +264,8 @@
M{"M–M"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
d{"d–d"}
diff --git a/icu4c/source/data/locales/os_GE.txt b/icu4c/source/data/locales/os_GE.txt
index 058c5e1..8df6ac9 100644
--- a/icu4c/source/data/locales/os_GE.txt
+++ b/icu4c/source/data/locales/os_GE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/os_GE.xml
diff --git a/icu4c/source/data/locales/os_RU.txt b/icu4c/source/data/locales/os_RU.txt
index b7175ee..626da8a 100644
--- a/icu4c/source/data/locales/os_RU.txt
+++ b/icu4c/source/data/locales/os_RU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/os_RU.xml
diff --git a/icu4c/source/data/locales/pa.txt b/icu4c/source/data/locales/pa.txt
index 4244373..04aa955 100644
--- a/icu4c/source/data/locales/pa.txt
+++ b/icu4c/source/data/locales/pa.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa.xml
- */
pa{
AuxExemplarCharacters{"[\u200C\u200D ਃ \u0A02 \u0A01 {ਲ\u0A3C}]"}
Ellipsis{
@@ -26,9 +23,6 @@
"\u0A4B \u0A4C]"
}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . ' ‘ ’ \u0022 “ ” ( ) \\[ \\] / \\& ′ ″]"}
- LocaleScript{
- "Guru",
- }
MoreInformation{"?"}
NumberElements{
arabext{
@@ -186,7 +180,7 @@
minimumGroupingDigits{"1"}
native{"guru"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -286,7 +280,7 @@
}
yMMMd{
M{"d MMM – d MMM y G"}
- d{"d - d, MMM y G"}
+ d{"d – d, MMM y G"}
y{"d, MMM – d, MMM y G"}
}
yMd{
@@ -798,11 +792,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ਦਿਨ"}
diff --git a/icu4c/source/data/locales/pa_Arab.txt b/icu4c/source/data/locales/pa_Arab.txt
index c42cce9..fd23414 100755
--- a/icu4c/source/data/locales/pa_Arab.txt
+++ b/icu4c/source/data/locales/pa_Arab.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa_Arab.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa_Arab.xml
- */
pa_Arab{
%%Parent{"root"}
AuxExemplarCharacters{"[\u200E\u200F أ ٻ ة ٺ ټ ٽ]"}
@@ -16,9 +13,6 @@
"[\u064F ء آ ؤ ئ ا ب پ ت ث ٹ ج چ ح خ د ذ ڈ ر ز ڑ ژ س ش ص ض ط ظ ع غ ف ق ک گ ل "
"م ن ں ه ھ ہ و ی ے]"
}
- LocaleScript{
- "Arab",
- }
NumberElements{
default{"arabext"}
latn{
diff --git a/icu4c/source/data/locales/pa_Arab_PK.txt b/icu4c/source/data/locales/pa_Arab_PK.txt
index eab87b1..d7d6597 100755
--- a/icu4c/source/data/locales/pa_Arab_PK.txt
+++ b/icu4c/source/data/locales/pa_Arab_PK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa_Arab_PK.xml
diff --git a/icu4c/source/data/locales/pa_Guru.txt b/icu4c/source/data/locales/pa_Guru.txt
index 1917c3e..a124c54 100644
--- a/icu4c/source/data/locales/pa_Guru.txt
+++ b/icu4c/source/data/locales/pa_Guru.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa_Guru.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pa_Guru.xml
- */
pa_Guru{
- LocaleScript{
- "Guru",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/pa_Guru_IN.txt b/icu4c/source/data/locales/pa_Guru_IN.txt
index 116f04f..7f730e0 100644
--- a/icu4c/source/data/locales/pa_Guru_IN.txt
+++ b/icu4c/source/data/locales/pa_Guru_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pa_Guru_IN.xml
diff --git a/icu4c/source/data/locales/pa_IN.txt b/icu4c/source/data/locales/pa_IN.txt
index 69fc79b..eb2a7df 100644
--- a/icu4c/source/data/locales/pa_IN.txt
+++ b/icu4c/source/data/locales/pa_IN.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/pa_PK.txt b/icu4c/source/data/locales/pa_PK.txt
index 1af7606..989cc9d 100755
--- a/icu4c/source/data/locales/pa_PK.txt
+++ b/icu4c/source/data/locales/pa_PK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/pl.txt b/icu4c/source/data/locales/pl.txt
index a9da9ac..b3be61e 100644
--- a/icu4c/source/data/locales/pl.txt
+++ b/icu4c/source/data/locales/pl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pl.xml
- */
pl{
AuxExemplarCharacters{"[à â å ä æ ç é è ê ë î ï ô ö œ q ß ù û ü v x ÿ]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' \u0022 ” „ « » ( ) \\[ \\] \\{ \\} § @ * / \\& "
"# % † ‡ ′ ″ ° ~]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -213,7 +207,7 @@
minimumGroupingDigits{"2"}
native{"latn"}
}
- Version{"2.1.8.95"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -600,7 +594,7 @@
"HH:mm",
"EEEE, d MMMM y",
"d MMMM y",
- "d MMM y",
+ "dd.MM.y",
"dd.MM.y",
"{1}, {0}",
"{1} {0}",
@@ -621,33 +615,41 @@
Ehm{"E, h:mm a"}
Ehms{"E, h:mm:ss a"}
Gy{"y G"}
- GyMMM{"MMM y G"}
- GyMMMEd{"E, d MMM y G"}
- GyMMMd{"d MMM y G"}
+ GyMMM{"MM.y G"}
+ GyMMMEd{"E, d.MM.y G"}
+ GyMMMM{"LLLL y G"}
+ GyMMMMEd{"E, d MMMM y G"}
+ GyMMMMd{"d MMMM y G"}
+ GyMMMd{"d.MM.y G"}
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E, d.MM"}
MMM{"LLL"}
- MMMEd{"E, d MMM"}
+ MMMEd{"E, d.MM"}
+ MMMMEd{"E, d MMMM"}
MMMMd{"d MMMM"}
- MMMd{"d MMM"}
- MMdd{"d.MM"}
+ MMMd{"d.MM"}
Md{"d.MM"}
d{"d"}
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"MM.y"}
yMEd{"E, d.MM.y"}
- yMM{"MM.y"}
- yMMM{"LLL y"}
- yMMMEd{"E, d MMM y"}
+ yMMM{"MM.y"}
+ yMMMEd{"E, d.MM.y"}
yMMMM{"LLLL y"}
- yMMMd{"d MMM y"}
+ yMMMMEd{"E, d MMMM y"}
+ yMMMMd{"d MMMM y"}
+ yMMMd{"d.MM.y"}
yMd{"d.MM.y"}
yQQQ{"QQQ y"}
yQQQQ{"QQQQ y"}
@@ -774,12 +776,20 @@
M{"LLL–LLL"}
}
MMMEd{
- M{"E, d MMM – E, d MMM"}
- d{"E, d MMM – E, d MMM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
+ }
+ MMMMEd{
+ M{"E, d MMMM – E, d MMMM"}
+ d{"E, d MMMM – E, d MMMM"}
+ }
+ MMMMd{
+ M{"d MMMM – d MMMM"}
+ d{"d–d MMMM"}
}
MMMd{
- M{"d MMM – d MMM"}
- d{"d–d MMM"}
+ M{"dd.MM–dd.MM"}
+ d{"dd.MM–dd.MM"}
}
Md{
M{"dd.MM–dd.MM"}
@@ -820,22 +830,32 @@
y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"LLL–LLL y"}
- y{"LLL y – LLL y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMMMEd{
- M{"E, d MMM – E, d MMM y"}
- d{"E, d – E, d MMM y"}
- y{"E, d MMM y – E, d MMM y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMMM{
M{"LLLL–LLLL y"}
y{"LLLL y – LLLL y"}
}
+ yMMMMEd{
+ M{"E, d MMMM – E, d MMMM y"}
+ d{"E, d – E, d MMMM y"}
+ y{"E, d MMMM y – E, d MMMM y"}
+ }
+ yMMMMd{
+ M{"d MMMM – d MMMM y"}
+ d{"d–d MMMM y"}
+ y{"d MMMM y – d MMMM y"}
+ }
yMMMd{
- M{"d MMM – d MMM y"}
- d{"d–d MMM y"}
- y{"d MMM y – d MMM y"}
+ M{"dd.MM–dd.MM.y"}
+ d{"dd–dd.MM.y"}
+ y{"dd.MM.y–dd.MM.y"}
}
yMd{
M{"dd.MM–dd.MM.y"}
@@ -1295,6 +1315,14 @@
}
}
contextTransforms{
+ day-format-except-narrow:intvector{
+ 0,
+ 1,
+ }
+ day-standalone-except-narrow:intvector{
+ 0,
+ 1,
+ }
month-format-except-narrow:intvector{
0,
1,
@@ -1314,11 +1342,6 @@
quotationEnd{"”"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dzień"}
diff --git a/icu4c/source/data/locales/pl_PL.txt b/icu4c/source/data/locales/pl_PL.txt
index cc7d939..9505519 100644
--- a/icu4c/source/data/locales/pl_PL.txt
+++ b/icu4c/source/data/locales/pl_PL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pl_PL.xml
diff --git a/icu4c/source/data/locales/pool.res b/icu4c/source/data/locales/pool.res
index e12dca0..e22fe03 100644
--- a/icu4c/source/data/locales/pool.res
+++ b/icu4c/source/data/locales/pool.res
Binary files differ
diff --git a/icu4c/source/data/locales/ps.txt b/icu4c/source/data/locales/ps.txt
index ef1c562..73b805b 100644
--- a/icu4c/source/data/locales/ps.txt
+++ b/icu4c/source/data/locales/ps.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ps.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ps.xml
- */
ps{
AuxExemplarCharacters{"[\u200C \u200D \u200E\u200F]"}
ExemplarCharacters{
@@ -16,9 +13,6 @@
" ء ب پ ت ټ ث ج ځ چ څ ح خ د ډ ذ ر ړ ز ژ ږ س ش ښ ص ض ط ظ ع غ ف ق ک ګ ل م ن ڼ ه"
" ة و ؤ ی ي ې ۍ ئ]"
}
- LocaleScript{
- "Arab",
- }
NumberElements{
arabext{
symbols{
@@ -46,7 +40,7 @@
}
Version{"2.1.6.69"}
calendar{
- default{"gregorian"} // android-changed
+ default{"persian"}
generic{
DateTimePatterns{
"H:mm:ss (zzzz)",
diff --git a/icu4c/source/data/locales/ps_AF.txt b/icu4c/source/data/locales/ps_AF.txt
index 7b0c0ee..741dd9f 100644
--- a/icu4c/source/data/locales/ps_AF.txt
+++ b/icu4c/source/data/locales/ps_AF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ps_AF.xml
diff --git a/icu4c/source/data/locales/pt.txt b/icu4c/source/data/locales/pt.txt
index 3bab526..a289868 100644
--- a/icu4c/source/data/locales/pt.txt
+++ b/icu4c/source/data/locales/pt.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/pt.xml
- */
pt{
AuxExemplarCharacters{"[ª ă å ä ā æ è ĕ ë ē ì ĭ î ï ī ñ º ŏ ö ø ō œ ù ŭ û ü ū ÿ]"}
Ellipsis{
@@ -24,8 +21,9 @@
" z]"
}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
+ ExemplarCharactersPunctuation{
+ "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
+ "″]"
}
MoreInformation{"?"}
NumberElements{
@@ -164,7 +162,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -476,36 +474,36 @@
m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH - HH v"}
+ H{"HH – HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd/MM - E, dd/MM"}
- d{"E, dd/MM - E, dd/MM"}
+ M{"E, dd/MM – E, dd/MM"}
+ d{"E, dd/MM – E, dd/MM"}
}
MMM{
- M{"MMM - MMM"}
+ M{"MMM – MMM"}
}
MMMEd{
- M{"E, d 'de' MMM - E, d 'de' MMM"}
- d{"E, d - E, d 'de' MMM"}
+ M{"E, d 'de' MMM – E, d 'de' MMM"}
+ d{"E, d – E, d 'de' MMM"}
}
MMMd{
- M{"d 'de' MMM - d 'de' MMM"}
- d{"d-d 'de' MMM"}
+ M{"d 'de' MMM – d 'de' MMM"}
+ d{"d–d 'de' MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h'h' a - h'h' a"}
+ a{"h'h' a – h'h' a"}
h{"h'h' - h'h' a"}
}
hm{
@@ -519,43 +517,43 @@
m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h - h a v"}
+ a{"h a – h a v"}
+ h{"h – h a v"}
}
y{
- y{"y - y G"}
+ y{"y – y G"}
}
yM{
- M{"MM/y - MM/y G"}
- y{"MM/y - MM/y G"}
+ M{"MM/y – MM/y G"}
+ y{"MM/y – MM/y G"}
}
yMEd{
- M{"E, dd/MM/y - E, dd/MM/y G"}
- d{"E, dd/MM/y - E, dd/MM/y G"}
- y{"E, dd/MM/y - E, dd/MM/y G"}
+ M{"E, dd/MM/y – E, dd/MM/y G"}
+ d{"E, dd/MM/y – E, dd/MM/y G"}
+ y{"E, dd/MM/y – E, dd/MM/y G"}
}
yMMM{
- M{"MMM-MMM 'de' y G"}
- y{"MMM 'de' y - MMM 'de' y G"}
+ M{"MMM–MMM 'de' y G"}
+ y{"MMM 'de' y – MMM 'de' y G"}
}
yMMMEd{
- M{"E, d 'de' MMM - E, d 'de' MMM 'de' y G"}
- d{"E, d - E, d 'de' MMM 'de' y G"}
- y{"E, d 'de' MMM 'de' y - E, d 'de' MMM 'de' y G"}
+ M{"E, d 'de' MMM – E, d 'de' MMM 'de' y G"}
+ d{"E, d – E, d 'de' MMM 'de' y G"}
+ y{"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y G"}
}
yMMMM{
- M{"MMMM-MMMM 'de' y G"}
- y{"MMMM 'de' y - MMMM 'de' y G"}
+ M{"MMMM–MMMM 'de' y G"}
+ y{"MMMM 'de' y – MMMM 'de' y G"}
}
yMMMd{
- M{"d 'de' MMM - d 'de' MMM 'de' y G"}
- d{"d-d 'de' MMM 'de' y"}
- y{"d 'de' MMM 'de' y - d 'de' MMM 'de' y G"}
+ M{"d 'de' MMM – d 'de' MMM 'de' y G"}
+ d{"d–d 'de' MMM 'de' y"}
+ y{"d 'de' MMM 'de' y – d 'de' MMM 'de' y G"}
}
yMd{
- M{"dd/MM/y - dd/MM/y G"}
- d{"dd/MM/y - dd/MM/y G"}
- y{"dd/MM/y - dd/MM/y G"}
+ M{"dd/MM/y – dd/MM/y G"}
+ d{"dd/MM/y – dd/MM/y G"}
+ y{"dd/MM/y – dd/MM/y G"}
}
}
}
@@ -604,10 +602,10 @@
GyMMMEd{"E, d 'de' MMM 'de' y G"}
GyMMMd{"d 'de' MMM 'de' y G"}
H{"HH"}
- HHmm{"HH:mm"}
- HHmmss{"HH:mm:ss"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E, dd/MM"}
MMM{"LLL"}
@@ -619,6 +617,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"MM/y"}
@@ -746,30 +746,30 @@
M{"M – M"}
}
MEd{
- M{"E, dd/MM - E, dd/MM"}
- d{"E, dd/MM - E, dd/MM"}
+ M{"E, dd/MM – E, dd/MM"}
+ d{"E, dd/MM – E, dd/MM"}
}
MMM{
M{"MMM – MMM"}
}
MMMEd{
- M{"E, d 'de' MMM - E, d 'de' MMM"}
- d{"E, d - E, d 'de' MMM"}
+ M{"E, d 'de' MMM – E, d 'de' MMM"}
+ d{"E, d – E, d 'de' MMM"}
}
MMMd{
- M{"d 'de' MMM - d 'de' MMM"}
+ M{"d 'de' MMM – d 'de' MMM"}
d{"d – d 'de' MMM"}
}
Md{
- M{"dd/MM - dd/MM"}
- d{"dd/MM - dd/MM"}
+ M{"dd/MM – dd/MM"}
+ d{"dd/MM – dd/MM"}
}
d{
d{"d – d"}
}
fallback{"{0} - {1}"}
h{
- a{"h'h' a - h'h' a"}
+ a{"h'h' a – h'h' a"}
h{"h'h' - h'h' a"}
}
hm{
@@ -783,43 +783,43 @@
m{"h:mm – h:mm a v"}
}
hv{
- a{"h a - h a v"}
+ a{"h a – h a v"}
h{"h – h a v"}
}
y{
y{"y – y"}
}
yM{
- M{"MM/y - MM/y"}
- y{"MM/y - MM/y"}
+ M{"MM/y – MM/y"}
+ y{"MM/y – MM/y"}
}
yMEd{
- M{"E, dd/MM/y - E, dd/MM/y"}
- d{"E, dd/MM/y - E, dd/MM/y"}
- y{"E, dd/MM/y - E, dd/MM/y"}
+ M{"E, dd/MM/y – E, dd/MM/y"}
+ d{"E, dd/MM/y – E, dd/MM/y"}
+ y{"E, dd/MM/y – E, dd/MM/y"}
}
yMMM{
M{"MMM – MMM 'de' y"}
- y{"MMM 'de' y - MMM 'de' y"}
+ y{"MMM 'de' y – MMM 'de' y"}
}
yMMMEd{
- M{"E, d 'de' MMM - E, d 'de' MMM 'de' y"}
- d{"E, d - E, d 'de' MMM 'de' y"}
- y{"E, d 'de' MMM 'de' y - E, d 'de' MMM 'de' y"}
+ M{"E, d 'de' MMM – E, d 'de' MMM 'de' y"}
+ d{"E, d – E, d 'de' MMM 'de' y"}
+ y{"E, d 'de' MMM 'de' y – E, d 'de' MMM 'de' y"}
}
yMMMM{
- M{"MMMM - MMMM 'de' y"}
- y{"MMMM 'de' y - MMMM 'de' y"}
+ M{"MMMM – MMMM 'de' y"}
+ y{"MMMM 'de' y – MMMM 'de' y"}
}
yMMMd{
- M{"d 'de' MMM - d 'de' MMM 'de' y"}
+ M{"d 'de' MMM – d 'de' MMM 'de' y"}
d{"d – d 'de' MMM 'de' y"}
- y{"d 'de' MMM 'de' y - d 'de' MMM 'de' y"}
+ y{"d 'de' MMM 'de' y – d 'de' MMM 'de' y"}
}
yMd{
- M{"dd/MM/y - dd/MM/y"}
- d{"dd/MM/y - dd/MM/y"}
- y{"dd/MM/y - dd/MM/y"}
+ M{"dd/MM/y – dd/MM/y"}
+ d{"dd/MM/y – dd/MM/y"}
+ y{"dd/MM/y – dd/MM/y"}
}
}
monthNames{
@@ -1212,11 +1212,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Dia"}
diff --git a/icu4c/source/data/locales/pt_AO.txt b/icu4c/source/data/locales/pt_AO.txt
index 7fcdb99..1231ce4 100755
--- a/icu4c/source/data/locales/pt_AO.txt
+++ b/icu4c/source/data/locales/pt_AO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_AO.xml
diff --git a/icu4c/source/data/locales/pt_BR.txt b/icu4c/source/data/locales/pt_BR.txt
index dbc239d..ecbcccb 100644
--- a/icu4c/source/data/locales/pt_BR.txt
+++ b/icu4c/source/data/locales/pt_BR.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_BR.xml
diff --git a/icu4c/source/data/locales/pt_CV.txt b/icu4c/source/data/locales/pt_CV.txt
index e1fa168..4aaa580 100755
--- a/icu4c/source/data/locales/pt_CV.txt
+++ b/icu4c/source/data/locales/pt_CV.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_CV.xml
diff --git a/icu4c/source/data/locales/pt_GW.txt b/icu4c/source/data/locales/pt_GW.txt
index c38381f..6fe8fa3 100755
--- a/icu4c/source/data/locales/pt_GW.txt
+++ b/icu4c/source/data/locales/pt_GW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_GW.xml
diff --git a/icu4c/source/data/locales/pt_MO.txt b/icu4c/source/data/locales/pt_MO.txt
index a110289..4ee184e 100755
--- a/icu4c/source/data/locales/pt_MO.txt
+++ b/icu4c/source/data/locales/pt_MO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_MO.xml
diff --git a/icu4c/source/data/locales/pt_MZ.txt b/icu4c/source/data/locales/pt_MZ.txt
index 07e7697..5e498ea 100755
--- a/icu4c/source/data/locales/pt_MZ.txt
+++ b/icu4c/source/data/locales/pt_MZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_MZ.xml
diff --git a/icu4c/source/data/locales/pt_PT.txt b/icu4c/source/data/locales/pt_PT.txt
index ad05d0e..91bdcc5 100644
--- a/icu4c/source/data/locales/pt_PT.txt
+++ b/icu4c/source/data/locales/pt_PT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_PT.xml
@@ -108,7 +108,7 @@
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.13.23"}
calendar{
buddhist{
DateTimePatterns{
@@ -209,26 +209,26 @@
}
intervalFormats{
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- d{"E, d 'de' MMM - E, d 'de' MMM"}
+ d{"E, d 'de' MMM – E, d 'de' MMM"}
}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- h{"h:mm - h:mm a"}
+ h{"h:mm – h:mm a"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yMMMEd{
- d{"E, d 'de' MMM - E, d 'de' MMM 'de' y G"}
+ d{"E, d 'de' MMM – E, d 'de' MMM 'de' y G"}
}
yMMMM{
- M{"MMMM - MMMM 'de' y G"}
+ M{"MMMM – MMMM 'de' y G"}
}
}
}
@@ -276,30 +276,6 @@
yQQQ{"QQQQ 'de' y"}
yQQQQ{"QQQQ 'de' y"}
}
- dayNames{
- format{
- short{
- "do",
- "sg",
- "te",
- "qu",
- "qi",
- "sx",
- "sb",
- }
- }
- stand-alone{
- short{
- "do",
- "sg",
- "te",
- "qu",
- "qi",
- "sx",
- "sb",
- }
- }
- }
eras{
abbreviated%variant{
"a.E.C.",
@@ -318,91 +294,36 @@
H{
H{"HH–HH"}
}
- Hm{
- H{"HH:mm - HH:mm"}
- m{"HH:mm - HH:mm"}
- }
- Hmv{
- H{"HH:mm - HH:mm v"}
- m{"HH:mm - HH:mm v"}
- }
- Hv{
- H{"HH - HH v"}
- }
M{
- M{"M-M"}
+ M{"M–M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- d{"E, d 'de' MMM - E, d 'de' MMM"}
+ d{"E, d 'de' MMM – E, d 'de' MMM"}
}
MMMd{
- d{"d-d 'de' MMM"}
+ d{"d–d 'de' MMM"}
}
d{
d{"d–d"}
}
h{
- a{"h a - h a"}
- h{"h-h a"}
- }
- hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm - h:mm a"}
- m{"h:mm - h:mm a"}
- }
- hmv{
- h{"h:mm - h:mm a v"}
- m{"h:mm - h:mm a v"}
- }
- hv{
- h{"h - h a v"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yMMM{
- M{"MMM-MMM 'de' y"}
+ M{"MMM–MMM 'de' y"}
}
yMMMEd{
- d{"E, d 'de' MMM - E, d 'de' MMM 'de' y"}
+ d{"E, d 'de' MMM – E, d 'de' MMM 'de' y"}
}
yMMMd{
- d{"d-d 'de' MMM 'de' y"}
- }
- }
- monthNames{
- stand-alone{
- abbreviated{
- "Jan",
- "Fev",
- "Mar",
- "Abr",
- "Mai",
- "Jun",
- "Jul",
- "Ago",
- "Set",
- "Out",
- "Nov",
- "Dez",
- }
- wide{
- "Janeiro",
- "Fevereiro",
- "Março",
- "Abril",
- "Maio",
- "Junho",
- "Julho",
- "Agosto",
- "Setembro",
- "Outubro",
- "Novembro",
- "Dezembro",
- }
+ d{"d–d 'de' MMM 'de' y"}
}
}
quarters{
@@ -530,9 +451,6 @@
}
}
}
- dayperiod{
- dn{"Da manhã/da tarde"}
- }
hour{
relativeTime{
future{
@@ -740,14 +658,9 @@
}
}
}
- measurementSystemNames{
- UK{"Reino Unido"}
- US{"Estados Unidos"}
- metric{"Métrico"}
- }
transformNames{
x-Accents{"Acentos"}
- x-Fullwidth{"Largura Completa"}
- x-Halfwidth{"Meia Largura"}
+ x-Fullwidth{"Largura completa"}
+ x-Halfwidth{"Meia largura"}
}
}
diff --git a/icu4c/source/data/locales/pt_ST.txt b/icu4c/source/data/locales/pt_ST.txt
index 165922a..30724b7 100755
--- a/icu4c/source/data/locales/pt_ST.txt
+++ b/icu4c/source/data/locales/pt_ST.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_ST.xml
diff --git a/icu4c/source/data/locales/pt_TL.txt b/icu4c/source/data/locales/pt_TL.txt
index 802ec97..819fe94 100755
--- a/icu4c/source/data/locales/pt_TL.txt
+++ b/icu4c/source/data/locales/pt_TL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/pt_TL.xml
diff --git a/icu4c/source/data/locales/qu.txt b/icu4c/source/data/locales/qu.txt
index 3bb9bb9..1324155 100644
--- a/icu4c/source/data/locales/qu.txt
+++ b/icu4c/source/data/locales/qu.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/qu.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/qu.xml
- */
qu{
AuxExemplarCharacters{
"[á à ă â å ä ã ā æ b c ç d e é è ĕ ê ë ē f g í ì ĭ î ï ī j o ó ò ŏ ô ö ø ō œ"
@@ -16,9 +13,6 @@
}
ExemplarCharacters{"[a {ch} {chʼ} h i k {kʼ} l {ll} m n ñ p {pʼ} q {qʼ} s t {tʼ} u w y]"}
ExemplarCharactersIndex{"[A {Ch} H I K L {Ll} M N Ñ P Q S T U W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/qu_BO.txt b/icu4c/source/data/locales/qu_BO.txt
index 0b228d3..f2cd59b 100644
--- a/icu4c/source/data/locales/qu_BO.txt
+++ b/icu4c/source/data/locales/qu_BO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/qu_BO.xml
diff --git a/icu4c/source/data/locales/qu_EC.txt b/icu4c/source/data/locales/qu_EC.txt
index 46a0675..4448a4f 100644
--- a/icu4c/source/data/locales/qu_EC.txt
+++ b/icu4c/source/data/locales/qu_EC.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/qu_EC.xml
diff --git a/icu4c/source/data/locales/qu_PE.txt b/icu4c/source/data/locales/qu_PE.txt
index be3be93..7d43742 100644
--- a/icu4c/source/data/locales/qu_PE.txt
+++ b/icu4c/source/data/locales/qu_PE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/qu_PE.xml
diff --git a/icu4c/source/data/locales/resfiles.mk b/icu4c/source/data/locales/resfiles.mk
index ae5eff3..c3619af 100644
--- a/icu4c/source/data/locales/resfiles.mk
+++ b/icu4c/source/data/locales/resfiles.mk
@@ -1,4 +1,4 @@
-# * Copyright (C) 1998-2014, International Business Machines
+# * Copyright (C) 1998-2015, International Business Machines
# * Corporation and others. All Rights Reserved.
GENRB_CLDR_VERSION = %version%
# A list of txt's to build
@@ -165,20 +165,20 @@
sr.txt sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt\
sr_Cyrl_XK.txt sr_Latn.txt sr_Latn_BA.txt sr_Latn_ME.txt sr_Latn_RS.txt\
sr_Latn_XK.txt sv.txt sv_AX.txt sv_FI.txt sv_SE.txt\
- sw.txt sw_KE.txt sw_TZ.txt sw_UG.txt swc.txt\
- swc_CD.txt ta.txt ta_IN.txt ta_LK.txt ta_MY.txt\
- ta_SG.txt te.txt te_IN.txt teo.txt teo_KE.txt\
- teo_UG.txt th.txt th_TH.txt ti.txt ti_ER.txt\
- ti_ET.txt to.txt to_TO.txt tr.txt tr_CY.txt\
- tr_TR.txt twq.txt twq_NE.txt tzm.txt tzm_Latn.txt\
- tzm_Latn_MA.txt ug.txt ug_Arab.txt ug_Arab_CN.txt uk.txt\
- uk_UA.txt ur.txt ur_IN.txt ur_PK.txt uz.txt\
- uz_Arab.txt uz_Arab_AF.txt uz_Cyrl.txt uz_Cyrl_UZ.txt uz_Latn.txt\
- uz_Latn_UZ.txt vai.txt vai_Latn.txt vai_Latn_LR.txt vai_Vaii.txt\
- vai_Vaii_LR.txt vi.txt vi_VN.txt vun.txt vun_TZ.txt\
- wae.txt wae_CH.txt xog.txt xog_UG.txt yav.txt\
- yav_CM.txt yi.txt yi_001.txt yo.txt yo_BJ.txt\
- yo_NG.txt zgh.txt zgh_MA.txt zh.txt zh_Hans.txt\
- zh_Hans_CN.txt zh_Hans_HK.txt zh_Hans_MO.txt zh_Hans_SG.txt zh_Hant.txt\
- zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt zu.txt zu_ZA.txt
+ sw.txt sw_CD.txt sw_KE.txt sw_TZ.txt sw_UG.txt\
+ ta.txt ta_IN.txt ta_LK.txt ta_MY.txt ta_SG.txt\
+ te.txt te_IN.txt teo.txt teo_KE.txt teo_UG.txt\
+ th.txt th_TH.txt ti.txt ti_ER.txt ti_ET.txt\
+ to.txt to_TO.txt tr.txt tr_CY.txt tr_TR.txt\
+ twq.txt twq_NE.txt tzm.txt tzm_Latn.txt tzm_Latn_MA.txt\
+ ug.txt ug_Arab.txt ug_Arab_CN.txt uk.txt uk_UA.txt\
+ ur.txt ur_IN.txt ur_PK.txt uz.txt uz_Arab.txt\
+ uz_Arab_AF.txt uz_Cyrl.txt uz_Cyrl_UZ.txt uz_Latn.txt uz_Latn_UZ.txt\
+ vai.txt vai_Latn.txt vai_Latn_LR.txt vai_Vaii.txt vai_Vaii_LR.txt\
+ vi.txt vi_VN.txt vun.txt vun_TZ.txt wae.txt\
+ wae_CH.txt xog.txt xog_UG.txt yav.txt yav_CM.txt\
+ yi.txt yi_001.txt yo.txt yo_BJ.txt yo_NG.txt\
+ zgh.txt zgh_MA.txt zh.txt zh_Hans.txt zh_Hans_CN.txt\
+ zh_Hans_HK.txt zh_Hans_MO.txt zh_Hans_SG.txt zh_Hant.txt zh_Hant_HK.txt\
+ zh_Hant_MO.txt zh_Hant_TW.txt zu.txt zu_ZA.txt
diff --git a/icu4c/source/data/locales/rm.txt b/icu4c/source/data/locales/rm.txt
index a5244a0..2ab49ca 100644
--- a/icu4c/source/data/locales/rm.txt
+++ b/icu4c/source/data/locales/rm.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rm.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rm.xml
- */
rm{
AuxExemplarCharacters{"[á ă â å ä ā æ ç ĕ ê ë ē í ĭ î ï ī ñ ó ŏ ô ö ø ō œ ú ŭ û ü ū ÿ]"}
ExemplarCharacters{"[a à b c d e é è f g h i ì j k l m n o ò p q r s t u ù v w x y z]"}
ExemplarCharactersIndex{"[A À B C D E É È F G H I Ì J K L M N O Ò P Q R S T U Ù V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -38,7 +32,7 @@
}
}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -88,83 +82,83 @@
}
intervalFormats{
M{
- M{"M.-M."}
+ M{"M.–M."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d.-d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d.–d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"d.-d."}
+ d{"d.–d."}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y"}
- d{"E, d. - E, d. MMM y"}
- y{"E, d. MMM y - E, d. MMM y"}
+ M{"E, d. MMM – E, d. MMM y"}
+ d{"E, d. – E, d. MMM y"}
+ y{"E, d. MMM y – E, d. MMM y"}
}
yMMMM{
M{"MM – MM.y"}
y{"MM.y – MM.y"}
}
yMMMd{
- M{"d. MMM - d. MMM y"}
- d{"d.-d. MMM y"}
- y{"d. MMM y - d. MMM y"}
+ M{"d. MMM – d. MMM y"}
+ d{"d.–d. MMM y"}
+ y{"d. MMM y – d. MMM y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
}
@@ -263,83 +257,83 @@
}
intervalFormats{
M{
- M{"M.-M."}
+ M{"M.–M."}
}
MEd{
- M{"E, dd.MM. - E, dd.MM."}
- d{"E, dd.MM. - E, dd.MM."}
+ M{"E, dd.MM. – E, dd.MM."}
+ d{"E, dd.MM. – E, dd.MM."}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d.-d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d.–d. MMM"}
}
Md{
- M{"dd.MM. - dd.MM."}
- d{"dd.MM. - dd.MM."}
+ M{"dd.MM. – dd.MM."}
+ d{"dd.MM. – dd.MM."}
}
d{
- d{"d.-d."}
+ d{"d.–d."}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y"}
- d{"E, d. - E, d. MMM y"}
- y{"E, d. MMM y - E, d. MMM y"}
+ M{"E, d. MMM – E, d. MMM y"}
+ d{"E, d. – E, d. MMM y"}
+ y{"E, d. MMM y – E, d. MMM y"}
}
yMMMM{
M{"MM – MM.y"}
y{"MM.y – MM.y"}
}
yMMMd{
- M{"d. MMM - d. MMM y"}
- d{"d.-d. MMM y"}
- y{"d. MMM y - d. MMM y"}
+ M{"d. MMM – d. MMM y"}
+ d{"d.–d. MMM y"}
+ y{"d. MMM y – d. MMM y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -408,11 +402,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Tag"}
diff --git a/icu4c/source/data/locales/rm_CH.txt b/icu4c/source/data/locales/rm_CH.txt
index 07e782d..8fac732 100755
--- a/icu4c/source/data/locales/rm_CH.txt
+++ b/icu4c/source/data/locales/rm_CH.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rm_CH.xml
diff --git a/icu4c/source/data/locales/rn.txt b/icu4c/source/data/locales/rn.txt
index 3ea197e..e1a7d5b 100755
--- a/icu4c/source/data/locales/rn.txt
+++ b/icu4c/source/data/locales/rn.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rn.xml
- */
rn{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/rn_BI.txt b/icu4c/source/data/locales/rn_BI.txt
index f611ff2..97c4155 100755
--- a/icu4c/source/data/locales/rn_BI.txt
+++ b/icu4c/source/data/locales/rn_BI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rn_BI.xml
diff --git a/icu4c/source/data/locales/ro.txt b/icu4c/source/data/locales/ro.txt
index fab6d1a..0b0ffa5 100644
--- a/icu4c/source/data/locales/ro.txt
+++ b/icu4c/source/data/locales/ro.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ro.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ro.xml
- */
ro{
AuxExemplarCharacters{"[á à å ä ç é è ê ë ñ ö q ş ţ ü w y]"}
Ellipsis{
@@ -22,9 +19,6 @@
ExemplarCharacters{"[a ă â b c d e f g h i î j k l m n o p r s ș t ț u v x z]"}
ExemplarCharactersIndex{"[A Ă Â B C D E F G H I Î J K L M N O P Q R S Ș T Ț U V W X Y Z]"}
ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ \u0022 “ ” „ « » ( ) \\[ \\] @ * /]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"..."}
NumberElements{
default{"latn"}
@@ -186,7 +180,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -313,97 +307,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d MMM - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d MMM – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM.y - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM.y – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y G"}
- d{"E, dd.MM.y - E, dd.MM.y G"}
- y{"E, dd.MM.y - E, dd.MM.y G"}
+ M{"E, dd.MM.y – E, dd.MM.y G"}
+ d{"E, dd.MM.y – E, dd.MM.y G"}
+ y{"E, dd.MM.y – E, dd.MM.y G"}
}
yMMM{
- M{"MMM-MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM–MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y G"}
- d{"E, d MMM - E, d MMM y G"}
- y{"E, d MMM y - E, d MMM y G"}
+ M{"E, d MMM – E, d MMM y G"}
+ d{"E, d MMM – E, d MMM y G"}
+ y{"E, d MMM y – E, d MMM y G"}
}
yMMMM{
- M{"MMMM-MMMM y G"}
+ M{"MMMM–MMMM y G"}
y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d MMM - d MMM y G"}
- d{"d-d MMM y G"}
- y{"d MMM y - d MMM y G"}
+ M{"d MMM – d MMM y G"}
+ d{"d–d MMM y G"}
+ y{"d MMM y – d MMM y G"}
}
yMd{
- M{"dd.MM.y - dd.MM.y G"}
- d{"dd.MM.y - dd.MM.y G"}
- y{"dd.MM.y - dd.MM.y G"}
+ M{"dd.MM.y – dd.MM.y G"}
+ d{"dd.MM.y – dd.MM.y G"}
+ y{"dd.MM.y – dd.MM.y G"}
}
}
}
@@ -574,97 +568,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH:mm-HH:mm"}
- m{"HH:mm-HH:mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH:mm-HH:mm v"}
- m{"HH:mm-HH:mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d MMM - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d MMM – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"E, dd.MM.y - E, dd.MM.y"}
- d{"E, dd.MM.y - E, dd.MM.y"}
- y{"E, dd.MM.y - E, dd.MM.y"}
+ M{"E, dd.MM.y – E, dd.MM.y"}
+ d{"E, dd.MM.y – E, dd.MM.y"}
+ y{"E, dd.MM.y – E, dd.MM.y"}
}
yMMM{
- M{"MMM-MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM–MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y"}
- d{"E, d MMM - E, d MMM y"}
- y{"E, d MMM y - E, d MMM y"}
+ M{"E, d MMM – E, d MMM y"}
+ d{"E, d MMM – E, d MMM y"}
+ y{"E, d MMM y – E, d MMM y"}
}
yMMMM{
- M{"MMMM - MMMM y"}
+ M{"MMMM – MMMM y"}
y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM - d MMM y"}
- d{"d-d MMM y"}
- y{"d MMM y - d MMM y"}
+ M{"d MMM – d MMM y"}
+ d{"d–d MMM y"}
+ y{"d MMM y – d MMM y"}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -886,11 +880,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Zi"}
diff --git a/icu4c/source/data/locales/ro_MD.txt b/icu4c/source/data/locales/ro_MD.txt
index 4780782..e9af73a 100644
--- a/icu4c/source/data/locales/ro_MD.txt
+++ b/icu4c/source/data/locales/ro_MD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ro_MD.xml
diff --git a/icu4c/source/data/locales/ro_RO.txt b/icu4c/source/data/locales/ro_RO.txt
index 6d25e03..6997277 100644
--- a/icu4c/source/data/locales/ro_RO.txt
+++ b/icu4c/source/data/locales/ro_RO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ro_RO.xml
diff --git a/icu4c/source/data/locales/rof.txt b/icu4c/source/data/locales/rof.txt
index 86675e0..84a93e9 100755
--- a/icu4c/source/data/locales/rof.txt
+++ b/icu4c/source/data/locales/rof.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rof.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rof.xml
- */
rof{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/rof_TZ.txt b/icu4c/source/data/locales/rof_TZ.txt
index 059dfb9..89795e5 100755
--- a/icu4c/source/data/locales/rof_TZ.txt
+++ b/icu4c/source/data/locales/rof_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rof_TZ.xml
diff --git a/icu4c/source/data/locales/root.txt b/icu4c/source/data/locales/root.txt
index 3588d43..2cfe327c 100644
--- a/icu4c/source/data/locales/root.txt
+++ b/icu4c/source/data/locales/root.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/root.xml
@@ -21,9 +21,6 @@
}
ExemplarCharacters{"[]"}
ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ( ) \\[ \\] \\{ \\}]"}
- LocaleScript{
- "Zyyy",
- }
MoreInformation{"?"}
NumberElements{
arab{
@@ -324,7 +321,7 @@
}
}
}
- Version{"2.1.7.12"}
+ Version{"2.1.12.90"}
calendar{
buddhist{
AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
@@ -354,10 +351,10 @@
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
- "U MMMM d, EEEE",
- "U MMMM d",
- "U MMM d",
- "y-MM-dd",
+ "r(U) MMMM d, EEEE",
+ "r(U) MMMM d",
+ "r MMM d",
+ "r-MM-dd",
"{1} {0}",
"{1} {0}",
"{1} {0}",
@@ -382,10 +379,10 @@
availableFormats{
E{"ccc"}
Ed{"d, E"}
- Gy{"U"}
- GyMMM{"U MMM"}
- GyMMMEd{"U MMM d, E"}
- GyMMMd{"U MMM d"}
+ Gy{"r U"}
+ GyMMM{"r(U) MMM"}
+ GyMMMEd{"r(U) MMM d, E"}
+ GyMMMd{"r MMM d"}
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
@@ -395,22 +392,26 @@
MMMEd{"MMM d, E"}
MMMd{"MMM d"}
Md{"MM-dd"}
+ UM{"U MM"}
+ UMMM{"U MMM"}
+ UMMMd{"U MMM d"}
+ UMd{"U MM-d"}
d{"d"}
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
ms{"mm:ss"}
- y{"U"}
- yMd{"y-MM-dd"}
- yyyy{"U"}
- yyyyM{"y-MM"}
- yyyyMEd{"y-MM-dd, E"}
- yyyyMMM{"U MMM"}
- yyyyMMMEd{"U MMM d, E"}
- yyyyMMMd{"U MMM d"}
- yyyyMd{"y-MM-dd"}
- yyyyQQQ{"U QQQ"}
- yyyyQQQQ{"U QQQQ"}
+ y{"r(U)"}
+ yMd{"r-MM-dd"}
+ yyyy{"r(U)"}
+ yyyyM{"r-MM"}
+ yyyyMEd{"r-MM-dd, E"}
+ yyyyMMM{"r(U) MMM"}
+ yyyyMMMEd{"r(U) MMM d, E"}
+ yyyyMMMd{"r MMM d"}
+ yyyyMd{"r-MM-dd"}
+ yyyyQQQ{"r(U) QQQ"}
+ yyyyQQQQ{"r(U) QQQQ"}
}
cyclicNameSets{
dayParts{
@@ -1128,6 +1129,8 @@
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"MM-dd, E"}
MMM{"LLL"}
@@ -1138,6 +1141,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"y-MM"}
@@ -2164,11 +2169,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Day"}
@@ -2413,5 +2413,4 @@
US{"US"}
metric{"Metric"}
}
- units:alias{"/LOCALE/unitsShort"}
}
diff --git a/icu4c/source/data/locales/ru.txt b/icu4c/source/data/locales/ru.txt
index 7e86c2f..927938a 100644
--- a/icu4c/source/data/locales/ru.txt
+++ b/icu4c/source/data/locales/ru.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ru.xml
- */
ru{
AuxExemplarCharacters{
"[{а\u0301} {е\u0301} {и\u0301} {о\u0301} {у\u0301} {ы\u0301} {э\u0301} {ю"
@@ -28,9 +25,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ « » ( ) \\[ \\] \\{ \\} § @ * / "
"\\& #]"
}
- LocaleScript{
- "Cyrl",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -216,7 +210,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.13.53"}
calendar{
buddhist{
eras{
@@ -511,7 +505,7 @@
"H:mm",
"EEEE, d MMMM y 'г'. G",
"d MMMM y 'г'. G",
- "dd.MM.y G",
+ "d MMM y 'г'. G",
"dd.MM.y G",
"{1}, {0}",
"{1}, {0}",
@@ -554,100 +548,100 @@
}
intervalFormats{
H{
- H{"H-H"}
+ H{"H–H"}
}
Hm{
- H{"H:mm-H:mm"}
- m{"H:mm-H:mm"}
+ H{"H:mm–H:mm"}
+ m{"H:mm–H:mm"}
}
Hmv{
- H{"H:mm-H:mm v"}
- m{"H:mm-H:mm v"}
+ H{"H:mm–H:mm v"}
+ m{"H:mm–H:mm v"}
}
Hv{
- H{"H-H v"}
+ H{"H–H v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"LLL-MMM"}
+ M{"LLL-LLL"}
}
MMMEd{
- M{"ccc, d MMM - ccc, d MMM"}
+ M{"ccc, d MMM – ccc, d MMM"}
d{"ccc, d - E, d MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y G"}
+ y{"y–y G"}
}
yM{
- M{"MM.y - MM.y G"}
- y{"MM.y - MM.y G"}
+ M{"MM.y – MM.y G"}
+ y{"MM.y – MM.y G"}
}
yMEd{
- M{"ccc, dd.MM.y - ccc, dd.MM.y G"}
- d{"ccc, dd.MM.y - ccc, dd.MM.y G"}
- y{"ccc, dd.MM.y - ccc, dd.MM.y G"}
+ M{"ccc, dd.MM.y – ccc, dd.MM.y G"}
+ d{"ccc, dd.MM.y – ccc, dd.MM.y G"}
+ y{"ccc, dd.MM.y – ccc, dd.MM.y G"}
}
yMMM{
- M{"LLL-LLL y 'г'. G"}
- y{"LLL y - LLL y 'г'. G"}
+ M{"LLL–LLL y 'г'. G"}
+ y{"LLL y – LLL y 'г'. G"}
}
yMMMEd{
- M{"ccc, d MMM - ccc, d MMM y 'г'. G"}
- d{"ccc, d - ccc, d MMM y 'г'. G"}
- y{"ccc, d MMM y - ccc, d MMM y 'г'. G"}
+ M{"ccc, d MMM – ccc, d MMM y 'г'. G"}
+ d{"ccc, d – ccc, d MMM y 'г'. G"}
+ y{"ccc, d MMM y – ccc, d MMM y 'г'. G"}
}
yMMMM{
- M{"LLLL-LLLL y 'г'. G"}
- y{"LLLL y - LLLL y 'г'. G"}
+ M{"LLLL–LLLL y 'г'. G"}
+ y{"LLLL y – LLLL y 'г'. G"}
}
yMMMd{
- M{"d MMM - d MMM y 'г'. G"}
- d{"d-d MMM y 'г'. G"}
- y{"d MMM y - d MMM y 'г'. G"}
+ M{"d MMM – d MMM y 'г'. G"}
+ d{"d–d MMM y 'г'. G"}
+ y{"d MMM y – d MMM y 'г'. G"}
}
yMd{
- M{"dd.MM.y - dd.MM.y G"}
- d{"dd.MM.y - dd.MM.y G"}
- y{"dd.MM.y - dd.MM.y G"}
+ M{"dd.MM.y – dd.MM.y G"}
+ d{"dd.MM.y – dd.MM.y G"}
+ y{"dd.MM.y – dd.MM.y G"}
}
}
}
@@ -698,6 +692,8 @@
H{"H"}
Hm{"H:mm"}
Hms{"H:mm:ss"}
+ Hmsv{"H:mm:ss v"}
+ Hmv{"H:mm v"}
M{"L"}
MEd{"E, dd.MM"}
MMM{"LLL"}
@@ -709,6 +705,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yLLLL{"LLLL y"}
@@ -817,100 +815,100 @@
}
intervalFormats{
H{
- H{"H-H"}
+ H{"H–H"}
}
Hm{
- H{"H:mm-H:mm"}
- m{"H:mm-H:mm"}
+ H{"H:mm–H:mm"}
+ m{"H:mm–H:mm"}
}
Hmv{
- H{"H:mm-H:mm v"}
- m{"H:mm-H:mm v"}
+ H{"H:mm–H:mm v"}
+ m{"H:mm–H:mm v"}
}
Hv{
- H{"H-H v"}
+ H{"H–H v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, dd.MM - E, dd.MM"}
- d{"E, dd.MM - E, dd.MM"}
+ M{"E, dd.MM – E, dd.MM"}
+ d{"E, dd.MM – E, dd.MM"}
}
MMM{
- M{"LLL-MMM"}
+ M{"LLL-LLL"}
}
MMMEd{
- M{"ccc, d MMM - ccc, d MMM"}
+ M{"ccc, d MMM – ccc, d MMM"}
d{"ccc, d - E, d MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d-d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d–d MMM"}
}
Md{
- M{"dd.MM - dd.MM"}
- d{"dd.MM - dd.MM"}
+ M{"dd.MM – dd.MM"}
+ d{"dd.MM – dd.MM"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm-h:mm a"}
- m{"h:mm-h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm-h:mm a v"}
- m{"h:mm-h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"MM.y - MM.y"}
- y{"MM.y - MM.y"}
+ M{"MM.y – MM.y"}
+ y{"MM.y – MM.y"}
}
yMEd{
- M{"ccc, dd.MM.y - ccc, dd.MM.y"}
- d{"ccc, dd.MM.y - ccc, dd.MM.y"}
- y{"ccc, dd.MM.y - ccc, dd.MM.y"}
+ M{"ccc, dd.MM.y – ccc, dd.MM.y"}
+ d{"ccc, dd.MM.y – ccc, dd.MM.y"}
+ y{"ccc, dd.MM.y – ccc, dd.MM.y"}
}
yMMM{
- M{"LLL-LLL y 'г'."}
- y{"LLL y - LLL y 'г'."}
+ M{"LLL–LLL y 'г'."}
+ y{"LLL y – LLL y 'г'."}
}
yMMMEd{
- M{"ccc, d MMM - ccc, d MMM y 'г'."}
- d{"ccc, d - ccc, d MMM y 'г'."}
- y{"ccc, d MMM y - ccc, d MMM y 'г'."}
+ M{"ccc, d MMM – ccc, d MMM y 'г'."}
+ d{"ccc, d – ccc, d MMM y 'г'."}
+ y{"ccc, d MMM y – ccc, d MMM y 'г'."}
}
yMMMM{
- M{"LLLL-LLLL y 'г'."}
- y{"LLLL y - LLLL y 'г'."}
+ M{"LLLL–LLLL y 'г'."}
+ y{"LLLL y – LLLL y 'г'."}
}
yMMMd{
- M{"d MMM - d MMM y 'г'."}
- d{"d-d MMM y 'г'."}
- y{"d MMM y - d MMM y 'г'."}
+ M{"d MMM – d MMM y 'г'."}
+ d{"d–d MMM y 'г'."}
+ y{"d MMM y – d MMM y 'г'."}
}
yMd{
- M{"dd.MM.y - dd.MM.y"}
- d{"dd.MM.y - dd.MM.y"}
- y{"dd.MM.y - dd.MM.y"}
+ M{"dd.MM.y – dd.MM.y"}
+ d{"dd.MM.y – dd.MM.y"}
+ y{"dd.MM.y – dd.MM.y"}
}
}
monthNames{
@@ -1655,11 +1653,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"День"}
diff --git a/icu4c/source/data/locales/ru_BY.txt b/icu4c/source/data/locales/ru_BY.txt
index 21d45ae..07dfac2 100755
--- a/icu4c/source/data/locales/ru_BY.txt
+++ b/icu4c/source/data/locales/ru_BY.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_BY.xml
diff --git a/icu4c/source/data/locales/ru_KG.txt b/icu4c/source/data/locales/ru_KG.txt
index 7e17242..6847a79 100755
--- a/icu4c/source/data/locales/ru_KG.txt
+++ b/icu4c/source/data/locales/ru_KG.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_KG.xml
diff --git a/icu4c/source/data/locales/ru_KZ.txt b/icu4c/source/data/locales/ru_KZ.txt
index 5ffd156..1d90fd5 100755
--- a/icu4c/source/data/locales/ru_KZ.txt
+++ b/icu4c/source/data/locales/ru_KZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_KZ.xml
diff --git a/icu4c/source/data/locales/ru_MD.txt b/icu4c/source/data/locales/ru_MD.txt
index eb75852..87664d3 100755
--- a/icu4c/source/data/locales/ru_MD.txt
+++ b/icu4c/source/data/locales/ru_MD.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_MD.xml
diff --git a/icu4c/source/data/locales/ru_RU.txt b/icu4c/source/data/locales/ru_RU.txt
index c7b656a..9cb780b 100644
--- a/icu4c/source/data/locales/ru_RU.txt
+++ b/icu4c/source/data/locales/ru_RU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_RU.xml
diff --git a/icu4c/source/data/locales/ru_UA.txt b/icu4c/source/data/locales/ru_UA.txt
index ea0ae0f..dbcbec8 100644
--- a/icu4c/source/data/locales/ru_UA.txt
+++ b/icu4c/source/data/locales/ru_UA.txt
@@ -1,13 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ru_UA.xml
// *
// ***************************************************************************
ru_UA{
- Version{"2.1.8.19"}
+ Version{"2.1.12.48"}
calendar{
generic{
DateTimePatterns{
@@ -16,8 +16,8 @@
"HH:mm:ss",
"HH:mm",
"EEEE, d MMMM y 'г'. G",
- "d MMMM y G",
- "d MMM y G",
+ "d MMMM y 'г'. G",
+ "d MMM y 'г'. G",
"dd.MM.y G",
"{1}, {0}",
"{1}, {0}",
@@ -33,8 +33,8 @@
"HH:mm:ss",
"HH:mm",
"EEEE, d MMMM y 'г'.",
- "d MMMM y",
- "d MMM y",
+ "d MMMM y 'г'.",
+ "d MMM y 'г'.",
"dd.MM.yy",
"{1}, {0}",
"{1}, {0}",
@@ -42,9 +42,6 @@
"{1}, {0}",
"{1}, {0}",
}
- availableFormats{
- yMMMd{"d MMM y"}
- }
}
}
}
diff --git a/icu4c/source/data/locales/rw.txt b/icu4c/source/data/locales/rw.txt
index fd81e59..e632b10 100755
--- a/icu4c/source/data/locales/rw.txt
+++ b/icu4c/source/data/locales/rw.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rw.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rw.xml
- */
rw{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
symbols{
diff --git a/icu4c/source/data/locales/rw_RW.txt b/icu4c/source/data/locales/rw_RW.txt
index 238a312..54c1e4f 100755
--- a/icu4c/source/data/locales/rw_RW.txt
+++ b/icu4c/source/data/locales/rw_RW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rw_RW.xml
diff --git a/icu4c/source/data/locales/rwk.txt b/icu4c/source/data/locales/rwk.txt
index 064b84b..9ef46cc 100755
--- a/icu4c/source/data/locales/rwk.txt
+++ b/icu4c/source/data/locales/rwk.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rwk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/rwk.xml
- */
rwk{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/rwk_TZ.txt b/icu4c/source/data/locales/rwk_TZ.txt
index bdf277f..4bf4bd8 100755
--- a/icu4c/source/data/locales/rwk_TZ.txt
+++ b/icu4c/source/data/locales/rwk_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/rwk_TZ.xml
diff --git a/icu4c/source/data/locales/sah.txt b/icu4c/source/data/locales/sah.txt
index 0f77c7b..05efb4a 100644
--- a/icu4c/source/data/locales/sah.txt
+++ b/icu4c/source/data/locales/sah.txt
@@ -1,22 +1,16 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sah.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sah.xml
- */
sah{
AuxExemplarCharacters{"[в е ё ж з ф ц ш щ ъ ь ю я]"}
ExemplarCharacters{"[а б г ҕ д {дь} и й к л м н {нь} ҥ о ө п р с т у ү х һ ч ы э]"}
ExemplarCharactersIndex{"[А Б Г Ҕ Д {Дь} И Й К Л М Н {Нь} Ҥ О Ө П Р С Т У Ү Х Һ Ч Ы Э]"}
ExemplarCharactersPunctuation{"[\\:]"}
- LocaleScript{
- "Cyrl",
- }
NumberElements{
default{"latn"}
latn{
diff --git a/icu4c/source/data/locales/sah_RU.txt b/icu4c/source/data/locales/sah_RU.txt
index cd81b6c..1b7c138 100644
--- a/icu4c/source/data/locales/sah_RU.txt
+++ b/icu4c/source/data/locales/sah_RU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sah_RU.xml
diff --git a/icu4c/source/data/locales/saq.txt b/icu4c/source/data/locales/saq.txt
index 78c9e95..75ea748 100755
--- a/icu4c/source/data/locales/saq.txt
+++ b/icu4c/source/data/locales/saq.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/saq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/saq.xml
- */
saq{
AuxExemplarCharacters{"[f q x z]"}
ExemplarCharacters{"[a b c d e g h i j k l m n o p r s t u v w y]"}
ExemplarCharactersIndex{"[A B C D E G H I J K L M N O P R S T U V W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/saq_KE.txt b/icu4c/source/data/locales/saq_KE.txt
index f4e8f81..e7ceab8 100755
--- a/icu4c/source/data/locales/saq_KE.txt
+++ b/icu4c/source/data/locales/saq_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/saq_KE.xml
diff --git a/icu4c/source/data/locales/sbp.txt b/icu4c/source/data/locales/sbp.txt
index d88e697..03774b3 100755
--- a/icu4c/source/data/locales/sbp.txt
+++ b/icu4c/source/data/locales/sbp.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sbp.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sbp.xml
- */
sbp{
AuxExemplarCharacters{"[q r x z]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p s t u v w y]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P S T U V W Y]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/sbp_TZ.txt b/icu4c/source/data/locales/sbp_TZ.txt
index 1baf9ba..6d71f3d 100755
--- a/icu4c/source/data/locales/sbp_TZ.txt
+++ b/icu4c/source/data/locales/sbp_TZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sbp_TZ.xml
diff --git a/icu4c/source/data/locales/se.txt b/icu4c/source/data/locales/se.txt
index 3dd759c..8a717ef 100644
--- a/icu4c/source/data/locales/se.txt
+++ b/icu4c/source/data/locales/se.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/se.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/se.xml
- */
se{
AuxExemplarCharacters{"[à ç é è í ń ñ ó ò q ú w x y ü ø æ å ä ã ö]"}
ExemplarCharacters{"[a á b c č d đ e f g h i j k l m n ŋ o p r s š t ŧ u v z ž]"}
@@ -16,9 +13,6 @@
"[A Á B C Č D Đ E É F G H I J K L M N Ŋ O P Q R S Š T Ŧ U V W X Y Z Ž Ø Æ Å Ä"
" Ö]"
}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -280,11 +274,6 @@
quotationEnd{"”"}
quotationStart{"”"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"beaivi"}
diff --git a/icu4c/source/data/locales/se_FI.txt b/icu4c/source/data/locales/se_FI.txt
index bdcdfb4..aebb2c1 100644
--- a/icu4c/source/data/locales/se_FI.txt
+++ b/icu4c/source/data/locales/se_FI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/se_FI.xml
diff --git a/icu4c/source/data/locales/se_NO.txt b/icu4c/source/data/locales/se_NO.txt
index 9bf64e4..145fc39 100644
--- a/icu4c/source/data/locales/se_NO.txt
+++ b/icu4c/source/data/locales/se_NO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/se_NO.xml
diff --git a/icu4c/source/data/locales/se_SE.txt b/icu4c/source/data/locales/se_SE.txt
index 28d48f3..fd571a2 100644
--- a/icu4c/source/data/locales/se_SE.txt
+++ b/icu4c/source/data/locales/se_SE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/se_SE.xml
diff --git a/icu4c/source/data/locales/seh.txt b/icu4c/source/data/locales/seh.txt
index 0e50690..13519a2 100755
--- a/icu4c/source/data/locales/seh.txt
+++ b/icu4c/source/data/locales/seh.txt
@@ -1,23 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/seh.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/seh.xml
- */
seh{
ExemplarCharacters{
"[a á à â ã b c ç d e é ê f g h i í j k l m n o ó ò ô õ p q r s t u ú v w x y"
" z]"
}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -29,7 +23,7 @@
}
}
}
- Version{"2.1.6.69"}
+ Version{"2.1.10.42"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/seh_MZ.txt b/icu4c/source/data/locales/seh_MZ.txt
index 07d8849..cf14a6e 100755
--- a/icu4c/source/data/locales/seh_MZ.txt
+++ b/icu4c/source/data/locales/seh_MZ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/seh_MZ.xml
diff --git a/icu4c/source/data/locales/ses.txt b/icu4c/source/data/locales/ses.txt
index 18a9c59..a2743c0 100755
--- a/icu4c/source/data/locales/ses.txt
+++ b/icu4c/source/data/locales/ses.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ses.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/ses.xml
- */
ses{
AuxExemplarCharacters{"[v]"}
ExemplarCharacters{"[a ã b c d e ẽ f g h i j k l m n ɲ ŋ o õ p q r s š t u w x y z ž]"}
ExemplarCharactersIndex{"[A Ã B C D E Ẽ F G H I J K L M N Ɲ Ŋ O Õ P Q R S Š T U W X Y Z Ž]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/ses_ML.txt b/icu4c/source/data/locales/ses_ML.txt
index 9ab327d..abdf8c4 100755
--- a/icu4c/source/data/locales/ses_ML.txt
+++ b/icu4c/source/data/locales/ses_ML.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/ses_ML.xml
diff --git a/icu4c/source/data/locales/sg.txt b/icu4c/source/data/locales/sg.txt
index 1a0f24d..3e82777 100755
--- a/icu4c/source/data/locales/sg.txt
+++ b/icu4c/source/data/locales/sg.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sg.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sg.xml
- */
sg{
AuxExemplarCharacters{"[c q x]"}
ExemplarCharacters{"[a â ä b d e ê ë f g h i î ï j k l m n o ô ö p r s t u ù û ü v w y z]"}
ExemplarCharactersIndex{"[A B D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/sg_CF.txt b/icu4c/source/data/locales/sg_CF.txt
index 7181153..f3c0910 100755
--- a/icu4c/source/data/locales/sg_CF.txt
+++ b/icu4c/source/data/locales/sg_CF.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sg_CF.xml
diff --git a/icu4c/source/data/locales/sh.txt b/icu4c/source/data/locales/sh.txt
index 01e8e77..92016b4 100644
--- a/icu4c/source/data/locales/sh.txt
+++ b/icu4c/source/data/locales/sh.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sh_BA.txt b/icu4c/source/data/locales/sh_BA.txt
index 6759b40..56fcef4 100644
--- a/icu4c/source/data/locales/sh_BA.txt
+++ b/icu4c/source/data/locales/sh_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sh_CS.txt b/icu4c/source/data/locales/sh_CS.txt
index 553ebf6..30b8a4a 100644
--- a/icu4c/source/data/locales/sh_CS.txt
+++ b/icu4c/source/data/locales/sh_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sh_YU.txt b/icu4c/source/data/locales/sh_YU.txt
index 64e0f96..d15ea82 100644
--- a/icu4c/source/data/locales/sh_YU.txt
+++ b/icu4c/source/data/locales/sh_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/shi.txt b/icu4c/source/data/locales/shi.txt
index eed56cb..a92b8a8 100755
--- a/icu4c/source/data/locales/shi.txt
+++ b/icu4c/source/data/locales/shi.txt
@@ -1,20 +1,14 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi.xml
- */
shi{
ExemplarCharacters{"[ⴰ ⴱ ⴳ {ⴳⵯ} ⴷ ⴹ ⴻ ⴼ ⴽ {ⴽⵯ} ⵀ ⵃ ⵄ ⵅ ⵇ ⵉ ⵊ ⵍ ⵎ ⵏ ⵓ ⵔ ⵕ ⵖ ⵙ ⵚ ⵛ ⵜ ⵟ ⵡ ⵢ ⵣ ⵥ]"}
ExemplarCharactersIndex{"[ⴰ ⴱ ⴳ ⴷ ⴹ ⴻ ⴼ ⴽ ⵀ ⵃ ⵄ ⵅ ⵇ ⵉ ⵊ ⵍ ⵎ ⵏ ⵓ ⵔ ⵕ ⵖ ⵙ ⵚ ⵛ ⵜ ⵟ ⵡ ⵢ ⵣ ⵥ]"}
- LocaleScript{
- "Tfng",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/shi_Latn.txt b/icu4c/source/data/locales/shi_Latn.txt
index 7249e9e..07d0a41 100755
--- a/icu4c/source/data/locales/shi_Latn.txt
+++ b/icu4c/source/data/locales/shi_Latn.txt
@@ -1,22 +1,16 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi_Latn.xml
- */
shi_Latn{
%%Parent{"root"}
AuxExemplarCharacters{"[o p v]"}
ExemplarCharacters{"[a b c d ḍ e ɛ f g {gʷ} ɣ h ḥ i j k {kʷ} l m n q r ṛ s ṣ t ṭ u w x y z]"}
ExemplarCharactersIndex{"[A B C D Ḍ E Ɛ F G {Gʷ} Ɣ H Ḥ I J K {Kʷ} L M N Q R Ṛ S Ṣ T Ṭ U W X Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/shi_Latn_MA.txt b/icu4c/source/data/locales/shi_Latn_MA.txt
index e65be17..3f3cdca 100755
--- a/icu4c/source/data/locales/shi_Latn_MA.txt
+++ b/icu4c/source/data/locales/shi_Latn_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi_Latn_MA.xml
diff --git a/icu4c/source/data/locales/shi_MA.txt b/icu4c/source/data/locales/shi_MA.txt
index 00a0947..872f116 100755
--- a/icu4c/source/data/locales/shi_MA.txt
+++ b/icu4c/source/data/locales/shi_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/shi_Tfng.txt b/icu4c/source/data/locales/shi_Tfng.txt
index e91bf4f..e7b5abe 100755
--- a/icu4c/source/data/locales/shi_Tfng.txt
+++ b/icu4c/source/data/locales/shi_Tfng.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi_Tfng.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/shi_Tfng.xml
- */
shi_Tfng{
- LocaleScript{
- "Tfng",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/shi_Tfng_MA.txt b/icu4c/source/data/locales/shi_Tfng_MA.txt
index 95868fa..6af0ee8 100755
--- a/icu4c/source/data/locales/shi_Tfng_MA.txt
+++ b/icu4c/source/data/locales/shi_Tfng_MA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/shi_Tfng_MA.xml
diff --git a/icu4c/source/data/locales/si.txt b/icu4c/source/data/locales/si.txt
index 4a6a73d..2e8d729 100755
--- a/icu4c/source/data/locales/si.txt
+++ b/icu4c/source/data/locales/si.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/si.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/si.xml
- */
si{
AuxExemplarCharacters{"[\u200B\u200C\u200D ඎ ඏ ඐ ඦ ෳ]"}
Ellipsis{
@@ -28,9 +25,6 @@
"[අ ආ ඇ ඈ ඉ ඊ උ ඌ ඍ එ ඒ ඓ ඔ ඕ ඖ ක ඛ ග ඝ ඞ ඟ ච ඡ ජ ඣ ඥ ඤ ට ඨ ඩ ඪ ණ ඬ ත ථ ද ධ න"
" ඳ ප ඵ බ භ ම ඹ ය ර ල ව ශ ෂ ස හ ළ ෆ]"
}
- LocaleScript{
- "Sinh",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -167,7 +161,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -226,7 +220,7 @@
}
Hmv{
H{"HH:mm–HH:mm v"}
- m{"HHmm-HHmm v"}
+ m{"HHmm–HHmm v"}
}
Hv{
H{"HH–HH v"}
@@ -246,34 +240,34 @@
d{"MMM-d, E – MMM-d, E"}
}
MMMd{
- M{"MMM d - MMM d"}
- d{"MMM d-d"}
+ M{"MMM d – MMM d"}
+ d{"MMM d–d"}
}
Md{
- M{"M-d - M-d"}
- d{"M-d - M-d"}
+ M{"M-d – M-d"}
+ d{"M-d – M-d"}
}
d{
d{"d–d"}
}
fallback{"{0} – {1}"}
h{
- a{"a h - a h"}
- h{"a h-h"}
+ a{"a h – a h"}
+ h{"a h–h"}
}
hm{
- a{"a h:mm - a h:mm"}
- h{"a h.mm - h.mm"}
- m{"a h.mm - h.mm"}
+ a{"a h:mm – a h:mm"}
+ h{"a h.mm – h.mm"}
+ m{"a h.mm – h.mm"}
}
hmv{
- a{"a h.mm - a hhh.mm v"}
- h{"a h.mm - h.mm v"}
- m{"a h:mm - h.mm v"}
+ a{"a h.mm – a hhh.mm v"}
+ h{"a h.mm – h.mm v"}
+ m{"a h:mm – h.mm v"}
}
hv{
- a{"a h - a h v"}
- h{"a h - h vv"}
+ a{"a h – a h v"}
+ h{"a h – h vv"}
}
y{
y{"G y–y"}
@@ -289,21 +283,21 @@
}
yMMM{
M{"G y MMM–MMM"}
- y{"G y MMM - y MMM"}
+ y{"G y MMM – y MMM"}
}
yMMMEd{
- M{"G y MMM d, E - y MMM d, E"}
- d{"G y MMM d, E - y MMM d, E"}
- y{"G y MMM d, E - y MMM d, E"}
+ M{"G y MMM d, E – y MMM d, E"}
+ d{"G y MMM d, E – y MMM d, E"}
+ y{"G y MMM d, E – y MMM d, E"}
}
yMMMM{
- M{"G y MMMM - MMMM"}
- y{"G y MMMM - y MMMM"}
+ M{"G y MMMM – MMMM"}
+ y{"G y MMMM – y MMMM"}
}
yMMMd{
- M{"G y MMM d - MMM d"}
- d{"G y MMM d - d"}
- y{"G y MMM d - y MMM d"}
+ M{"G y MMM d – MMM d"}
+ d{"G y MMM d – d"}
+ y{"G y MMM d – y MMM d"}
}
yMd{
M{"G y-M-d – y-M-d"}
@@ -502,34 +496,34 @@
d{"MMM-d, E – MMM-d, E"}
}
MMMd{
- M{"MMM d - MMM d"}
- d{"MMM d-d"}
+ M{"MMM d – MMM d"}
+ d{"MMM d–d"}
}
Md{
- M{"M-d - M-d"}
- d{"M-d - M-d"}
+ M{"M-d – M-d"}
+ d{"M-d – M-d"}
}
d{
d{"d–d"}
}
fallback{"{0} – {1}"}
h{
- a{"a h - a h"}
- h{"a h-h"}
+ a{"a h – a h"}
+ h{"a h–h"}
}
hm{
- a{"a h.mm - a h.mm"}
- h{"a h.mm - h.mm"}
- m{"a h.mm - h.mm"}
+ a{"a h.mm – a h.mm"}
+ h{"a h.mm – h.mm"}
+ m{"a h.mm – h.mm"}
}
hmv{
- a{"a h.mm - a h.mm v"}
- h{"a h.mm - h.mm v"}
- m{"a h.mm - h.mm v"}
+ a{"a h.mm – a h.mm v"}
+ h{"a h.mm – h.mm v"}
+ m{"a h.mm – h.mm v"}
}
hv{
- a{"a h - a h v"}
- h{"a h - h v"}
+ a{"a h – a h v"}
+ h{"a h – h v"}
}
y{
y{"y–y"}
@@ -545,21 +539,21 @@
}
yMMM{
M{"y MMM–MMM"}
- y{"y MMM - y MMM"}
+ y{"y MMM – y MMM"}
}
yMMMEd{
- M{"y MMM d, E - y MMM d, E"}
- d{"y MMM d, E - y MMM d, E"}
- y{"y MMM d, E - y MMM d, E"}
+ M{"y MMM d, E – y MMM d, E"}
+ d{"y MMM d, E – y MMM d, E"}
+ y{"y MMM d, E – y MMM d, E"}
}
yMMMM{
- M{"y MMMM - MMMM"}
- y{"y MMMM - y MMMM"}
+ M{"y MMMM – MMMM"}
+ y{"y MMMM – y MMMM"}
}
yMMMd{
- M{"y MMM d - MMM d"}
- d{"y MMM d - d"}
- y{"y MMM d - y MMM d"}
+ M{"y MMM d – MMM d"}
+ d{"y MMM d – d"}
+ y{"y MMM d – y MMM d"}
}
yMd{
M{"y-M-d – y-M-d"}
@@ -707,11 +701,6 @@
quotationEnd{"”"}
quotationStart{"“"}
}
- durationUnits{
- hm{"h.mm"}
- hms{"h.mm.ss"}
- ms{"m.ss"}
- }
fields{
day{
dn{"දිනය"}
diff --git a/icu4c/source/data/locales/si_LK.txt b/icu4c/source/data/locales/si_LK.txt
index 04b0a9e..bff72e6 100755
--- a/icu4c/source/data/locales/si_LK.txt
+++ b/icu4c/source/data/locales/si_LK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/si_LK.xml
diff --git a/icu4c/source/data/locales/sk.txt b/icu4c/source/data/locales/sk.txt
index a223e5c..7573a02 100644
--- a/icu4c/source/data/locales/sk.txt
+++ b/icu4c/source/data/locales/sk.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sk.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sk.xml
- */
sk{
AuxExemplarCharacters{"[à ă â å ā æ ç è ĕ ê ë ē ì ĭ î ï ī ñ ò ŏ ö ø ō œ ř ù ŭ û ü ū ÿ]"}
Ellipsis{
@@ -25,9 +22,6 @@
}
ExemplarCharactersIndex{"[A Ä B C Č D Ď E F G H {CH} I J K L Ľ M N O Ô P Q R S Š T Ť U V W X Y Z Ž]"}
ExemplarCharactersPunctuation{"[\\- ‐ – , ; \\: ! ? . … ‘ ‚ “ „ ( ) \\[ \\] § @ * / \\&]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -213,7 +207,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -287,26 +281,26 @@
M{"M. – M."}
}
MEd{
- M{"E, d.M. - E, d.M."}
- d{"E, d.M. - E, d.M."}
+ M{"E, d.M. – E, d.M."}
+ d{"E, d.M. – E, d.M."}
}
MMM{
M{"LLL – LLL"}
}
MMMEd{
- M{"E, d. MMM - E, d. MMM"}
- d{"E, d. - E, d. MMM"}
+ M{"E, d. MMM – E, d. MMM"}
+ d{"E, d. – E, d. MMM"}
}
MMMM{
- M{"LLLL-LLLL"}
+ M{"LLLL–LLLL"}
}
MMMd{
- M{"d. MMM - d. MMM"}
- d{"d. - d. MMM"}
+ M{"d. MMM – d. MMM"}
+ d{"d. – d. MMM"}
}
Md{
- M{"d.M. - d.M."}
- d{"d.M. - d.M."}
+ M{"d.M. – d.M."}
+ d{"d.M. – d.M."}
}
d{
d{"d. – d."}
@@ -317,53 +311,53 @@
h{"h – h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm - h:mm a"}
- m{"h:mm - h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm – h:mm a"}
+ m{"h:mm – h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm - h:mm a v"}
- m{"h:mm - h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm – h:mm a v"}
+ m{"h:mm – h:mm a v"}
}
hv{
- a{"h a - h a v"}
+ a{"h a – h a v"}
h{"h – h a v"}
}
y{
- y{"y - y G"}
+ y{"y – y G"}
}
yM{
- M{"M.y - M.y G"}
- y{"M.y - M.y G"}
+ M{"M.y – M.y G"}
+ y{"M.y – M.y G"}
}
yMEd{
- M{"E, d.M.y - E, d.M.y G"}
- d{"E, d.M.y - E, d.M.y G"}
- y{"E, d.M.y - E, d.M.y G"}
+ M{"E, d.M.y – E, d.M.y G"}
+ d{"E, d.M.y – E, d.M.y G"}
+ y{"E, d.M.y – E, d.M.y G"}
}
yMMM{
- M{"LLL - LLL y G"}
- y{"LLL y - LLL y G"}
+ M{"LLL – LLL y G"}
+ y{"LLL y – LLL y G"}
}
yMMMEd{
- M{"E, d. MMM - E, d. MMM y G"}
- d{"E, d. - E, d. MMM y G"}
- y{"E, d. MMM y - E, d. MMM y G"}
+ M{"E, d. MMM – E, d. MMM y G"}
+ d{"E, d. – E, d. MMM y G"}
+ y{"E, d. MMM y – E, d. MMM y G"}
}
yMMMM{
- M{"LLLL - LLLL y G"}
- y{"LLLL y - LLLL y G"}
+ M{"LLLL – LLLL y G"}
+ y{"LLLL y – LLLL y G"}
}
yMMMd{
- M{"d. MMM - d. MMM y G"}
- d{"d. - d. MMM y G"}
- y{"d. MMM y - d. MMM y G"}
+ M{"d. MMM – d. MMM y G"}
+ d{"d. – d. MMM y G"}
+ y{"d. MMM y – d. MMM y G"}
}
yMd{
- M{"d.M.y - d.M.y G"}
- d{"d.M.y - d.M.y G"}
- y{"d.M.y - d.M.y G"}
+ M{"d.M.y – d.M.y G"}
+ d{"d.M.y – d.M.y G"}
+ y{"d.M.y – d.M.y G"}
}
}
}
@@ -793,11 +787,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"deň"}
diff --git a/icu4c/source/data/locales/sk_SK.txt b/icu4c/source/data/locales/sk_SK.txt
index ebae98e..59f1088 100644
--- a/icu4c/source/data/locales/sk_SK.txt
+++ b/icu4c/source/data/locales/sk_SK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sk_SK.xml
diff --git a/icu4c/source/data/locales/sl.txt b/icu4c/source/data/locales/sl.txt
index ca250f9..ca70b7c 100644
--- a/icu4c/source/data/locales/sl.txt
+++ b/icu4c/source/data/locales/sl.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sl.xml
- */
sl{
AuxExemplarCharacters{
"[á à ă â å ä ā æ ç ć đ é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ q ú ù ŭ û ü"
@@ -24,9 +21,6 @@
}
ExemplarCharacters{"[a b c č d e f g h i j k l m n o p r s š t u v z ž]"}
ExemplarCharactersIndex{"[A B C Č Ć D Đ E F G H I J K L M N O P Q R S Š T U V W X Y Z Ž]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -212,18 +206,18 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
- "HH.mm.ss zzzz",
- "HH.mm.ss z",
- "HH.mm.ss",
- "HH.mm",
+ "HH:mm:ss zzzz",
+ "HH:mm:ss z",
+ "HH:mm:ss",
+ "HH:mm",
"EEEE, dd. MMMM y G",
"dd. MMMM y G",
"d. MMM y G",
- "d. M. yy GGGGG", // android-changed: http://b/17431155
+ "d. MM. yy GGGGG",
"{1} {0}",
"{1} {0}",
"{1} {0}",
@@ -238,19 +232,19 @@
GyMMMEd{"E, d. MMM y G"}
GyMMMd{"d. MMM y G"}
H{"HH"}
- Hm{"HH.mm"}
- Hms{"HH.mm.ss"}
+ Hm{"HH:mm"}
+ Hms{"HH:mm:ss"}
M{"L"}
- MEd{"E, d. M."} // android-changed: http://b/17431155
+ MEd{"E, d. MM."}
MMM{"LLL"}
MMMEd{"E, d. MMM"}
MMMd{"d. MMM"}
Md{"d. M."}
d{"d"}
h{"h a"}
- hm{"h.mm a"}
- hms{"h.mm.ss a"}
- ms{"mm.ss"}
+ hm{"h:mm a"}
+ hms{"h:mm:ss a"}
+ ms{"mm:ss"}
y{"y"}
yyyy{"y G"}
yyyyM{"M/y G"}
@@ -268,12 +262,12 @@
H{"HH–HH"}
}
Hm{
- H{"HH.mm–HH.mm"}
- m{"HH.mm–HH.mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH.mm–HH.mm v"}
- m{"HH.mm–HH.mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
H{"HH–HH v"}
@@ -309,14 +303,14 @@
h{"h–h a"}
}
hm{
- a{"h.mm a – h.mm a"}
- h{"h.mm–h.mm a"}
- m{"h.mm–h.mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h.mm a – h.mm a v"}
- h{"h.mm–h.mm a v"}
- m{"h.mm–h.mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
a{"h a – h a v"}
@@ -369,14 +363,14 @@
"p",
}
DateTimePatterns{
- "HH.mm.ss zzzz",
- "HH.mm.ss z",
- "HH.mm.ss",
- "HH.mm",
+ "HH:mm:ss zzzz",
+ "HH:mm:ss z",
+ "HH:mm:ss",
+ "HH:mm",
"EEEE, dd. MMMM y",
"dd. MMMM y",
"d. MMM y",
- "d. M. yy", // android-changed: http://b/17431155
+ "d. MM. yy",
"{1} {0}",
"{1} {0}",
"{1} {0}",
@@ -390,30 +384,30 @@
}
availableFormats{
E{"ccc"}
- EHm{"E HH.mm"}
- EHms{"E HH.mm.ss"}
+ EHm{"E HH:mm"}
+ EHms{"E HH:mm:ss"}
Ed{"E, d."}
- Ehm{"E h.mm a"}
- Ehms{"E h.mm.ss a"}
+ Ehm{"E h:mm a"}
+ Ehms{"E h:mm:ss a"}
Gy{"y G"}
GyM{"M/y G"}
GyMMM{"MMM y G"}
GyMMMEd{"E, d. MMM y G"}
GyMMMd{"d. MMM y G"}
H{"HH"}
- Hm{"HH.mm"}
- Hms{"HH.mm.ss"}
+ Hm{"HH:mm"}
+ Hms{"HH:mm:ss"}
M{"L"}
- MEd{"E, d. M."} // android-changed: http://b/17431155
+ MEd{"E, d. MM."}
MMM{"LLL"}
MMMEd{"E, d. MMM"}
MMMd{"d. MMM"}
Md{"d. M."}
d{"d"}
h{"h a"}
- hm{"h.mm a"}
- hms{"h.mm.ss a"}
- ms{"mm.ss"}
+ hm{"h:mm a"}
+ hms{"h:mm:ss a"}
+ ms{"mm:ss"}
y{"y"}
yM{"M/y"}
yMEd{"E, d. M. y"}
@@ -526,12 +520,12 @@
H{"HH–HH"}
}
Hm{
- H{"HH.mm–HH.mm"}
- m{"HH.mm–HH.mm"}
+ H{"HH:mm–HH:mm"}
+ m{"HH:mm–HH:mm"}
}
Hmv{
- H{"HH.mm–HH.mm v"}
- m{"HH.mm–HH.mm v"}
+ H{"HH:mm–HH:mm v"}
+ m{"HH:mm–HH:mm v"}
}
Hv{
H{"HH–HH v"}
@@ -567,14 +561,14 @@
h{"h–h a"}
}
hm{
- a{"h.mm a – h.mm a"}
- h{"h.mm–h.mm a"}
- m{"h.mm–h.mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm–h:mm a"}
+ m{"h:mm–h:mm a"}
}
hmv{
- a{"h.mm a – h.mm a v"}
- h{"h.mm–h.mm a v"}
- m{"h.mm–h.mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm–h:mm a v"}
+ m{"h:mm–h:mm a v"}
}
hv{
a{"h a – h a v"}
@@ -756,11 +750,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h.mm"}
- hms{"h.mm.ss"}
- ms{"m.ss"}
- }
fields{
day{
dn{"Dan"}
diff --git a/icu4c/source/data/locales/sl_SI.txt b/icu4c/source/data/locales/sl_SI.txt
index 471fc68..bfe9311 100644
--- a/icu4c/source/data/locales/sl_SI.txt
+++ b/icu4c/source/data/locales/sl_SI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sl_SI.xml
diff --git a/icu4c/source/data/locales/smn.txt b/icu4c/source/data/locales/smn.txt
index 29c70ed..903b436 100644
--- a/icu4c/source/data/locales/smn.txt
+++ b/icu4c/source/data/locales/smn.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/smn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/smn.xml
- */
smn{
AuxExemplarCharacters{"[à ç é è í ñ ń ó ò q ú ü w x æ ø å ã ö]"}
ExemplarCharacters{"[a â b c č d đ e f g h i j k l m n ŋ o p r s š t u v y z ž ä á]"}
ExemplarCharactersIndex{"[A Â B C Č D Đ E F G H I J K L M N Ŋ O P R S Š T U V Y Z Ž Ä Á]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
miscPatterns{
diff --git a/icu4c/source/data/locales/smn_FI.txt b/icu4c/source/data/locales/smn_FI.txt
index fc0bfc6..7999e33 100644
--- a/icu4c/source/data/locales/smn_FI.txt
+++ b/icu4c/source/data/locales/smn_FI.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/smn_FI.xml
diff --git a/icu4c/source/data/locales/sn.txt b/icu4c/source/data/locales/sn.txt
index 856b888..8ed474f 100755
--- a/icu4c/source/data/locales/sn.txt
+++ b/icu4c/source/data/locales/sn.txt
@@ -1,21 +1,15 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sn.xml
- */
sn{
AuxExemplarCharacters{"[q x]"}
ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"}
ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W Y Z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
diff --git a/icu4c/source/data/locales/sn_ZW.txt b/icu4c/source/data/locales/sn_ZW.txt
index 1925a7d..6c25bb8 100755
--- a/icu4c/source/data/locales/sn_ZW.txt
+++ b/icu4c/source/data/locales/sn_ZW.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sn_ZW.xml
diff --git a/icu4c/source/data/locales/so.txt b/icu4c/source/data/locales/so.txt
index d189279..32428c1 100644
--- a/icu4c/source/data/locales/so.txt
+++ b/icu4c/source/data/locales/so.txt
@@ -1,19 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/so.xml
- */
so{
ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"}
- LocaleScript{
- "Latn",
- }
NumberElements{
latn{
patterns{
@@ -25,7 +19,7 @@
}
}
}
- Version{"2.1.7.39"}
+ Version{"2.1.10.93"}
calendar{
generic{
DateTimePatterns{
diff --git a/icu4c/source/data/locales/so_DJ.txt b/icu4c/source/data/locales/so_DJ.txt
index cddba29..959ab3e 100644
--- a/icu4c/source/data/locales/so_DJ.txt
+++ b/icu4c/source/data/locales/so_DJ.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so_DJ.xml
diff --git a/icu4c/source/data/locales/so_ET.txt b/icu4c/source/data/locales/so_ET.txt
index cad3be5..754847d 100644
--- a/icu4c/source/data/locales/so_ET.txt
+++ b/icu4c/source/data/locales/so_ET.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so_ET.xml
diff --git a/icu4c/source/data/locales/so_KE.txt b/icu4c/source/data/locales/so_KE.txt
index d62f287..e46fdb2 100644
--- a/icu4c/source/data/locales/so_KE.txt
+++ b/icu4c/source/data/locales/so_KE.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so_KE.xml
diff --git a/icu4c/source/data/locales/so_SO.txt b/icu4c/source/data/locales/so_SO.txt
index 0040cbb..b694257 100644
--- a/icu4c/source/data/locales/so_SO.txt
+++ b/icu4c/source/data/locales/so_SO.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/so_SO.xml
diff --git a/icu4c/source/data/locales/sq.txt b/icu4c/source/data/locales/sq.txt
index 64ca4ec..a844a59 100644
--- a/icu4c/source/data/locales/sq.txt
+++ b/icu4c/source/data/locales/sq.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sq.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sq.xml
- */
sq{
AuxExemplarCharacters{"[w]"}
Ellipsis{
@@ -23,9 +20,6 @@
"[A B C Ç D {DH} E Ë F G {GJ} H I J K L {LL} M N {NJ} O P Q R {RR} S {SH} T {"
"TH} U V X {XH} Y Z {ZH}]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -162,7 +156,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
generic{
DateTimePatterns{
@@ -216,65 +210,65 @@
}
intervalFormats{
M{
- M{"M - M"}
+ M{"M – M"}
}
MEd{
- M{"E, d.M - E, d.M"}
- d{"E, d.M - E, d.M"}
+ M{"E, d.M – E, d.M"}
+ d{"E, d.M – E, d.M"}
}
MMM{
- M{"MMM - MMM"}
+ M{"MMM – MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d MMM - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d MMM – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d - d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d – d MMM"}
}
Md{
- M{"d.M - d.M"}
- d{"d.M - d.M"}
+ M{"d.M – d.M"}
+ d{"d.M – d.M"}
}
d{
- d{"d - d"}
+ d{"d – d"}
}
fallback{"{0} - {1}"}
y{
- y{"y - y G"}
+ y{"y – y G"}
}
yM{
- M{"M.y - M.y GGGGG"}
- y{"M.y - M.y GGGGG"}
+ M{"M.y – M.y GGGGG"}
+ y{"M.y – M.y GGGGG"}
}
yMEd{
- M{"E, d.M.y - E, d.M.y GGGGG"}
- d{"E, d.M.y - E, d.M.y GGGGG"}
- y{"E, d.M.y - E, d.M.y GGGGG"}
+ M{"E, d.M.y – E, d.M.y GGGGG"}
+ d{"E, d.M.y – E, d.M.y GGGGG"}
+ y{"E, d.M.y – E, d.M.y GGGGG"}
}
yMMM{
- M{"MMM - MMM y G"}
- y{"MMM y - MMM y G"}
+ M{"MMM – MMM y G"}
+ y{"MMM y – MMM y G"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y G"}
- d{"E, d MMM - E, d MMM y G"}
- y{"E, d MMM y - E, d MMM y G"}
+ M{"E, d MMM – E, d MMM y G"}
+ d{"E, d MMM – E, d MMM y G"}
+ y{"E, d MMM y – E, d MMM y G"}
}
yMMMM{
- M{"MMMM - MMMM y G"}
- y{"MMMM y - MMMM y G"}
+ M{"MMMM – MMMM y G"}
+ y{"MMMM y – MMMM y G"}
}
yMMMd{
- M{"d MMM - d MMM y G"}
- d{"d - d MMM y G"}
- y{"d MMM y - d MMM y G"}
+ M{"d MMM – d MMM y G"}
+ d{"d – d MMM y G"}
+ y{"d MMM y – d MMM y G"}
}
yMd{
- M{"d.M.y - d.M.y GGGGG"}
- d{"d.M.y - d.M.y GGGGG"}
- y{"d.M.y - d.M.y GGGGG"}
+ M{"d.M.y – d.M.y GGGGG"}
+ d{"d.M.y – d.M.y GGGGG"}
+ y{"d.M.y – d.M.y GGGGG"}
}
}
}
@@ -452,97 +446,97 @@
}
intervalFormats{
H{
- H{"HH - HH"}
+ H{"HH – HH"}
}
Hm{
- H{"HH:mm - HH:mm"}
- m{"HH:mm - HH:mm"}
+ H{"HH:mm – HH:mm"}
+ m{"HH:mm – HH:mm"}
}
Hmv{
- H{"HH:mm - HH:mm v"}
- m{"HH:mm - HH:mm v"}
+ H{"HH:mm – HH:mm v"}
+ m{"HH:mm – HH:mm v"}
}
Hv{
- H{"HH - HH v"}
+ H{"HH – HH v"}
}
M{
- M{"M - M"}
+ M{"M – M"}
}
MEd{
- M{"E, d.M - E, d.M"}
- d{"E, d.M - E, d.M"}
+ M{"E, d.M – E, d.M"}
+ d{"E, d.M – E, d.M"}
}
MMM{
- M{"MMM - MMM"}
+ M{"MMM – MMM"}
}
MMMEd{
- M{"E, d MMM - E, d MMM"}
- d{"E, d MMM - E, d MMM"}
+ M{"E, d MMM – E, d MMM"}
+ d{"E, d MMM – E, d MMM"}
}
MMMd{
- M{"d MMM - d MMM"}
- d{"d - d MMM"}
+ M{"d MMM – d MMM"}
+ d{"d – d MMM"}
}
Md{
- M{"d.M - d.M"}
- d{"d.M - d.M"}
+ M{"d.M – d.M"}
+ d{"d.M – d.M"}
}
d{
- d{"d - d"}
+ d{"d – d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h - h a"}
+ a{"h a – h a"}
+ h{"h – h a"}
}
hm{
- a{"h:mm a - h:mm a"}
- h{"h:mm - h:mm a"}
- m{"h:mm - h:mm a"}
+ a{"h:mm a – h:mm a"}
+ h{"h:mm – h:mm a"}
+ m{"h:mm – h:mm a"}
}
hmv{
- a{"h:mm a - h:mm a v"}
- h{"h:mm - h:mm a v"}
- m{"h:mm - h:mm a v"}
+ a{"h:mm a – h:mm a v"}
+ h{"h:mm – h:mm a v"}
+ m{"h:mm – h:mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h - h a v"}
+ a{"h a – h a v"}
+ h{"h – h a v"}
}
y{
- y{"y - y"}
+ y{"y – y"}
}
yM{
- M{"M.y - M.y"}
- y{"M.y - M.y"}
+ M{"M.y – M.y"}
+ y{"M.y – M.y"}
}
yMEd{
- M{"E, d.M.y - E, d.M.y"}
- d{"E, d.M.y - E, d.M.y"}
- y{"E, d.M.y - E, d.M.y"}
+ M{"E, d.M.y – E, d.M.y"}
+ d{"E, d.M.y – E, d.M.y"}
+ y{"E, d.M.y – E, d.M.y"}
}
yMMM{
- M{"MMM - MMM y"}
- y{"MMM y - MMM y"}
+ M{"MMM – MMM y"}
+ y{"MMM y – MMM y"}
}
yMMMEd{
- M{"E, d MMM - E, d MMM y"}
- d{"E, d - E, d MMM y"}
- y{"E, d MMM y - E, d MMM y"}
+ M{"E, d MMM – E, d MMM y"}
+ d{"E, d – E, d MMM y"}
+ y{"E, d MMM y – E, d MMM y"}
}
yMMMM{
- M{"MMMM - MMMM y"}
- y{"MMMM y - MMMM y"}
+ M{"MMMM – MMMM y"}
+ y{"MMMM y – MMMM y"}
}
yMMMd{
- M{"d MMM - d MMM y"}
- d{"d - d MMM y"}
- y{"d MMM y - d MMM y"}
+ M{"d MMM – d MMM y"}
+ d{"d – d MMM y"}
+ y{"d MMM y – d MMM y"}
}
yMd{
- M{"d.M.y - d.M.y"}
- d{"d.M.y - d.M.y"}
- y{"d.M.y - d.M.y"}
+ M{"d.M.y – d.M.y"}
+ d{"d.M.y – d.M.y"}
+ y{"d.M.y – d.M.y"}
}
}
monthNames{
@@ -685,11 +679,6 @@
quotationEnd{"»"}
quotationStart{"«"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"ditë"}
diff --git a/icu4c/source/data/locales/sq_AL.txt b/icu4c/source/data/locales/sq_AL.txt
index af10972..76cf740 100644
--- a/icu4c/source/data/locales/sq_AL.txt
+++ b/icu4c/source/data/locales/sq_AL.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sq_AL.xml
diff --git a/icu4c/source/data/locales/sq_MK.txt b/icu4c/source/data/locales/sq_MK.txt
index 755122a..29d4f16 100755
--- a/icu4c/source/data/locales/sq_MK.txt
+++ b/icu4c/source/data/locales/sq_MK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sq_MK.xml
diff --git a/icu4c/source/data/locales/sq_XK.txt b/icu4c/source/data/locales/sq_XK.txt
index 4f87717..62dcc6c 100755
--- a/icu4c/source/data/locales/sq_XK.txt
+++ b/icu4c/source/data/locales/sq_XK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sq_XK.xml
diff --git a/icu4c/source/data/locales/sr.txt b/icu4c/source/data/locales/sr.txt
index e555677..539482a 100644
--- a/icu4c/source/data/locales/sr.txt
+++ b/icu4c/source/data/locales/sr.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr.xml
- */
sr{
AuxExemplarCharacters{"[ё й щ ъ ы ь э ю я]"}
Ellipsis{
@@ -22,9 +19,6 @@
ExemplarCharacters{"[а б в г д ђ е ж з и ј к л љ м н њ о п р с т ћ у ф х ц ч џ ш]"}
ExemplarCharactersIndex{"[А Б В Г Д Ђ Е Ж З И Ј К Л Љ М Н Њ О П Р С Т Ћ У Ф Х Ц Ч Џ Ш]"}
ExemplarCharactersPunctuation{"[\\- ‐ – , ; \\: ! ? . … ‘ ‚ “ „ ( ) \\[ \\] \\{ \\} * #]"}
- LocaleScript{
- "Cyrl",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -186,7 +180,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -293,97 +287,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH.mm-HH.mm"}
- m{"HH.mm-HH.mm"}
+ H{"HH.mm–HH.mm"}
+ m{"HH.mm–HH.mm"}
}
Hmv{
- H{"HH.mm-HH.mm v"}
- m{"HH.mm-HH.mm v"}
+ H{"HH.mm–HH.mm v"}
+ m{"HH.mm–HH.mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, d.M - E, d.M"}
- d{"E, d.M - E, d.M"}
+ M{"E, d.M – E, d.M"}
+ d{"E, d.M – E, d.M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd.-dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd.–dd. MMM"}
}
Md{
- M{"d.M - d.M"}
- d{"d.M - d.M"}
+ M{"d.M – d.M"}
+ d{"d.M – d.M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h.mm a - h.mm a"}
- h{"h.mm-h.mm a"}
- m{"h.mm-h.mm a"}
+ a{"h.mm a – h.mm a"}
+ h{"h.mm–h.mm a"}
+ m{"h.mm–h.mm a"}
}
hmv{
- a{"h.mm a - h.mm a v"}
- h{"h.mm-h.mm a v"}
- m{"h.mm-h.mm a v"}
+ a{"h.mm a – h.mm a v"}
+ h{"h.mm–h.mm a v"}
+ m{"h.mm–h.mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"y M - M"}
- y{"M.y - M.y"}
+ M{"y M – M"}
+ y{"M.y – M.y"}
}
yMEd{
- M{"E, d.M.y. - E, d.M.y."}
- d{"E, d.M.y. - E, d.M.y."}
- y{"E, d.M.y. - E, d.M.y."}
+ M{"E, d.M.y. – E, d.M.y."}
+ d{"E, d.M.y. – E, d.M.y."}
+ y{"E, d.M.y. – E, d.M.y."}
}
yMMM{
- M{"MMM-MMM y."}
- y{"MMM y. - MMM y."}
+ M{"MMM–MMM y."}
+ y{"MMM y. – MMM y."}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y."}
- d{"E, dd. - E, dd. MMM y."}
- y{"E, dd. MMM y. - E, dd. MMM y."}
+ M{"E, dd. MMM – E, dd. MMM y."}
+ d{"E, dd. – E, dd. MMM y."}
+ y{"E, dd. MMM y. – E, dd. MMM y."}
}
yMMMM{
M{"y-MM – MM"}
y{"y-MM – y-MM"}
}
yMMMd{
- M{"dd. MMM - dd. MMM y."}
- d{"dd.-dd. MMM y."}
- y{"dd. MMM y. - dd. MMM y."}
+ M{"dd. MMM – dd. MMM y."}
+ d{"dd.–dd. MMM y."}
+ y{"dd. MMM y. – dd. MMM y."}
}
yMd{
- M{"d.M.y. - d.M.y."}
- d{"d.M.y. - d.M.y."}
- y{"d.M.y. - d.M.y."}
+ M{"d.M.y. – d.M.y."}
+ d{"d.M.y. – d.M.y."}
+ y{"d.M.y. – d.M.y."}
}
}
}
@@ -556,97 +550,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH.mm-HH.mm"}
- m{"HH.mm-HH.mm"}
+ H{"HH.mm–HH.mm"}
+ m{"HH.mm–HH.mm"}
}
Hmv{
- H{"HH.mm-HH.mm v"}
- m{"HH.mm-HH.mm v"}
+ H{"HH.mm–HH.mm v"}
+ m{"HH.mm–HH.mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, d.M - E, d.M"}
- d{"E, d.M - E, d.M"}
+ M{"E, d.M – E, d.M"}
+ d{"E, d.M – E, d.M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd.-dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd.–dd. MMM"}
}
Md{
- M{"d.M - d.M"}
- d{"d.M - d.M"}
+ M{"d.M – d.M"}
+ d{"d.M – d.M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h.mm a - h.mm a"}
- h{"h.mm-h.mm a"}
- m{"h.mm-h.mm a"}
+ a{"h.mm a – h.mm a"}
+ h{"h.mm–h.mm a"}
+ m{"h.mm–h.mm a"}
}
hmv{
- a{"h.mm a - h.mm a v"}
- h{"h.mm-h.mm a v"}
- m{"h.mm-h.mm a v"}
+ a{"h.mm a – h.mm a v"}
+ h{"h.mm–h.mm a v"}
+ m{"h.mm–h.mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"y M - M"}
- y{"y M - M"}
+ M{"y M – M"}
+ y{"y M – M"}
}
yMEd{
- M{"E, d.M.y. - E, d.M.y."}
- d{"E, d.M.y. - E, d.M.y."}
- y{"E, d.M.y. - E, d.M.y."}
+ M{"E, d.M.y. – E, d.M.y."}
+ d{"E, d.M.y. – E, d.M.y."}
+ y{"E, d.M.y. – E, d.M.y."}
}
yMMM{
- M{"MMM-MMM y."}
- y{"MMM y. - MMM y."}
+ M{"MMM–MMM y."}
+ y{"MMM y. – MMM y."}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y."}
- d{"E, dd. - E, dd. MMM y."}
- y{"E, dd. MMM y. - E, dd. MMM y."}
+ M{"E, dd. MMM – E, dd. MMM y."}
+ d{"E, dd. – E, dd. MMM y."}
+ y{"E, dd. MMM y. – E, dd. MMM y."}
}
yMMMM{
M{"y-MM – MM"}
y{"y-MM – y-MM"}
}
yMMMd{
- M{"dd. MMM - dd. MMM y."}
- d{"dd.-dd. MMM y."}
- y{"dd. MMM y. - dd. MMM y."}
+ M{"dd. MMM – dd. MMM y."}
+ d{"dd.–dd. MMM y."}
+ y{"dd. MMM y. – dd. MMM y."}
}
yMd{
- M{"d.M.y. - d.M.y."}
- d{"d.M.y. - d.M.y."}
- y{"d.M.y. - d.M.y."}
+ M{"d.M.y. – d.M.y."}
+ d{"d.M.y. – d.M.y."}
+ y{"d.M.y. – d.M.y."}
}
}
monthNames{
@@ -1146,11 +1140,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"дан"}
diff --git a/icu4c/source/data/locales/sr_BA.txt b/icu4c/source/data/locales/sr_BA.txt
index f06ec6c..110b532 100644
--- a/icu4c/source/data/locales/sr_BA.txt
+++ b/icu4c/source/data/locales/sr_BA.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_CS.txt b/icu4c/source/data/locales/sr_CS.txt
index 9c4bbeb..987c37c 100644
--- a/icu4c/source/data/locales/sr_CS.txt
+++ b/icu4c/source/data/locales/sr_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_Cyrl.txt b/icu4c/source/data/locales/sr_Cyrl.txt
index 84028ff..fbe5daf 100644
--- a/icu4c/source/data/locales/sr_Cyrl.txt
+++ b/icu4c/source/data/locales/sr_Cyrl.txt
@@ -1,17 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Cyrl.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr_Cyrl.xml
- */
sr_Cyrl{
- LocaleScript{
- "Cyrl",
- }
Version{"2.1.6.69"}
}
diff --git a/icu4c/source/data/locales/sr_Cyrl_BA.txt b/icu4c/source/data/locales/sr_Cyrl_BA.txt
index 6de12cd..11d324a 100644
--- a/icu4c/source/data/locales/sr_Cyrl_BA.txt
+++ b/icu4c/source/data/locales/sr_Cyrl_BA.txt
@@ -1,87 +1,30 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Cyrl_BA.xml
// *
// ***************************************************************************
sr_Cyrl_BA{
- Version{"2.1.8.19"}
+ Version{"2.1.12.54"}
calendar{
- generic{
- DateTimePatterns{
- "HH 'часова', mm 'минута', ss 'секунди' zzzz",
- "HH.mm.ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE, dd. MMMM y. G",
- "dd. MMMM y. G",
- "G y-MM-dd",
- "GGGGG yy-MM-dd",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- }
gregorian{
DateTimePatterns{
- "HH 'часова', mm 'минута', ss 'секунди' zzzz",
- "HH.mm.ss z",
+ "HH:mm:ss zzzz",
+ "HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE, dd. MMMM y.",
"dd. MMMM y.",
- "y-MM-dd",
- "yy-MM-dd",
+ "dd.MM.y.",
+ "d.M.yy.",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
- dayNames{
- format{
- abbreviated{
- "нед",
- "пон",
- "уто",
- "сри",
- "чет",
- "пет",
- "суб",
- }
- wide{
- "недеља",
- "понедељак",
- "уторак",
- "сриједа",
- "четвртак",
- "петак",
- "субота",
- }
- }
- }
- monthNames{
- format{
- wide{
- "јануар",
- "фебруар",
- "март",
- "април",
- "мај",
- "јуни",
- "јули",
- "август",
- "септембар",
- "октобар",
- "новембар",
- "децембар",
- }
- }
- }
}
}
}
diff --git a/icu4c/source/data/locales/sr_Cyrl_CS.txt b/icu4c/source/data/locales/sr_Cyrl_CS.txt
index f646242..44d5e0f 100644
--- a/icu4c/source/data/locales/sr_Cyrl_CS.txt
+++ b/icu4c/source/data/locales/sr_Cyrl_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_Cyrl_ME.txt b/icu4c/source/data/locales/sr_Cyrl_ME.txt
index 2d9669e..3d290b9 100644
--- a/icu4c/source/data/locales/sr_Cyrl_ME.txt
+++ b/icu4c/source/data/locales/sr_Cyrl_ME.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Cyrl_ME.xml
diff --git a/icu4c/source/data/locales/sr_Cyrl_RS.txt b/icu4c/source/data/locales/sr_Cyrl_RS.txt
index fdff0d4..d29890f 100644
--- a/icu4c/source/data/locales/sr_Cyrl_RS.txt
+++ b/icu4c/source/data/locales/sr_Cyrl_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Cyrl_RS.xml
diff --git a/icu4c/source/data/locales/sr_Cyrl_XK.txt b/icu4c/source/data/locales/sr_Cyrl_XK.txt
index 99128e6..e9fa4e1 100755
--- a/icu4c/source/data/locales/sr_Cyrl_XK.txt
+++ b/icu4c/source/data/locales/sr_Cyrl_XK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Cyrl_XK.xml
diff --git a/icu4c/source/data/locales/sr_Cyrl_YU.txt b/icu4c/source/data/locales/sr_Cyrl_YU.txt
index 84c66d6..1fbcd59 100644
--- a/icu4c/source/data/locales/sr_Cyrl_YU.txt
+++ b/icu4c/source/data/locales/sr_Cyrl_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_Latn.txt b/icu4c/source/data/locales/sr_Latn.txt
index f9c52b0..3d0f97c 100644
--- a/icu4c/source/data/locales/sr_Latn.txt
+++ b/icu4c/source/data/locales/sr_Latn.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Latn.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sr_Latn.xml
- */
sr_Latn{
%%Parent{"root"}
AuxExemplarCharacters{"[å q w x y]"}
@@ -23,9 +20,6 @@
ExemplarCharacters{"[a b c ć č d đ {dž} e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]"}
ExemplarCharactersIndex{"[A B C Ć Č D {DŽ} E F G H I J K L {LJ} M N {NJ} O P Q R S Š T U V W X Y Z Ž]"}
ExemplarCharactersPunctuation{"[\\- ‐ – , ; \\: ! ? . … ‘ ‚ “ „ ( ) \\[ \\] \\{ \\} * #]"}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -187,7 +181,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.20"}
+ Version{"2.1.13.24"}
calendar{
buddhist{
eras{
@@ -294,97 +288,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH.mm-HH.mm"}
- m{"HH.mm-HH.mm"}
+ H{"HH.mm–HH.mm"}
+ m{"HH.mm–HH.mm"}
}
Hmv{
- H{"HH.mm-HH.mm v"}
- m{"HH.mm-HH.mm v"}
+ H{"HH.mm–HH.mm v"}
+ m{"HH.mm–HH.mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, d.M - E, d.M"}
- d{"E, d.M - E, d.M"}
+ M{"E, d.M – E, d.M"}
+ d{"E, d.M – E, d.M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd.-dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd.–dd. MMM"}
}
Md{
- M{"d.M - d.M"}
- d{"d.M - d.M"}
+ M{"d.M – d.M"}
+ d{"d.M – d.M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h.mm a - h.mm a"}
- h{"h.mm-h.mm a"}
- m{"h.mm-h.mm a"}
+ a{"h.mm a – h.mm a"}
+ h{"h.mm–h.mm a"}
+ m{"h.mm–h.mm a"}
}
hmv{
- a{"h.mm a - h.mm a v"}
- h{"h.mm-h.mm a v"}
- m{"h.mm-h.mm a v"}
+ a{"h.mm a – h.mm a v"}
+ h{"h.mm–h.mm a v"}
+ m{"h.mm–h.mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"y M - M"}
- y{"M.y - M.y"}
+ M{"y M – M"}
+ y{"M.y – M.y"}
}
yMEd{
- M{"E, d.M.y. - E, d.M.y."}
- d{"E, d.M.y. - E, d.M.y."}
- y{"E, d.M.y. - E, d.M.y."}
+ M{"E, d.M.y. – E, d.M.y."}
+ d{"E, d.M.y. – E, d.M.y."}
+ y{"E, d.M.y. – E, d.M.y."}
}
yMMM{
- M{"MMM-MMM y."}
- y{"MMM y. - MMM y."}
+ M{"MMM–MMM y."}
+ y{"MMM y. – MMM y."}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y."}
- d{"E, dd. - E, dd. MMM y."}
- y{"E, dd. MMM y. - E, dd. MMM y."}
+ M{"E, dd. MMM – E, dd. MMM y."}
+ d{"E, dd. – E, dd. MMM y."}
+ y{"E, dd. MMM y. – E, dd. MMM y."}
}
yMMMM{
M{"y-MM – MM"}
y{"y-MM – y-MM"}
}
yMMMd{
- M{"dd. MMM - dd. MMM y."}
- d{"dd.-dd. MMM y."}
- y{"dd. MMM y. - dd. MMM y."}
+ M{"dd. MMM – dd. MMM y."}
+ d{"dd.–dd. MMM y."}
+ y{"dd. MMM y. – dd. MMM y."}
}
yMd{
- M{"d.M.y. - d.M.y."}
- d{"d.M.y. - d.M.y."}
- y{"d.M.y. - d.M.y."}
+ M{"d.M.y. – d.M.y."}
+ d{"d.M.y. – d.M.y."}
+ y{"d.M.y. – d.M.y."}
}
}
}
@@ -557,97 +551,97 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hm{
- H{"HH.mm-HH.mm"}
- m{"HH.mm-HH.mm"}
+ H{"HH.mm–HH.mm"}
+ m{"HH.mm–HH.mm"}
}
Hmv{
- H{"HH.mm-HH.mm v"}
- m{"HH.mm-HH.mm v"}
+ H{"HH.mm–HH.mm v"}
+ m{"HH.mm–HH.mm v"}
}
Hv{
- H{"HH-HH v"}
+ H{"HH–HH v"}
}
M{
- M{"M-M"}
+ M{"M–M"}
}
MEd{
- M{"E, d.M - E, d.M"}
- d{"E, d.M - E, d.M"}
+ M{"E, d.M – E, d.M"}
+ d{"E, d.M – E, d.M"}
}
MMM{
- M{"MMM-MMM"}
+ M{"MMM–MMM"}
}
MMMEd{
- M{"E, dd. MMM - E, dd. MMM"}
- d{"E, dd. - E, dd. MMM"}
+ M{"E, dd. MMM – E, dd. MMM"}
+ d{"E, dd. – E, dd. MMM"}
}
MMMd{
- M{"dd. MMM - dd. MMM"}
- d{"dd.-dd. MMM"}
+ M{"dd. MMM – dd. MMM"}
+ d{"dd.–dd. MMM"}
}
Md{
- M{"d.M - d.M"}
- d{"d.M - d.M"}
+ M{"d.M – d.M"}
+ d{"d.M – d.M"}
}
d{
- d{"d-d"}
+ d{"d–d"}
}
fallback{"{0} - {1}"}
h{
- a{"h a - h a"}
- h{"h-h a"}
+ a{"h a – h a"}
+ h{"h–h a"}
}
hm{
- a{"h.mm a - h.mm a"}
- h{"h.mm-h.mm a"}
- m{"h.mm-h.mm a"}
+ a{"h.mm a – h.mm a"}
+ h{"h.mm–h.mm a"}
+ m{"h.mm–h.mm a"}
}
hmv{
- a{"h.mm a - h.mm a v"}
- h{"h.mm-h.mm a v"}
- m{"h.mm-h.mm a v"}
+ a{"h.mm a – h.mm a v"}
+ h{"h.mm–h.mm a v"}
+ m{"h.mm–h.mm a v"}
}
hv{
- a{"h a - h a v"}
- h{"h-h a v"}
+ a{"h a – h a v"}
+ h{"h–h a v"}
}
y{
- y{"y-y"}
+ y{"y–y"}
}
yM{
- M{"y M - M"}
- y{"y M - M"}
+ M{"y M – M"}
+ y{"y M – M"}
}
yMEd{
- M{"E, d.M.y. - E, d.M.y."}
- d{"E, d.M.y. - E, d.M.y."}
- y{"E, d.M.y. - E, d.M.y."}
+ M{"E, d.M.y. – E, d.M.y."}
+ d{"E, d.M.y. – E, d.M.y."}
+ y{"E, d.M.y. – E, d.M.y."}
}
yMMM{
- M{"MMM-MMM y."}
- y{"MMM y. - MMM y."}
+ M{"MMM–MMM y."}
+ y{"MMM y. – MMM y."}
}
yMMMEd{
- M{"E, dd. MMM - E, dd. MMM y."}
- d{"E, dd. - E, dd. MMM y."}
- y{"E, dd. MMM y. - E, dd. MMM y."}
+ M{"E, dd. MMM – E, dd. MMM y."}
+ d{"E, dd. – E, dd. MMM y."}
+ y{"E, dd. MMM y. – E, dd. MMM y."}
}
yMMMM{
M{"y-MM – MM"}
y{"y-MM – y-MM"}
}
yMMMd{
- M{"dd. MMM - dd. MMM y."}
- d{"dd.-dd. MMM y."}
- y{"dd. MMM y. - dd. MMM y."}
+ M{"dd. MMM – dd. MMM y."}
+ d{"dd.–dd. MMM y."}
+ y{"dd. MMM y. – dd. MMM y."}
}
yMd{
- M{"d.M.y. - d.M.y."}
- d{"d.M.y. - d.M.y."}
- y{"d.M.y. - d.M.y."}
+ M{"d.M.y. – d.M.y."}
+ d{"d.M.y. – d.M.y."}
+ y{"d.M.y. – d.M.y."}
}
}
monthNames{
@@ -1147,11 +1141,6 @@
quotationEnd{"“"}
quotationStart{"„"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"dan"}
diff --git a/icu4c/source/data/locales/sr_Latn_BA.txt b/icu4c/source/data/locales/sr_Latn_BA.txt
index 079e6e8..028bbe5 100644
--- a/icu4c/source/data/locales/sr_Latn_BA.txt
+++ b/icu4c/source/data/locales/sr_Latn_BA.txt
@@ -1,87 +1,30 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Latn_BA.xml
// *
// ***************************************************************************
sr_Latn_BA{
- Version{"2.1.8.20"}
+ Version{"2.1.13.24"}
calendar{
- generic{
- DateTimePatterns{
- "HH 'časova', mm 'minuta', ss 'sekundi' zzzz",
- "HH.mm.ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE, dd. MMMM y. G",
- "dd. MMMM y. G",
- "G y-MM-dd",
- "GGGGG yy-MM-dd",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- }
gregorian{
DateTimePatterns{
- "HH 'časova', mm 'minuta', ss 'sekundi' zzzz",
- "HH.mm.ss z",
+ "HH:mm:ss zzzz",
+ "HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE, dd. MMMM y.",
"dd. MMMM y.",
- "y-MM-dd",
- "yy-MM-dd",
+ "dd.MM.y.",
+ "d.M.yy.",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
"{1} {0}",
}
- dayNames{
- format{
- abbreviated{
- "ned",
- "pon",
- "uto",
- "sri",
- "čet",
- "pet",
- "sub",
- }
- wide{
- "nedelja",
- "ponedeljak",
- "utorak",
- "srijeda",
- "četvrtak",
- "petak",
- "subota",
- }
- }
- }
- monthNames{
- format{
- wide{
- "januar",
- "februar",
- "mart",
- "april",
- "maj",
- "juni",
- "juli",
- "avgust",
- "septembar",
- "oktobar",
- "novembar",
- "decembar",
- }
- }
- }
}
}
}
diff --git a/icu4c/source/data/locales/sr_Latn_CS.txt b/icu4c/source/data/locales/sr_Latn_CS.txt
index ccc29ad..7e8037e 100644
--- a/icu4c/source/data/locales/sr_Latn_CS.txt
+++ b/icu4c/source/data/locales/sr_Latn_CS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_Latn_ME.txt b/icu4c/source/data/locales/sr_Latn_ME.txt
index 92b3336..8d9a2de 100644
--- a/icu4c/source/data/locales/sr_Latn_ME.txt
+++ b/icu4c/source/data/locales/sr_Latn_ME.txt
@@ -1,11 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Latn_ME.xml
// *
// ***************************************************************************
sr_Latn_ME{
- Version{"2.1.8.20"}
+ Version{"2.1.13.24"}
}
diff --git a/icu4c/source/data/locales/sr_Latn_RS.txt b/icu4c/source/data/locales/sr_Latn_RS.txt
index 5997d68..2eb137a 100644
--- a/icu4c/source/data/locales/sr_Latn_RS.txt
+++ b/icu4c/source/data/locales/sr_Latn_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Latn_RS.xml
diff --git a/icu4c/source/data/locales/sr_Latn_XK.txt b/icu4c/source/data/locales/sr_Latn_XK.txt
index 8c75a54..b4a4f11 100755
--- a/icu4c/source/data/locales/sr_Latn_XK.txt
+++ b/icu4c/source/data/locales/sr_Latn_XK.txt
@@ -1,11 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sr_Latn_XK.xml
// *
// ***************************************************************************
sr_Latn_XK{
- Version{"2.1.8.20"}
+ Version{"2.1.13.24"}
}
diff --git a/icu4c/source/data/locales/sr_Latn_YU.txt b/icu4c/source/data/locales/sr_Latn_YU.txt
index 6b0d31d..91b61ed 100644
--- a/icu4c/source/data/locales/sr_Latn_YU.txt
+++ b/icu4c/source/data/locales/sr_Latn_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_ME.txt b/icu4c/source/data/locales/sr_ME.txt
index d48fa36..c342143 100644
--- a/icu4c/source/data/locales/sr_ME.txt
+++ b/icu4c/source/data/locales/sr_ME.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_RS.txt b/icu4c/source/data/locales/sr_RS.txt
index a4aa102..7e25389 100644
--- a/icu4c/source/data/locales/sr_RS.txt
+++ b/icu4c/source/data/locales/sr_RS.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_XK.txt b/icu4c/source/data/locales/sr_XK.txt
index cc9125d..095ce67 100755
--- a/icu4c/source/data/locales/sr_XK.txt
+++ b/icu4c/source/data/locales/sr_XK.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sr_YU.txt b/icu4c/source/data/locales/sr_YU.txt
index 6fb5676..e110bd5 100644
--- a/icu4c/source/data/locales/sr_YU.txt
+++ b/icu4c/source/data/locales/sr_YU.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
diff --git a/icu4c/source/data/locales/sv.txt b/icu4c/source/data/locales/sv.txt
index f5b4e77..b1bc2a5 100644
--- a/icu4c/source/data/locales/sv.txt
+++ b/icu4c/source/data/locales/sv.txt
@@ -1,14 +1,11 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sv.xml
// *
// ***************************************************************************
-/**
- * ICU <specials> source: <path>/common/main/sv.xml
- */
sv{
AuxExemplarCharacters{"[á â ã ā ç ë í î ï ī ñ ó ú ÿ ü æ ø]"}
Ellipsis{
@@ -25,9 +22,6 @@
"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
"″]"
}
- LocaleScript{
- "Latn",
- }
MoreInformation{"?"}
NumberElements{
default{"latn"}
@@ -165,7 +159,7 @@
minimumGroupingDigits{"1"}
native{"latn"}
}
- Version{"2.1.8.9"}
+ Version{"2.1.12.94"}
calendar{
buddhist{
eras{
@@ -434,7 +428,7 @@
}
intervalFormats{
H{
- H{"HH-HH"}
+ H{"HH–HH"}
}
Hv{
H{"HH–HH v"}
@@ -467,7 +461,7 @@
fallback{"{0} – {1}"}
h{
a{"h a – h a"}
- h{"h-h a"}
+ h{"h–h a"}
}
hm{
a{"h:mm a – h:mm a"}
@@ -567,6 +561,8 @@
H{"HH"}
Hm{"HH:mm"}
Hms{"HH:mm:ss"}
+ Hmsv{"HH:mm:ss v"}
+ Hmv{"HH:mm v"}
M{"L"}
MEd{"E d/M"}
MMM{"LLL"}
@@ -581,6 +577,8 @@
h{"h a"}
hm{"h:mm a"}
hms{"h:mm:ss a"}
+ hmsv{"h:mm:ss a v"}
+ hmv{"h:mm a v"}
ms{"mm:ss"}
y{"y"}
yM{"y-MM"}
@@ -1131,246 +1129,6 @@
"{1} {0}",
"{1} {0}",
}
- eras{
- abbreviated{
- "Taika (645–650)",
- "Hakuchi (650–671)",
- "Hakuhō (672–686)",
- "Shuchō (686–701)",
- "Taihō (701–704)",
- "Keiun (704–708)",
- "Wadō (708–715)",
- "Reiki (715–717)",
- "Yōrō (717–724)",
- "Jinki (724–729)",
- "Tempyō (729–749)",
- "Tempyō-kampō (749–749)",
- "Tempyō-shōhō (749–757)",
- "Tempyō-hōji (757–765)",
- "Temphō-jingo (765–767)",
- "Jingo-keiun (767–770)",
- "Hōki (770–780)",
- "Ten-ō (781–782)",
- "Enryaku (782–806)",
- "Daidō (806–810)",
- "Kōnin (810–824)",
- "Tenchō (824–834)",
- "Jōwa (834–848)",
- "Kajō (848–851)",
- "Ninju (851–854)",
- "Saiko (854–857)",
- "Tennan (857–859)",
- "Jōgan (859–877)",
- "Genkei (877–885)",
- "Ninna (885–889)",
- "Kampyō (889–898)",
- "Shōtai (898–901)",
- "Engi (901–923)",
- "Enchō (923–931)",
- "Shōhei (931–938)",
- "Tengyō (938–947)",
- "Tenryaku (947–957)",
- "Tentoku (957–961)",
- "Ōwa (961–964)",
- "Kōhō (964–968)",
- "Anna (968–970)",
- "Tenroku (970–973)",
- "Ten-en (973–976)",
- "Jōgen (976–978)",
- "Tengen (978–983)",
- "Eikan (983–985)",
- "Kanna (985–987)",
- "Ei-en (987–989)",
- "Eiso (989–990)",
- "Shōryaku (990–995)",
- "Chōtoku (995–999)",
- "Chōhō (999–1004)",
- "Kankō (1004–1012)",
- "Chōwa (1012–1017)",
- "Kannin (1017–1021)",
- "Jian (1021–1024)",
- "Manju (1024–1028)",
- "Chōgen (1028–1037)",
- "Chōryaku (1037–1040)",
- "Chōkyū (1040–1044)",
- "Kantoku (1044–1046)",
- "Eishō (1046–1053)",
- "Tengi (1053–1058)",
- "Kōhei (1058–1065)",
- "Jiryaku (1065–1069)",
- "Enkyū (1069–1074)",
- "Shōho (1074–1077)",
- "Shōryaku (1077–1081)",
- "Eiho (1081–1084)",
- "Ōtoku (1084–1087)",
- "Kanji (1087–1094)",
- "Kaho (1094–1096)",
- "Eichō (1096–1097)",
- "Shōtoku (1097–1099)",
- "Kōwa (1099–1104)",
- "Chōji (1104–1106)",
- "Kashō (1106–1108)",
- "Tennin (1108–1110)",
- "Ten-ei (1110–1113)",
- "Eikyū (1113–1118)",
- "Gen-ei (1118–1120)",
- "Hoan (1120–1124)",
- "Tenji (1124–1126)",
- "Daiji (1126–1131)",
- "Tenshō (1131–1132)",
- "Chōshō (1132–1135)",
- "Hoen (1135–1141)",
- "Eiji (1141–1142)",
- "Kōji (1142–1144)",
- "Tenyō (1144–1145)",
- "Kyūan (1145–1151)",
- "Ninpei (1151–1154)",
- "Kyūju (1154–1156)",
- "Hogen (1156–1159)",
- "Heiji (1159–1160)",
- "Eiryaku (1160–1161)",
- "Ōho (1161–1163)",
- "Chōkan (1163–1165)",
- "Eiman (1165–1166)",
- "Nin-an (1166–1169)",
- "Kaō (1169–1171)",
- "Shōan (1171–1175)",
- "Angen (1175–1177)",
- "Jishō (1177–1181)",
- "Yōwa (1181–1182)",
- "Juei (1182–1184)",
- "Genryuku (1184–1185)",
- "Bunji (1185–1190)",
- "Kenkyū (1190–1199)",
- "Shōji (1199–1201)",
- "Kennin (1201–1204)",
- "Genkyū (1204–1206)",
- "Ken-ei (1206–1207)",
- "Shōgen (1207–1211)",
- "Kenryaku (1211–1213)",
- "Kenpō (1213–1219)",
- "Shōkyū (1219–1222)",
- "Jōō (1222–1224)",
- "Gennin (1224–1225)",
- "Karoku (1225–1227)",
- "Antei (1227–1229)",
- "Kanki (1229–1232)",
- "Jōei (1232–1233)",
- "Tempuku (1233–1234)",
- "Bunryaku (1234–1235)",
- "Katei (1235–1238)",
- "Ryakunin (1238–1239)",
- "En-ō (1239–1240)",
- "Ninji (1240–1243)",
- "Kangen (1243–1247)",
- "Hōji (1247–1249)",
- "Kenchō (1249–1256)",
- "Kōgen (1256–1257)",
- "Shōka (1257–1259)",
- "Shōgen (1259–1260)",
- "Bun-ō (1260–1261)",
- "Kōchō (1261–1264)",
- "Bun-ei (1264–1275)",
- "Kenji (1275–1278)",
- "Kōan (1278–1288)",
- "Shōō (1288–1293)",
- "Einin (1293–1299)",
- "Shōan (1299–1302)",
- "Kengen (1302–1303)",
- "Kagen (1303–1306)",
- "Tokuji (1306–1308)",
- "Enkei (1308–1311)",
- "Ōchō (1311–1312)",
- "Shōwa (1312–1317)",
- "Bunpō (1317–1319)",
- "Genō (1319–1321)",
- "Genkyō (1321–1324)",
- "Shōchū (1324–1326)",
- "Kareki (1326–1329)",
- "Gentoku (1329–1331)",
- "Genkō (1331–1334)",
- "Kemmu (1334–1336)",
- "Engen (1336–1340)",
- "Kōkoku (1340–1346)",
- "Shōhei (1346–1370)",
- "Kentoku (1370–1372)",
- "Bunchū (1372–1375)",
- "Tenju (1375–1379)",
- "Kōryaku (1379–1381)",
- "Kōwa (1381–1384)",
- "Genchū (1384–1392)",
- "Meitoku (1384–1387)",
- "Kakei (1387–1389)",
- "Kōō (1389–1390)",
- "Meitoku (1390–1394)",
- "Ōei (1394–1428)",
- "Shōchō (1428–1429)",
- "Eikyō (1429–1441)",
- "Kakitsu (1441–1444)",
- "Bun-an (1444–1449)",
- "Hōtoku (1449–1452)",
- "Kyōtoku (1452–1455)",
- "Kōshō (1455–1457)",
- "Chōroku (1457–1460)",
- "Kanshō (1460–1466)",
- "Bunshō (1466–1467)",
- "Ōnin (1467–1469)",
- "Bunmei (1469–1487)",
- "Chōkyō (1487–1489)",
- "Entoku (1489–1492)",
- "Meiō (1492–1501)",
- "Bunki (1501–1504)",
- "Eishō (1504–1521)",
- "Taiei (1521–1528)",
- "Kyōroku (1528–1532)",
- "Tenmon (1532–1555)",
- "Kōji (1555–1558)",
- "Eiroku (1558–1570)",
- "Genki (1570–1573)",
- "Tenshō (1573–1592)",
- "Bunroku (1592–1596)",
- "Keichō (1596–1615)",
- "Genwa (1615–1624)",
- "Kan-ei (1624–1644)",
- "Shōho (1644–1648)",
- "Keian (1648–1652)",
- "Shōō (1652–1655)",
- "Meiryaku (1655–1658)",
- "Manji (1658–1661)",
- "Kanbun (1661–1673)",
- "Enpō (1673–1681)",
- "Tenwa (1681–1684)",
- "Jōkyō (1684–1688)",
- "Genroku (1688–1704)",
- "Hōei (1704–1711)",
- "Shōtoku (1711–1716)",
- "Kyōhō (1716–1736)",
- "Genbun (1736–1741)",
- "Kanpō (1741–1744)",
- "Enkyō (1744–1748)",
- "Kan-en (1748–1751)",
- "Hōryaku (1751–1764)",
- "Meiwa (1764–1772)",
- "An-ei (1772–1781)",
- "Tenmei (1781–1789)",
- "Kansei (1789–1801)",
- "Kyōwa (1801–1804)",
- "Bunka (1804–1818)",
- "Bunsei (1818–1830)",
- "Tenpō (1830–1844)",
- "Kōka (1844–1848)",
- "Kaei (1848–1854)",
- "Ansei (1854–1860)",
- "Man-en (1860–1861)",
- "Bunkyū (1861–1864)",
- "Genji (1864–1865)",
- "Keiō (1865–1868)",
- "Meiji",
- "Taishō",
- "Shōwa",
- "Heisei",
- }
- }
}
persian{
eras{
@@ -1466,11 +1224,6 @@
quotationEnd{"”"}
quotationStart{"”"}
}
- durationUnits{
- hm{"h:mm"}
- hms{"h:mm:ss"}
- ms{"m:ss"}
- }
fields{
day{
dn{"Dag"}
diff --git a/icu4c/source/data/locales/sv_AX.txt b/icu4c/source/data/locales/sv_AX.txt
index c7d878c..f7ad26d 100755
--- a/icu4c/source/data/locales/sv_AX.txt
+++ b/icu4c/source/data/locales/sv_AX.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sv_AX.xml
diff --git a/icu4c/source/data/locales/sv_FI.txt b/icu4c/source/data/locales/sv_FI.txt
index 541bce7..6afd35b 100644
--- a/icu4c/source/data/locales/sv_FI.txt
+++ b/icu4c/source/data/locales/sv_FI.txt
@@ -1,14 +1,13 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/sv_FI.xml
// *
// ***************************************************************************
sv_FI{
- AuxExemplarCharacters{"[ã ç ë í ñ ó š ÿ ü ž]"}
- Version{"2.1.8.19"}
+ Version{"2.1.11.81"}
calendar{
gregorian{
DateTimePatterns{
@@ -16,7 +15,7 @@
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
- "EEEE'en' 'den' d:'e' MMMM y",
+ "EEEE d MMMM y",
"d MMMM y",
"d MMM y",
"dd-MM-y",
@@ -26,58 +25,6 @@
"{1} {0}",
"{1} {0}",
}
- eras{
- wide%variant{
- "före vår tideräkning",
- "vår tideräkning",
- }
- }
}
}
- fields{
- day{
- dn{"dag"}
- }
- dayperiod{
- dn{"dagsperiod"}
- }
- era{
- dn{"era"}
- }
- minute{
- dn{"minut"}
- }
- month{
- dn{"månad"}
- }
- second{
- dn{"sekund"}
- }
- week{
- dn{"vecka"}
- }
- weekday{
- dn{"veckodag"}
- }
- year{
- dn{"år"}
- }
- zone{
- dn{"tidszon"}
- }
- }
- listPattern{
- unit{
- 2{"{0} och {1}"}
- end{"{0} och {1}"}
- }
- unit-short{
-