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.
Created attachment 10364 [details] image showing the problem.
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 ); }
*** Bug 106114 has been marked as a duplicate of this bug. ***