[Kde-imaging] [Bug 155270] Tags with non-Latin characters dropped during image export

HJ D Lee hj.d.lee at gmail.com
Thu May 8 03:28:58 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=155270         




------- Additional Comments From hj.d.lee gmail com  2008-05-08 03:28 -------
Created an attachment (id=24665)
 --> (http://bugs.kde.org/attachment.cgi?id=24665&action=view)
patch for unicode tags

Before this patch, (Korean) unicode characters sent as '?' characters.

I changed .ascii() call to .utf8() call in MPForm::addPair() and
FlickrTalker::getApiSig()

I convert QCString to QString before sending to QTextStream.

(My guess - QCString has no encoding information.
 Without this, double converted string resulted.)

I have no previous qt library experience before this patch.

So I think QString-QCString-QString conversion may be redundant, but no try to
fix.


More information about the Kde-imaging mailing list