mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
Settings: Make Default Codepage default to UTF-8
Associated with FS#13534 Change-Id: I41f64ff59b32aac90158cf72bc535e7fc6949b3b
This commit is contained in:
parent
10b8448511
commit
e334a1f95e
1 changed files with 1 additions and 1 deletions
|
@ -1835,7 +1835,7 @@ const struct settings_list settings[] = {
|
||||||
OFFON_SETTING(F_BANFROMQS, tagcache_autoupdate, LANG_TAGCACHE_AUTOUPDATE, false,
|
OFFON_SETTING(F_BANFROMQS, tagcache_autoupdate, LANG_TAGCACHE_AUTOUPDATE, false,
|
||||||
"tagcache_autoupdate", NULL),
|
"tagcache_autoupdate", NULL),
|
||||||
#endif
|
#endif
|
||||||
CHOICE_SETTING(F_TEMPVAR, default_codepage, LANG_DEFAULT_CODEPAGE, 0,
|
CHOICE_SETTING(F_TEMPVAR, default_codepage, LANG_DEFAULT_CODEPAGE, 14,
|
||||||
"default codepage",
|
"default codepage",
|
||||||
/* The order must match with that in unicode.c */
|
/* The order must match with that in unicode.c */
|
||||||
"iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256,"
|
"iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256,"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue