|
Data Structures |
struct | iso3166_entry_t |
Defines |
#define | NUM_CODES (36 * 35 + 35) |
Functions |
| RCSID ("$Id:iso3166.c, v 1.12 2005/06/29 14:24:26 daichik Exp $") |
const gchar * | iso3166_decode_cc (gint code) |
| Decodes a valid 2-letter country code into an integer.
|
gint | iso3166_encode_cc (const gchar *cc) |
| Encodes a valid 2-letter country code into an integer.
|
void | iso3166_init (void) |
void | iso3166_close (void) |
const gchar * | iso3166_country_name (gint code) |
| Maps a valid encoded country code to the country name.
|
const gchar * | iso3166_country_cc (gint code) |
| Maps a valid encoded country code to the 2-letter code.
|
Variables |
struct { |
const char cc [3] |
const char * country |
} | iso3166_tab [] |
| Suggestion for translators: Translate only the name the of country in which the language is spoken - if the native name is different.
|
iso3166_entry_t * | iso3166_countries [NUM_CODES] |