summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c18
1 files changed, 14 insertions, 4 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 4dce7ae157..2b9457e1b0 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -947,18 +947,28 @@ const struct settings_list settings[] = {
947 OFFON_SETTING(0,tagcache_autoupdate, 947 OFFON_SETTING(0,tagcache_autoupdate,
948 LANG_TAGCACHE_AUTOUPDATE,false,"tagcache_autoupdate",NULL), 948 LANG_TAGCACHE_AUTOUPDATE,false,"tagcache_autoupdate",NULL),
949#endif 949#endif
950#ifdef HAVE_LCD_BITMAP
950 CHOICE_SETTING(0, default_codepage, LANG_DEFAULT_CODEPAGE, 0, 951 CHOICE_SETTING(0, default_codepage, LANG_DEFAULT_CODEPAGE, 0,
951 "default codepage", 952 "default codepage", /* The order must match with that in unicode.c */
952 "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256," 953 "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256,"
953 "iso8859-9,iso8859-2,sjis,gb2312,ksx1001,big5,utf-8,cp1256", 954 "iso8859-9,iso8859-2,sjis,gb2312,ksx1001,big5,utf-8",
954 set_codepage, 13, 955 set_codepage, 13,
955 ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK), 956 ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK),
956 ID2P(LANG_CODEPAGE_HEBREW), ID2P(LANG_CODEPAGE_CYRILLIC), 957 ID2P(LANG_CODEPAGE_HEBREW), ID2P(LANG_CODEPAGE_CYRILLIC),
957 ID2P(LANG_CODEPAGE_THAI), ID2P(LANG_CODEPAGE_ARABIC), 958 ID2P(LANG_CODEPAGE_THAI), ID2P(LANG_CODEPAGE_ARABIC),
958 ID2P(LANG_CODEPAGE_TURKISH), ID2P(LANG_CODEPAGE_LATIN_EXTENDED), 959 ID2P(LANG_CODEPAGE_TURKISH), ID2P(LANG_CODEPAGE_LATIN_EXTENDED),
959 ID2P(LANG_CODEPAGE_JAPANESE), ID2P(LANG_CODEPAGE_SIMPLIFIED), 960 ID2P(LANG_CODEPAGE_JAPANESE), ID2P(LANG_CODEPAGE_SIMPLIFIED),
960 ID2P(LANG_CODEPAGE_KOREAN), 961 ID2P(LANG_CODEPAGE_KOREAN), ID2P(LANG_CODEPAGE_TRADITIONAL),
961 ID2P(LANG_CODEPAGE_TRADITIONAL), ID2P(LANG_CODEPAGE_UTF8)), 962 ID2P(LANG_CODEPAGE_UTF8)),
963#else /* !HAVE_LCD_BITMAP */
964 CHOICE_SETTING(0, default_codepage, LANG_DEFAULT_CODEPAGE, 0,
965 "default codepage", /* The order must match with that in unicode.c */
966 "iso8859-1,iso8859-7,cp1251,iso8859-9,iso8859-2,utf-8",
967 set_codepage, 6,
968 ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK),
969 ID2P(LANG_CODEPAGE_CYRILLIC), ID2P(LANG_CODEPAGE_TURKISH),
970 ID2P(LANG_CODEPAGE_LATIN_EXTENDED), ID2P(LANG_CODEPAGE_UTF8)),
971#endif
962 972
963 OFFON_SETTING(0,warnon_erase_dynplaylist, 973 OFFON_SETTING(0,warnon_erase_dynplaylist,
964 LANG_WARN_ERASEDYNPLAYLIST_MENU,false, 974 LANG_WARN_ERASEDYNPLAYLIST_MENU,false,