ICU-9071 Merge data from CLDR release-21-d02
X-SVN-Rev: 31339
This commit is contained in:
parent
ef5c72934d
commit
41d1118ef6
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e312d3b7402cb5bc103f78a32dd7df1fdc75ff6db8a803b746fd63bca1e849e2
|
||||
size 7929130
|
||||
oid sha256:634bad439b2b733470df1337f1315be9114a5901f33345cdc5d07573880d2ca8
|
||||
size 7929216
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d96e53aa304de0ddc53f8ce0b0c23944efa83365c4ba52f1ad7c86861296dc70
|
||||
oid sha256:1f39ebb0ad1625a0ab06c5415648daf188403fedb18fb8d44c5c21db7e6367e9
|
||||
size 92708
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d09d693ded672b026fcf27ffab1e98aafc517a339cbc4d67628e7685ef83f589
|
||||
size 719364
|
||||
oid sha256:0075f5f70d34527bd5796c043413a537e7157f5611ffc764c411e2da796ab76b
|
||||
size 719438
|
||||
|
@ -1,7 +1,7 @@
|
||||
//##header
|
||||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2001-2011, International Business Machines Corporation and *
|
||||
* Copyright (C) 2001-2012, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
@ -1373,7 +1373,7 @@ public class NumberFormatTest extends com.ibm.icu.dev.test.TestFmwk {
|
||||
expect3(fmt2,5678.0,"\u05d4\u05f3\u05ea\u05e8\u05e2\u05f4\u05d7");
|
||||
expect2(fmt3,1234.567,"\u06f1\u066c\u06f2\u06f3\u06f4\u066b\u06f5\u06f6\u06f7");
|
||||
expect2(fmt4,1234.567,"\u0967,\u0968\u0969\u096a.\u096b\u096c\u096d");
|
||||
expect2(fmt5,1234.567,"\u0661\u066c\u0662\u0663\u0664\u066b\u0665\u0666\u0667");
|
||||
expect2(fmt5,1234.567,"\u0661\u0662\u0663\u0664\u066b\u0665\u0666\u0667");
|
||||
expect2(fmt6,1234.567,"1.234,567");
|
||||
expect2(fmt7,1234.567, "\u4e00,\u4e8c\u4e09\u56db.\u4e94\u516d\u4e03");
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
######################################################################
|
||||
# Copyright (c) 2004, 2011 International Business Machines
|
||||
# Copyright (c) 2004, 2012 International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
######################################################################
|
||||
# Author: Alan Liu
|
||||
@ -105,12 +105,12 @@ p: - "1,234,56" 1.234
|
||||
p: - "1。234、56" 1234.56
|
||||
|
||||
loc= "ar"
|
||||
p: - "1.234٫56" 1234.56
|
||||
p: - "1'234،56" 1234.56
|
||||
p: - "1٬234،56" 1234.56
|
||||
p: - "1.234,56" 1234.56
|
||||
p: - "1'234,56" 1234.56
|
||||
p: - "1٬234,56" 1234.56
|
||||
p: - "1234٫56" 1234.56
|
||||
p: - "1234،56" 1234.56
|
||||
p: - "1234،56" 1234.56
|
||||
p: - "1234,56" 1234.56
|
||||
p: - "1234,56" 1234.56
|
||||
p: - "1234,56" 1234.56
|
||||
|
||||
strict= true
|
||||
loc= "en"
|
||||
@ -118,5 +118,5 @@ p: - "1、234。56" 1
|
||||
loc= "fr"
|
||||
p: - "1。234、56" 1
|
||||
loc= "ar"
|
||||
p: - "1'234،56" 1234
|
||||
p: - "1٬234،56" 1234
|
||||
p: - "1234،56" 1234
|
||||
p: - "1234،56" 1234
|
||||
|
Loading…
Reference in New Issue
Block a user