summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2024-12-15 01:28:50 +0000
committerSolomon Peachy <pizza@shaftnet.org>2024-12-15 15:44:15 -0500
commite334a1f95e8149adefbcf1aeccd0be2649106c6a (patch)
tree7c023b2d7f118008adcb286c9f9a2ff8b068fd63
parent10b844851145fd041036603d4b56d17aa9d04ec5 (diff)
downloadrockbox-e334a1f95e.tar.gz
rockbox-e334a1f95e.zip
Settings: Make Default Codepage default to UTF-8
Associated with FS#13534 Change-Id: I41f64ff59b32aac90158cf72bc535e7fc6949b3b
-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 ccc754f6d8..66375c5f04 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1835,7 +1835,7 @@ const struct settings_list settings[] = {
OFFON_SETTING(F_BANFROMQS, tagcache_autoupdate, LANG_TAGCACHE_AUTOUPDATE, false,
"tagcache_autoupdate", NULL),
#endif
- CHOICE_SETTING(F_TEMPVAR, default_codepage, LANG_DEFAULT_CODEPAGE, 0,
+ CHOICE_SETTING(F_TEMPVAR, default_codepage, LANG_DEFAULT_CODEPAGE, 14,
"default codepage",
/* The order must match with that in unicode.c */
"iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256,"