[systemsettings] [Bug 403557] UTF-8 characters are not saved correctly using the implicit path configuration module

Jos van den Oever bugzilla_noreply at kde.org
Sun Feb 17 18:20:59 GMT 2019


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

--- Comment #11 from Jos van den Oever <jos at vandenoever.info> ---
globalpaths.cpp should not use KConfig to write user-dirs.dirs

KConfig escapes bytes >= 127. Improving that so that it does not escape UTF8
would be nice, but it would only solve this issue for users with UTF8 locales.
I think that `user-dirs.dirs` is written in the locale of the user.

https://code.woboq.org/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp.html#177

This does not mention what the encoding of user-dirs.dirs is.
http://manpages.ubuntu.com/manpages/cosmic/man5/user-dirs.dirs.5.html

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


More information about the Unassigned-bugs mailing list