mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
There are 15 codepages to choose from, not 14.
2d9c0bab
added a codepage but didn't increase the number of choices
for the setting, so UTF8 dropped off the list.
Change-Id: I154032bddaabcb783212370a12b2e5cdea305302
This commit is contained in:
parent
c448d7e79c
commit
63cfbe096b
1 changed files with 1 additions and 1 deletions
|
@ -1718,7 +1718,7 @@ const struct settings_list settings[] = {
|
|||
/* The order must match with that in unicode.c */
|
||||
"iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256,"
|
||||
"iso8859-9,iso8859-2,cp1250,cp1252,sjis,gb2312,ksx1001,big5,utf-8",
|
||||
set_codepage, 14,
|
||||
set_codepage, 15,
|
||||
ID2P(LANG_CODEPAGE_LATIN1),
|
||||
ID2P(LANG_CODEPAGE_GREEK),
|
||||
ID2P(LANG_CODEPAGE_HEBREW), ID2P(LANG_CODEPAGE_CYRILLIC),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue