Bug 102596

Summary: cover manager shows german umlauts in album names not always correct.
Product: [Applications] amarok Reporter: andreaswuest
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: normal CC: takumi
Priority: NOR    
Version: 1.2.2   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: image showing the problem.

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. ***