RFR: 8252497: Incorrect numeric currency code for ROL

2020-08-28 Thread Yuri Nesterenko
Hi, I have a customer requiring an obsolete currency ROL for something. They pointed that numeric code for it should be 642, and they cannot change that value using java.util.currency.data file. Bug is: https://bugs.openjdk.java.net/browse/JDK-8252497 The trivial fix is in CurrencyData.properties

Re: RFR: 8252497: Incorrect numeric currency code for ROL

2020-08-28 Thread Naoto Sato
Hi Yuri, Thanks for the catch! Looks good to me. Please update the copyright year to 2020 before the push. Naoto On 8/28/20 3:32 AM, Yuri Nesterenko wrote: Hi, I have a customer requiring an obsolete currency ROL for something. They pointed that numeric code for it should be 642, and they c

Re: RFR: 8252497: Incorrect numeric currency code for ROL

2020-08-28 Thread Naoto Sato
Sorry, another comment here. The ROL currency seemed to have no minor unit (minor digit is zero). So it should be listed in "minor0" property. Naoto On 8/28/20 9:30 AM, Naoto Sato wrote: Hi Yuri, Thanks for the catch! Looks good to me. Please update the copyright year to 2020 before the push