| Summary: | cover manager shows german umlauts in album names not always correct. | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | andreaswuest |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | takumi |
| Priority: | NOR | ||
| Version First Reported In: | 1.2.2 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | image showing the problem. | ||
|
Description
andreaswuest
2005-03-27 14:35:19 UTC
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. *** |