Bugzilla – Bug 9657
CLI commands favorites/playlists returns wrong international chars
Last modified: 2009-10-05 14:36:46 UTC
The favorites and playlists CLI commands return wrong encoded international characters. I have a playlist names: nëw. It show ok on the squeezecenter web interface. If I use the CLI to retrieve the playlists, the following is returned: 3f%3Ad6%3Aa2%3A0c%3A11%3A0b playlists 0 256 id%3A39 playlist%3An%C3%83%C2%ABw count%3A1 .... The playlist tag value returned here is: n%C3%83%C2%ABw It should have been this: n%C3%ABw The unicode/utf8 sequence for ë is: C3AB and not C383C2AB. So where does the %83%C2 come from? I see this inserted everywhere a 2 byte UTF8 character is expected. This used to work properly in SC 6.5 (and 7.0 ?). You can reproduce this by creating a playlist with name with one or more accented characters on the web interface. Then open up a telnet session to localhost:9090 and issue the command: playlists 0 256
I see the same thing that koelec reported. Felix, is this something you would look at?
I believe you meant Michael or Andy, didn't you?
probably related to the issue Barry is seeing in bug 8585
Please give the latest 7.3/r23806 another try. I've checked in a few changes which might cover your issues.
(In reply to comment #4) > Please give the latest 7.3/r23806 another try. I've checked in a few changes > which might cover your issues. > Don't see r23806. Did try r23805 with issue not resolved. With the name 'pläylist' being shown in the browser the CLI returns this as part of a playlists command: playlist%3Apl%C3%83%C2%A4ylist should have been: playlist%3Apl%C3%A4ylist
> Don't see r23806. Did try r23805 with issue not resolved. That's why I said 23806 :-). It'll be available in a few hours.
Fixed in the change mentioned: favorites items 0 10 favorites items 0 10 title%3AFavoriten id%3A0 name%3AZuf%C3%A4llige%20Titel type%3Aaudio isaudio%3A1 hasitems%3A0 id%3A1 name%3AZuf%C3%A4llige%20Alben type%3Aaudio isaudio%3A1 hasitems%3A0 count%3A2 (this is "Zufällige Titel" and "Zufällige Alben") Feel free to re-open if it still doesn't work for you. Thanks!
This bug has been marked as fixed in the 7.4.0 release version of SqueezeBox Server! * SqueezeCenter: 28672 * Squeezebox 2 and 3: 130 * Transporter: 80 * Receiver: 65 * Boom: 50 * Controller: 7790 * Radio: 7790 Please see the Release Notes for all the details: http://wiki.slimdevices.com/index.php/Release_Notes If you haven't already, please download and install the new version from http://www.logitechsqueezebox.com/support/download-squeezebox-server.html If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.