Hi Everyone, I have been struggling with this problem for some time now. I think I have tried everything possible and still can't get things working.
What is happening is that if I encode the mp3s using utf-8 then the only way I can see the french characters during playback is by using the ISO-8859-1 codepage. Which I find to be strange.
I'm using gentoo and previously was using the ISO-8859-15 codepage. I have changed everything over to utf-8, run an env-update, rebooted.
locale gives me this.
LANG=en_US.utf8
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=en_US.utf8
After this was changed, I re-emerged lame (the mp3 encoder), re-emerge k3b (the CD ripping program), and even re-emerged glibc (the C libraries).
Still after all this, when I encoded mp3s only codepage ISO-8859-1 would show the french characters correctly. If I used codepage UTF-8 then the french characters like éèê, etc appear as blank boxes.
I tried the ripping program called grip. There is even an option to select UTF-8 to encode the ID3 tags. This option was obviously chosen.
Still the same problem, choosing UTF-8 shows blank boxes for the accented characters, and only ISO-8859-1 shows the characters correctly.
I know this is not the "end of the world" and obviously I can still listen to music.
It just seems so strange that only ISO-8859-1 shows the characters correctly.
I have also upgraded from rockbox version r17041-080408 to the latest rockbox 3.2, with similar results.
I am using a sansa e280.
What do I do !
I'm going crazy ....
Thanks Everyone