#include <glib.h>
Go to the source code of this file.
Functions | |
| 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. | |
|
|
|
|
|
Maps a valid encoded country code to the 2-letter code.
|
|
|
Maps a valid encoded country code to the country name.
|
|
|
Encodes a valid 2-letter country code into an integer.
|
|
|
|
1.3.6