The message from this sender included one or more files which could not be scanned for virus detection; do not open these files unless you are certain of the sender's intent.
---------------------------------------------------------------------- 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 ------------- Commit messages: - Fix comment for "Norwegian Bokmål" and "Volapük" Changes: https://git.openjdk.org/jdk/pull/12932/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12932&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8303833 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/12932.diff Fetch: git fetch https://git.openjdk.org/jdk pull/12932/head:pull/12932 PR: https://git.openjdk.org/jdk/pull/12932