Sorry, for my English.

Just wanted to say that dewplayer is great but i found a little problem with the playlist and playlist-cover versions.

The player bar (or playing song) shows UTF-8 ID3 tags no problems, but the dropdown playlist does not. for russian/chinese/japenese UTF-8 song titles, just appear empty. but if you click on the bar, the song will play and the title, etc will be correctly displayed in the playing song bar.

you can see by example on sjr.greatsouthernwines.com.
Hi,

Thanks for the report.

Just to rid out that possibility, could you configure the server to serve this file with an UTF-8 encoding? Right now it's:
Content-Type: text/plain

And you would need:
Content-Type: text/plain; charset=UTF-8

(This probably won't fix anything, but just in case...)
Modifié par Florent V. (28 Apr 2010 - 12:45)
Hi Florent,

I don't think that is the problem because the file names are all in iso-8859-1.
It is only the ID3 information in the playlist.xspf which is in utf-8

<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<location>http://sjr.greatsouthernwines.com/images/jukebox/Thu ky niem.mp3</location>
<creator>Don Hô&#768;</creator>
<album>do&#768;ng &#273;&#417;&#768;i</album>
<title>Thu ky&#777; niê&#803;m</title>
</track>
<track>
<location>http://sjr.greatsouthernwines.com/images/jukebox/kazenoeoria.mp3</location>
<creator>Hideaki Tokunaga</creator>
<album>Dear</album>
<title>&#39080;&#12398;&#12456;&#12458;&#12522;&#12450;</title>
</track>
<track>
</trackList>
</playlist>

Not sure, this forum supports utf-8, but in the example above only the song title is using non Latin characters. It is the second song in my list.

I guess the song player is reading the actual ID3 tag from the file rather than the xml playlist file for info? but the song list is reading the xml playlist file?

cheers
steve