|
Rockbox mail archiveSubject: Re: ID3 tag isn't displayed correctlyRe: ID3 tag isn't displayed correctly
From: Greg Haerr <greg_at_censoft.com>
Date: Fri, 27 Sep 2002 17:36:11 -0600 : I guess the only I'll have to do is to edit the ID3 tags with an editor to : get rid off those nasty unicode characters... Well - not necessarily. The font code can almost handle unicode-based characters, if a unicode font is loaded. The first step should be a change to the ID3 tag reader to convert unicode-ID3 tags to ISO8859-1 (very simple) if found. These could then be displayed properly by the existing code. I suggest this be added to the "bug list." If the unicode character cannot be converted to ISO8859, then that character can be converted to the loaded font's default character. Later, a unicode version of lcd_puts{xy} could be created that indexes the current font using unicode (short) indices. If the font supports the unicode character, it'll be displayed. If not, the default character will be displayed. Regards, Greg : : Olivier. : -----Original Message----- : From: Bill Napier [mailto:napier_at_pobox.com] : Sent: Friday, September 27, 2002 4:43 PM : To: rockbox_at_cool.haxx.se : Subject: Re: ID3 tag isn't displayed correctly : : : On Fri, 27 Sep 2002 15:58:00 +0200, "Perron, Olivier" : <olivier.perron_at_mdc.nec.fr> said: : > Hi, I have a couple of files for which the ID3 tag isn't displayed : > correctly. I have "y C - y G" or something like that rather than the : > real title of the song. I've put my smallest sample (5.1 Mb) there: : > http://chewbaka.fmdc.net/rockbox/sample2.mp3 : : > This happens with the very latest CVS version on a player. : : And very probably happens in all other versions of RockBox as well. : :) : : Looking at your sample file, the ID3 information is saved as 16-bit : unicode characters, which is currently unsupported (at least as far as : I could see). : : b Received on 2002-09-28 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |