From f63b42ad41b911179992fda28cf03fa7a169c5b3 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 27 Jan 2014 20:27:15 +0100 Subject: Correct the number of codepages on charcell. 63cfbe0 fixed the number of codepages for bitmap targets. The same issue is present on charcell, so update the number for that as well, fixing UTF-8 missing in the list. Change-Id: Ib5d3494ed3d80e839ae3f59ec0a4277e5aa9d6fd --- 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 246064cff7..9b1ec4427f 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -1733,7 +1733,7 @@ const struct settings_list settings[] = { #else /* !HAVE_LCD_BITMAP */ /* The order must match with that in unicode.c */ "iso8859-1,iso8859-7,cp1251,iso8859-9,iso8859-2,cp1250,cp1252,utf-8", - set_codepage, 7, + set_codepage, 8, ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK), ID2P(LANG_CODEPAGE_CYRILLIC), ID2P(LANG_CODEPAGE_TURKISH), ID2P(LANG_CODEPAGE_LATIN_EXTENDED), -- cgit v1.2.3