From kde-bugs-dist Sun Oct 09 18:16:21 2005 From: Richard "Lärkäng" Date: Sun, 09 Oct 2005 18:16:21 +0000 To: kde-bugs-dist Subject: [Bug 113950] cddb encoding incorrect for local storage Message-Id: <20051009181621.27793.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=112888179304558 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=113950 ------- Additional Comments From richard goteborg utfors se 2005-10-09 20:16 ------- I guessed that when freedb added support for utf8, they changed the files to utf8 too since that's what it sends from the server. But it looks like the server does runtime detection of the encoding and converts it if needed. I've tried before to add some kind of automatic encoding-detection before, but I didn't get good enough result with the Qt/KDE-methods to detect it. But with the code from the cddb server I seem to get good results, but I need to do some more testing. I'll do some more testing on that code, and then I'll try to incorporate it in to libkcddb.