This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10896 - Changed default codepage is applied only afterl reboot
Attached to Project:
Rockbox
Opened by Tomer Shalev (tomers) - Wednesday, 06 January 2010, 06:48 GMT+2
Last edited by Alexander Levin (fml2) - Wednesday, 05 May 2010, 23:23 GMT+2
Opened by Tomer Shalev (tomers) - Wednesday, 06 January 2010, 06:48 GMT+2
Last edited by Alexander Levin (fml2) - Wednesday, 05 May 2010, 23:23 GMT+2
|
DetailsTested on r24190-100105
To reproduce: - Start Rockbox, default setting - Play a file with ID3 tags which are encoded in some non-Latin locale (In my case, Hebrew). Notice that the strings are shown in Gibberish. - Change Default Codepage to the other locale (e.g. Hebrew). - Go back to WPS Expected result: All strings that are encoded in the other locale are shown properly. Current result: All these strings are shown in the original locale. Workaround: Restart the player. The new locale is applied. I will not have time to fix this myself, so I'll appreciate if someone else can take responsibility for this bug. Thanks. |
This task depends upon
But you need to reload music files because strings are usualy converted to UTF-8 when they are loaded.
> But you need to reload music files because strings are usually converted to UTF-8 when they are loaded.
This workaround works too, but it is still a workaround, as the expected behavior is that changes should take effect immediately.
I'm almost sure it used to worked this way previously.