Skip to content

Instantly share code, notes, and snippets.

@bookhankaa
Forked from henrik/eu_country_codes.rb
Created January 11, 2018 16:09
Show Gist options
  • Save bookhankaa/e73b1e7ea0e994ab37630ea4d6b67919 to your computer and use it in GitHub Desktop.
Save bookhankaa/e73b1e7ea0e994ab37630ea4d6b67919 to your computer and use it in GitHub Desktop.
EU (European Union) country codes, ISO 3166-1 alpha-2.
# Note: VAT identification numbers for Greece use "EL", not "GR".
COUNTRY_CODES_EU = %w[
AT BE BG CY CZ DK EE FI FR DE GR HU IE IT
LV LT LU MT NL PL PT RO SK SI ES SE GB
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment