Created
May 20, 2018 18:20
-
-
Save ZoranPandovski/a8e82f907f43a497ba7d3bf7bcae30bc to your computer and use it in GitHub Desktop.
GDPR Country codes
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
gdpr_cc = ["AT", "BE", "BG", "CY", "CH", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", | |
"GB", "GR", "HR", "HU", "IE","IS", "IT","LI", "LT", "LU", "LV", "MT", "NL","NO", | |
"PL", "PT", "RO", "SE", "SI", "SK"] | |
#EU and EFTA Country codes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this :)