Roll icu to 257461
commit12676b56c0fd36ffb0df2d2ae69dc7b7e26dc422
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 18 Mar 2014 07:33:08 +0000 (18 07:33 +0000)
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 18 Mar 2014 07:33:08 +0000 (18 07:33 +0000)
treee260d8b997458205320d0bf1b39d81e1c6fd4c68
parent67048bd1553adf4a684e3fbd651e0d50de51ea9a
Roll icu to 257461

From https://codereview.chromium.org/201133002/

Add the minimal Tajik locale data and update tz data

1. Add the minimal Tajik locale (exemplar character sets and script) for
for Tajik spellchecking

2. Update the timezone data to 2014a (the latest as of today)

3. Drop tranlsiteration files for case changes except for el_Upper.txt because
all others (Turkic and Lithuanian) are covered by ICU's case changing API
without relying on the transliterator. Blink was already changed to use the regular ICU case changing API except for Greek uppercasing for which transliteration (el_Upper) is used.

4. Rebuild icudtl.dat for non-Android and Android
(for build icu_use_data_file_flag=1) as well as the assembly source
files for Linux, Mac and Android (icu_use_data_file_flag=0).

icudt.dll for Windows (icu_use_data_file_flag=0) is not updated in this CL.
We don't need it because icu_use_data_file_flag=1 on all platforms now. Just in
case, I'll update that in a separate CL.

TBR=rouslan
BUG=349194
TEST= webkit_unit_tests:WebFrameTest.SelectRange*, wtf_unittests:*String*Locale* base_unittests:*String*, net_unittests:*IDN* as well as layout tests (esp. fast/text/text-transform-* )

Review URL: https://codereview.chromium.org/199863004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257609 0039d316-1c4b-4281-b951-d872f2087c98
DEPS