On Tue, 26 Apr 2022 00:32:48 GMT, Naoto Sato <na...@openjdk.org> wrote:

> This was caused by incorporating CLDR v39, which switched the Norwegian 
> locale inheritance from `no` -> `nb` to `nb` ->`no` and moved the resources 
> from `nb` to `no`, which now contradicts Java's locale fallback. Explicitly 
> inheriting `no` from `nb` will fix the issue.

Will this fix make its way back to java 17?

-------------

PR: https://git.openjdk.org/jdk/pull/8394

Reply via email to