<i18n dev> Integrated: 8303833: java.util.LocaleISOData has wrong comments for 'Norwegian Bokmål' and 'Volapük'

Eirik Bjorsnos duke at openjdk.org
Wed Mar 8 21:28:29 UTC 2023


On Wed, 8 Mar 2023 19:57:43 GMT, Eirik Bjorsnos <duke at openjdk.org> wrote:

> Please review this comment-only PR which fixes incorrect language names  'Norwegian Bokmål' and 'Volapük' in the comments in LocaleISOData:
> 
> `+ "nb" + "nob"  // Norwegian Bokm?l`
> `+ "vo" + "vol"  // Volap?k`
> 
> These encoding issues seem to have been around since Duke imported the file in 2007. Let's fix them now.
> 
> For context: 'Norwegian bokmål'  is the most common written form of the Norwegian language:
> 
> https://en.wikipedia.org/wiki/Bokm%C3%A5l
> 
> 'Volapük' is a constructed language: 
> 
> https://en.wikipedia.org/wiki/Volap%C3%BCk

This pull request has now been integrated.

Changeset: 05ceb37a
Author:    Eirik Bjorsnos <eirbjo at gmail.com>
Committer: Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/05ceb37a2c036580d445c5a7759db74633c090fe
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8303833: java.util.LocaleISOData has wrong comments for 'Norwegian Bokmål' and 'Volapük'

Reviewed-by: naoto

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

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


More information about the i18n-dev mailing list