On Monday 23 January 2006 08:57, Thomas Braxton wrote: > This patch implements QUrl in readEntry/writeEntry. Good idea, but it should use toEncoded/fromEncoded instead, (and as others said, this is unrelated to path entries). QUrl("...") and QUrl::toString are useless for our purposes. QUrl("file:///foo%23bar").toString() is "file:///foo#bar", which gives a fragment of 'bar' when passed back to a QUrl. So, better use toEncoded/fromEncoded; or wait for my QUrl-based KURL which is coming as soon as one last QUrl bug is fixed (returning invalid urls unchanged instead of returning empty, useful for error messages). -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).