Bug 3441 - Korean characters do not display via internet radio streams
: Korean characters do not display via internet radio streams
Status: CLOSED WONTFIX
Product: Logitech Media Server
Classification: Unclassified
Component: Localization
: 6.2.2
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-05-23 15:39 UTC by Dan Evans
Modified: 2008-12-18 11:12 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Evans 2006-05-23 15:39:06 UTC
per ticket 4068...

Tried playing a Korean radio station and it displays the song info as gibberish on the screen.

Tested stations:

 * http://01.nanpasun.com:10000
 * http://62.75.220.137:9072
Comment 1 Andy Grundman 2006-05-23 16:31:45 UTC
Dan, if I add this line to Slim::Utils::Unicode, the euc-kr data from this station is properly decoded:

Encode::Guess->add_suspects('euc-kr');

In the current code, this seems to only add utf8, instead of all available encodings?

if ($] > 5.007 && $locale ne 'utf8') {

	Encode::Guess->add_suspects($locale);
}
Comment 2 Dan Sully 2006-05-23 16:35:37 UTC
The problem is with overlappping char sets.. you could add everything, but even fewer things would be guessed.
Comment 3 Dan Sully 2006-06-15 14:50:59 UTC
Changing the add_suspects line will break regular scanning. And because there is no way to determine the charset of the titles there isn't anything to do.

iTunes, Winamp, etc all fail in the same way for the same reason.
Comment 4 Dan Sully 2006-10-30 17:30:09 UTC
Change 10521 should fix this. 7.0 alpha only.
Comment 5 Chris Owens 2008-03-07 09:04:04 UTC
This bug is being closed since it was resolved for a version which is now released!  Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html

If you are still seeing this bug, please re-open it and we will consider it for a future release.