(*** This bug was imported into bugs.kde.org ***) Package: keditbookmarks Version: KDE 3.0.3 Severity: normal Installed from: Compiled From Sources Compiler: gcc 2.95.4 OS: Linux OS/Compiler notes: Debian GNU/Linux 3.0 If you import a bookmark file from mozilla that has a bookmark entry with a title that has quote characters in them the title will show up in the bookmark menu in konqueror as " For an example if you have a bookmark with this title: Ian "Hixie" Hickson's weblog it shows up in the bookmark editor and konqueror bookmark menu as: Ian "Hixie" Hickson's weblog In other words konqueror displays the title exactly as it is stored in the bookmark file. (Submitted via bugs.kde.org)
Subject: kdelibs/kio/bookmarks kdelibs/kio/bookmarks kbookmarkimporter.cc,1.16,1.17 kbookmarkimporter.h,1.9,1.10 Author: hausmann Modified Files: kbookmarkimporter.cc kbookmarkimporter.h Log Message: - wrote a method resolveEntities that does what its name says, removed the old QRegExp based code that replace & with & and lt/gt . As resolveEntities makes use of KCharsets::fromEntity now all sorts of entities get properly resolve when reading a mozilla/netscape bookmarks file. Fixes #46962 (" not properly resolved) . Okayed by lypanov CCMAIL: 46962-done@bugs.kde.org