summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2014-01-27 20:27:15 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2014-01-27 20:27:15 +0100
commitf63b42ad41b911179992fda28cf03fa7a169c5b3 (patch)
tree8fd62e6a6d9b8460609a30237dc320ef3b178cde
parent7df8ebf263c5645e4a647d5a9ef79cb49a7e3ac7 (diff)
downloadrockbox-f63b42ad41b911179992fda28cf03fa7a169c5b3.tar.gz
rockbox-f63b42ad41b911179992fda28cf03fa7a169c5b3.zip
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
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
1733#else /* !HAVE_LCD_BITMAP */ 1733#else /* !HAVE_LCD_BITMAP */
1734 /* The order must match with that in unicode.c */ 1734 /* The order must match with that in unicode.c */
1735 "iso8859-1,iso8859-7,cp1251,iso8859-9,iso8859-2,cp1250,cp1252,utf-8", 1735 "iso8859-1,iso8859-7,cp1251,iso8859-9,iso8859-2,cp1250,cp1252,utf-8",
1736 set_codepage, 7, 1736 set_codepage, 8,
1737 ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK), 1737 ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK),
1738 ID2P(LANG_CODEPAGE_CYRILLIC), ID2P(LANG_CODEPAGE_TURKISH), 1738 ID2P(LANG_CODEPAGE_CYRILLIC), ID2P(LANG_CODEPAGE_TURKISH),
1739 ID2P(LANG_CODEPAGE_LATIN_EXTENDED), 1739 ID2P(LANG_CODEPAGE_LATIN_EXTENDED),