Bug 102596 - cover manager shows german umlauts in album names not always correct.
Summary: cover manager shows german umlauts in album names not always correct.
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 1.2.2
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
: 106114 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-27 14:35 UTC by andreaswuest
Modified: 2006-06-11 12:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
image showing the problem. (30.03 KB, image/png)
2005-03-27 14:35 UTC, andreaswuest
Details

Note You need to log in before you can comment on or make changes to this bug.
Description andreaswuest 2005-03-27 14:35:19 UTC
Version:           1.2.2 (using KDE KDE 3.3.2)
Installed from:    Gentoo Packages

cover manager uses international locale of amazon.
in this case the ü in Sprünge is not displayed correctly.

attached image shows the problem.
Comment 1 andreaswuest 2005-03-27 14:35:58 UTC
Created attachment 10364 [details]
image showing the problem.
Comment 2 Alexandre Oliveira 2005-03-30 03:39:31 UTC
CVS commit by aoliveira: 

We need to read amazon answer as UTF8.
BUG: 102596


  M +1 -1      coverfetcher.cpp   1.83


--- kdeextragear-1/amarok/src/coverfetcher.cpp  #1.82:1.83
@@ -205,5 +205,5 @@ CoverFetcher::receivedXmlData( KIO::Job*
 {
     // Append new chunk of string
-    m_xml += QString( data );
+    m_xml += QString::fromUtf8( data );
 }
 
Comment 3 Alexandre Oliveira 2005-05-22 17:32:17 UTC
*** Bug 106114 has been marked as a duplicate of this bug. ***