[kopete-bugs] [Bug 173195] Pipes plugin doesn't support Unicode
Sebastian Strand
sebstrand at gmail.com
Mon Dec 15 19:27:56 CET 2008
http://bugs.kde.org/show_bug.cgi?id=173195
--- Comment #3 from Sebastian Strand <sebstrand gmail com> 2008-12-15 19:27:55 ---
Created an attachment (id=29362)
--> (http://bugs.kde.org/attachment.cgi?id=29362)
Proposed fix for "pipes" plugin encoding issues
I've attached a patch that seems to fix the problem for me. I've tested plain
text and xml input/output. The main problem, as far as I can tell, was that
data coming back from the QProcess was implicitly converted to ascii when the
QByteArray output was assigned to a QString. The patch contains some other
modifications as well to reduce the number of conversions back and forth. The
patch applies inside the "pipes" directory.
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kopete-bugs
mailing list