[Kde-imaging] [kipiplugins] [Bug 314836] Panorama plugin segfault with non-ascii characters in file paths
Benjamin Girault
benjamin.girault at gmail.com
Mon Feb 11 10:27:00 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=314836
--- Comment #7 from Benjamin Girault <benjamin.girault at gmail.com> ---
(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).
> With KUrl, don't forget to use KUrl::toLocalFile() to prevent problem under
> Windows as here :
I always use this function to get the file path, so for this part, it should be
fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-imaging
mailing list