Skip to content

Instantly share code, notes, and snippets.

@generalconsensus
Forked from henrik/eu_country_codes.rb
Created June 1, 2012 08:31
Show Gist options
  • Save generalconsensus/2850341 to your computer and use it in GitHub Desktop.
Save generalconsensus/2850341 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