Last active
January 24, 2025 10:24
-
-
Save woodbridge/6a3c9c85b1c97ac669b05177e4cd70cb to your computer and use it in GitHub Desktop.
European Union ISO Country Codes (Alpha 3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| eu = [ | |
| 'AUT', 'BEL', 'BGR','HRV', 'CZE', 'DNK', 'EST', 'FIN', 'FRA', | |
| 'DEU', 'GRC', 'HUN', 'IRL', 'ITA', 'LVA', 'LTU', 'LUX', 'MLT', | |
| 'NLD', 'POL', 'PRT', 'ROU', 'SVK', 'SVN', 'ESP', 'SWE', 'GBR' | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment