1
0
Fork 0
forked from len0rd/rockbox

Remember the default codepage setting

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8202 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-12-08 19:10:17 +00:00
parent 6ab0f002aa
commit a547084b24

View file

@ -486,6 +486,8 @@ static const struct bit_entry hd_bits[] =
{1, S_O(remote_caption_backlight), false, {1, S_O(remote_caption_backlight), false,
"remote caption backlight", off_on }, "remote caption backlight", off_on },
#endif #endif
{4, S_O(default_codepage), 0, "default codepage", "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,iso8859-6,iso8859-9,iso8859-2,sjis,gb2312,ksx1001,big5,utf-8" },
/* If values are just added to the end, no need to bump the version. */ /* If values are just added to the end, no need to bump the version. */
/* new stuff to be added at the end */ /* new stuff to be added at the end */