[Kde-imaging] [kipiplugins] [Bug 314836] Panorama plugin segfault with non-ascii characters in file paths

Benjamin Girault benjamin.girault at gmail.com
Sat Mar 2 21:36:24 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=314836

--- Comment #10 from Benjamin Girault <benjamin.girault at gmail.com> ---
(In reply to comment #7)
> (In reply to comment #6)
> > Typically, with Qt, to pass const char*  string to C ANSI code and respect
> > encoding, use QFile::encodeName() as here :
> 
> Thanks for the tip, this might be the problem (I'll look into it this
> week-end).

For information, this was half of the problem. The other half was that a char*
string of a filename needs to be converted into a QString with
QString::fromLocal8Bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-imaging mailing list