From ef4d4662732214f8648297e837a5933a01c79396 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 7 Dec 2005 19:57:50 +0000 Subject: [PATCH] ICU-4714 Fixes for collation X-SVN-Rev: 18879 --- icu4c/source/test/cintltst/cloctst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/cintltst/cloctst.c b/icu4c/source/test/cintltst/cloctst.c index 7e65df46d54..bedbb7e04a8 100644 --- a/icu4c/source/test/cintltst/cloctst.c +++ b/icu4c/source/test/cintltst/cloctst.c @@ -66,7 +66,7 @@ static const char* rawData2[LOCALE_INFO_SIZE][LOCALE_SIZE] = { /* ISO-3 country */ { "USA", "FRA", "ESP", "GRC", "NOR", "CHN", "DEU", "", "JPN" }, /* LCID */ - { "409", "40c", "403", "408", "814", "804", "407", "a", "411" }, + { "409", "40c", "403", "408", "814", "804", "10407", "40a", "411" }, /* display language (English) */ { "English", "French", "Catalan", "Greek", "Norwegian", "Chinese", "German", "Spanish", "Japanese" },