Skip to content

Instantly share code, notes, and snippets.

@kwmiebach
Forked from henrik/eu_country_codes.rb
Last active August 4, 2017 12:01
Show Gist options
  • Select an option

  • Save kwmiebach/0bb21561c1785c822038f3a50238e6ba to your computer and use it in GitHub Desktop.

Select an option

Save kwmiebach/0bb21561c1785c822038f3a50238e6ba to your computer and use it in GitHub Desktop.
European ISO country codes for DHL (except germany)
# Diese Liste enthaelt laender doppelt mit teils abeichenden ISO Codes
EU_AUSLAND_CODES_DHL = [
"AT",
"BE",
"BG",
"CY",
"CZ",
"DK",
"EE",
"ES",
"FI",
"FR",
"GB",
"UK",
"GR",
"EL",
"HR",
"HU",
"IE",
"IT",
"LT",
"LU",
"LV",
"MT",
"NL",
"PL",
"PT",
"PT",
"RO",
"SE",
"SI",
"SK",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment