i18n-formerly-assigned
Table of Contents
Introduction
This project creates support for 'formerly assigned country codes' (in the form of the enum org.meeuw.i18n.formerlyassigned.FormerlyAssignedCountryCode
. See ISO 3166-3
The idea was to use this in conjuction with neovisionaries nv-i18n which supports current country codes according to ISO 3166-1, and i18n subdivisions with support for subdivisions of countries according to ISO 3166-2.
This is now done via i18n regions.
Implementation
The list of enums values is created by scraping the concerning wikipedia page, using the groovy script in src/main/script
, which is called from the maven build.
Java version
The artifact is compatible with java 8 and higher. Only module-info.class
is compiled with java target version 11.