Table of Contents
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.
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.
Therefore the source code on github doesn’t really help to browse the full list. The javadoc would, so please check the link above.