On Fri, 10 Mar 2023 17:27:11 GMT, Justin Lu <j...@openjdk.org> wrote:
> This PR modifies `java.util.LocaleISOData.isoLanguageTable` to include (name > only) changes from up-to-date [ISO 639 > data](http://www.loc.gov/standards/iso639-2/php/code_list.php.). > > In addition, this PR updates the ISO 639 data (generated in 1999) in > `Bug4175998Test.java`. This includes modifying the `generate_Tables() > `function, since the source data is now stored in a different format. The > outdated raw data stored in the bottom of the file was removed. This pull request has now been integrated. Changeset: dd23ee9e Author: Justin Lu <j...@openjdk.org> Committer: Naoto Sato <na...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/dd23ee9e8732223475a2e8c635322503dffbb6bf Stats: 840 lines in 2 files changed: 62 ins; 626 del; 152 mod 8303917: Update ISO 639 language codes table Reviewed-by: naoto ------------- PR: https://git.openjdk.org/jdk/pull/12980