From 63cfbe096b12cbf71418f4adaffc8cf8309a9e27 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 18 Jan 2014 20:37:19 +0100 Subject: There are 15 codepages to choose from, not 14. 2d9c0bab added a codepage but didn't increase the number of choices for the setting, so UTF8 dropped off the list. Change-Id: I154032bddaabcb783212370a12b2e5cdea305302 --- apps/settings_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings_list.c b/apps/settings_list.c index 838d783cbd..246064cff7 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -1718,7 +1718,7 @@ const struct settings_list settings[] = { /* The order must match with that in unicode.c */ "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256," "iso8859-9,iso8859-2,cp1250,cp1252,sjis,gb2312,ksx1001,big5,utf-8", - set_codepage, 14, + set_codepage, 15, ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK), ID2P(LANG_CODEPAGE_HEBREW), ID2P(LANG_CODEPAGE_CYRILLIC), -- cgit v1.2.3