summaryrefslogtreecommitdiffstats
path: root/icu4c
diff options
context:
space:
mode:
authorFredrik Roubert <roubert@google.com>2015-03-06 20:59:39 +0100
committerFredrik Roubert <roubert@google.com>2015-03-20 15:18:53 +0100
commitd3a19b78c2bfb4a3dde3b4a35f62cccd82809da4 (patch)
treef885c4ce5ecd055fc9399039315a7a948b065c9b /icu4c
parent856968545c2d26d928ba78a0556952dad8635f26 (diff)
downloadandroid_external_icu-d3a19b78c2bfb4a3dde3b4a35f62cccd82809da4.tar.gz
android_external_icu-d3a19b78c2bfb4a3dde3b4a35f62cccd82809da4.tar.bz2
android_external_icu-d3a19b78c2bfb4a3dde3b4a35f62cccd82809da4.zip
Android patch: CLDR data: Turkish DMY date format.
This change was introduced in Android by the ICU51.1 upgrade: https://android.googlesource.com/platform/external/icu/+/8393335 Change-Id: I60026237b016daad2bc9e55f86af0e399992c911
Diffstat (limited to 'icu4c')
-rw-r--r--icu4c/source/data/locales/tr.txt2
-rw-r--r--icu4c/source/test/intltest/tmsgfmt.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/icu4c/source/data/locales/tr.txt b/icu4c/source/data/locales/tr.txt
index ddf5a0fec..40b293df2 100644
--- a/icu4c/source/data/locales/tr.txt
+++ b/icu4c/source/data/locales/tr.txt
@@ -378,7 +378,7 @@ tr{
"d MMMM y EEEE",
"d MMMM y",
"d MMM y",
- "d.MM.y",
+ "d MM y",
"{1} {0}",
"{1} {0}",
"{1} {0}",
diff --git a/icu4c/source/test/intltest/tmsgfmt.cpp b/icu4c/source/test/intltest/tmsgfmt.cpp
index 939de8c62..fb77f4947 100644
--- a/icu4c/source/test/intltest/tmsgfmt.cpp
+++ b/icu4c/source/test/intltest/tmsgfmt.cpp
@@ -445,7 +445,7 @@ void TestMessageFormat::TestTurkishCasing()
}
const UnicodeString expected(
- "At 12:20:00 on 8.08.1997, there was a disturbance in the Force on planet 7.", "");
+ "At 12:20:00 on 8 08 1997, there was a disturbance in the Force on planet 7.", ""); // Google patch
if (result != expected) {
errln("TestTurkishCasing failed on test");
errln( UnicodeString(" Result: ") + result );