Re: RFR: [11] 8202537: CLDR 33

2018-06-13 Thread Roger Riggs

Hi Rachna,

How much of the updates are done mechanically between the CLDR data and 
the .xml files?

Manually reviewing that many files is likely to be error prone.

Thanks, Roger


On 6/13/2018 1:33 AM, Rachna Goel wrote:

Hi,

Kindly review fix for JDK-8202537. Fix is to upgrade Unicode 
consortium's CLDR data into JDK from current version 29 to 33.


For more info : http://cldr.unicode.org/index/downloads/cldr-33

Bug : https://bugs.openjdk.java.net/browse/JDK-8202537

Patch: http://cr.openjdk.java.net/~rgoel/JDK-8202537/webrev.06/index.html





Re: RFR: [11] 8202537: CLDR 33

2018-06-13 Thread Rachna Goel

Hi Roger,

No update is done mechanically between CLDR data and .xml files.

CLDR's data in .xml files are generated into resourcebundles at build 
time by cldrconverter tool.


Already existing regression test 
"test/jdk/sun/text/resources/LocaleDataTest.java" verify that same data 
is retrieved by APIs.


Thanks,

Rachna*
*


On 6/13/18 8:06 PM, Roger Riggs wrote:

Hi Rachna,

How much of the updates are done mechanically between the CLDR data 
and the .xml files?

Manually reviewing that many files is likely to be error prone.

Thanks, Roger


On 6/13/2018 1:33 AM, Rachna Goel wrote:

Hi,

Kindly review fix for JDK-8202537. Fix is to upgrade Unicode 
consortium's CLDR data into JDK from current version 29 to 33.


For more info : http://cldr.unicode.org/index/downloads/cldr-33

Bug : https://bugs.openjdk.java.net/browse/JDK-8202537

Patch: 
http://cr.openjdk.java.net/~rgoel/JDK-8202537/webrev.06/index.html






--
Thanks,
Rachna



Re: RFR: [11] 8202537: CLDR 33

2018-06-13 Thread naoto . sato

Hi Rachna,

A couple of comments:

- NumberingSystemsParseHandler.java

Since the code substitutes latin digits for supplementary digits, it can 
skip line 68-79.


- A test should be written for the above substitution.

Naoto

On 6/12/18 10:33 PM, Rachna Goel wrote:

Hi,

Kindly review fix for JDK-8202537. Fix is to upgrade Unicode 
consortium's CLDR data into JDK from current version 29 to 33.


For more info : http://cldr.unicode.org/index/downloads/cldr-33

Bug : https://bugs.openjdk.java.net/browse/JDK-8202537

Patch: http://cr.openjdk.java.net/~rgoel/JDK-8202537/webrev.06/index.html



Re: RFR: [11] 8202537: CLDR 33

2018-06-14 Thread Rachna Goel

Hi Naoto,

Thanks a lot for the review.

I have made suggested changes, Kindly have a look at : 
http://cr.openjdk.java.net/~rgoel/JDK-8202537/webrev.07/


- Updated NumberingSystemsParseHandler.java

- Updated LocaleData.cldr for new test case.

Thanks,

Rachna


On 6/13/18 10:33 PM, naoto.s...@oracle.com wrote:

Hi Rachna,

A couple of comments:

- NumberingSystemsParseHandler.java

Since the code substitutes latin digits for supplementary digits, it 
can skip line 68-79.


- A test should be written for the above substitution.

Naoto

On 6/12/18 10:33 PM, Rachna Goel wrote:

Hi,

Kindly review fix for JDK-8202537. Fix is to upgrade Unicode 
consortium's CLDR data into JDK from current version 29 to 33.


For more info : http://cldr.unicode.org/index/downloads/cldr-33

Bug : https://bugs.openjdk.java.net/browse/JDK-8202537

Patch: 
http://cr.openjdk.java.net/~rgoel/JDK-8202537/webrev.06/index.html




--
Thanks,
Rachna



Re: RFR: [11] 8202537: CLDR 33

2018-06-14 Thread Naoto Sato

Looks good to me.

Naoto

On 6/14/18 7:01 AM, Rachna Goel wrote:

Hi Naoto,

Thanks a lot for the review.

I have made suggested changes, Kindly have a look at : 
http://cr.openjdk.java.net/~rgoel/JDK-8202537/webrev.07/


- Updated NumberingSystemsParseHandler.java

- Updated LocaleData.cldr for new test case.

Thanks,

Rachna


On 6/13/18 10:33 PM, naoto.s...@oracle.com wrote:

Hi Rachna,

A couple of comments:

- NumberingSystemsParseHandler.java

Since the code substitutes latin digits for supplementary digits, it 
can skip line 68-79.


- A test should be written for the above substitution.

Naoto

On 6/12/18 10:33 PM, Rachna Goel wrote:

Hi,

Kindly review fix for JDK-8202537. Fix is to upgrade Unicode 
consortium's CLDR data into JDK from current version 29 to 33.


For more info : http://cldr.unicode.org/index/downloads/cldr-33

Bug : https://bugs.openjdk.java.net/browse/JDK-8202537

Patch: 
http://cr.openjdk.java.net/~rgoel/JDK-8202537/webrev.06/index.html




--
Thanks,
Rachna