Re: RFR: 8295564: Norwegian Nynorsk Locale is missing formatting

2022-10-19 Thread Joe Wang
On Wed, 19 Oct 2022 19:04:57 GMT, Naoto Sato wrote: > This is a regression caused by upgrading CLDR to version 39 (JDK-8258794), in > which CLDR changed the locale inheritance for Norwegian. Some locale data > (including number elements) that were in `nn` locale was moved to `no`. There > was

Re: RFR: 8295564: Norwegian Nynorsk Locale is missing formatting

2022-10-19 Thread Iris Clark
On Wed, 19 Oct 2022 19:04:57 GMT, Naoto Sato wrote: > This is a regression caused by upgrading CLDR to version 39 (JDK-8258794), in > which CLDR changed the locale inheritance for Norwegian. Some locale data > (including number elements) that were in `nn` locale was moved to `no`. There > was

RFR: 8295564: Norwegian Nynorsk Locale is missing formatting

2022-10-19 Thread Naoto Sato
This is a regression caused by upgrading CLDR to version 39 (JDK-8258794), in which CLDR changed the locale inheritance for Norwegian. Some locale data (including number elements) that were in `nn` locale was moved to `no`. There was a code in CLDRConverter that specially handles `no` locale not