@ MK
The Former Yugoslav Republic of Macedonia.
@ IO
British Indian Ocean Territory.
@ SH
Saint Helena, Ascension and Tristan da Cunha.
@ TF
French Southern Territories.
@ GS
South Georgia and the South Sandwich Islands.
@ UM
United States Minor Outlying Islands.
@ SY
Syrian Arab Republic.
@ PM
Saint Pierre and Miquelon.
@ COUNTRY_UNKNOWN
(Unknown Country)
@ VC
Saint Vincent and The Grenadines.
@ FK
Falkland Islands (Malvinas)
@ SX
Sint Maarten (Dutch part)
@ KN
Saint Kitts and Nevis.
@ CF
Central African Republic.
@ PS
Occupied Palestinian Territory.
@ KP
Democratic People's Republic of Korea.
@ VG
British Virgin Islands.
@ BQ
Bonaire, Saint Eustatius and Saba.
@ TZ
United Republic of Tanzania.
@ VE
Bolivarian Republic of Venezuela.
@ IR
Islamic Republic of Iran.
@ LA
Lao People's Democratic Republic.
@ BO
Plurinational State of Bolivia.
@ BA
Bosnia and Herzegovina.
@ FM
Federated States of Micronesia.
@ MP
Northern Mariana Islands.
@ CD
The Democratic Republic of the Congo.
@ TC
Turks and Caicos Islands.
@ AE
United Arab Emirates.
@ CC
Cocos (Keeling) Islands.
@ TW
Taiwan, Province of China.
@ SJ
Svalbard and Jan Mayen.
@ HM
Heard Island and McDonald Islands.
@ LY
Libyan Arab Jamahiriya.
@ MF
Saint Martin (French part)
@ VA
Holy See (Vatican City State)
@ ST
Sao Tome and Principe.
const char * dvb_country_to_3letters(int id)
Converts an enum dvb_country_t into a 3-letter Country code as used by MPEG-TS tables.
enum dvb_country_t dvb_country_a3_to_id(const char *name)
Converts a 3-letter Country code as used by MPEG-TS tables into enum dvb_country_t.
const char * dvb_country_to_name(int id)
Converts an enum dvb_country_t into a Country name as used by MPEG-TS tables.
enum dvb_country_t dvb_guess_user_country(void)
Guess the country code from the Unix environment variables.
enum dvb_country_t dvb_country_a2_to_id(const char *name)
Converts an Unix-like 2-letter Country code into enum dvb_country_t.
dvb_country_t
ISO-3166-1 alpha-2 country code.
const char * dvb_country_to_2letters(int id)
Converts an enum dvb_country_t into Unix-like 2-letter Country code.