[PATCH] fix for encoding issues with webdav

Till Adam adam at kde.org
Tue Apr 5 19:53:43 BST 2005


Heya folks,

attached patch fixes the failure of kio_http in webdav mode to detect 
encodings correctly. Instead of storing the data from the server as a QString 
internally it uses a QByteArray and then relies on QDomDocument::setContent() 
to do proper encoding detection as it should, I think. In order to keep 
things BC I've added the BA behind the d-pointer and kept the QSTring member 
as a dummy. Ok?

Till
-------------- next part --------------
A non-text attachment was scrubbed...
Name: webdav-encoding-fix.diff
Type: text/x-diff
Size: 4320 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20050405/4a04158a/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20050405/4a04158a/attachment.sig>


More information about the kde-core-devel mailing list