[kopete-bugs] [Bug 173195] Pipes plugin doesn't support Unicode
Christoph Burgmer
chrislb at gmx.de
Mon Oct 20 17:31:54 CEST 2008
http://bugs.kde.org/show_bug.cgi?id=173195
--- Comment #1 from Christoph Burgmer <chrislb gmx de> 2008-10-20 17:31:53 ---
See
http://websvn.kde.org/trunk/playground/network/kopete/plugins/pipes/pipesplugin.cpp?revision=746167&view=markup
// poop out appropriate data
if ( pipeOptions.pipeContents == HtmlBody )
pipe.write ( msg.escapedBody().toLocal8Bit() );
else if ( pipeOptions.pipeContents == PlainBody )
pipe.write ( msg.plainBody().toLocal8Bit() );
else if ( pipeOptions.pipeContents == Xml )
pipe.write ( createXml ( msg ).toLocal8Bit() );
Everything is piped through using 8 bit without any encoding conversion.
--
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