Convert char from ISO-8859-1 to UTF-8 (#99)

Fixes #97
pull/107/merge
David Drysdale 8 years ago committed by GitHub
parent 4bc0202c87
commit 3d4ad155fb
  1. 2
      acountry.c

@ -273,7 +273,7 @@ static const struct search_list *list_lookup(int number, const struct search_lis
*/
static const struct search_list country_list[] = {
{ 4, "af", "Afghanistan" },
{ 248, "ax", "Åland Island" },
{ 248, "ax", "Åland Island" },
{ 8, "al", "Albania" },
{ 12, "dz", "Algeria" },
{ 16, "as", "American Samoa" },

Loading…
Cancel
Save