https://bugs.kde.org/show_bug.cgi?id=411243
Christoph Feck changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Latest Commit||https://commits.kde.org/fil
||elight/69a707b455739d6acac5
||6a52e1953b9e8b283031
Version Fixed In||19.08.2
Resolution|--- |FIXED
--- Comment #1 from Christoph Feck ---
Git commit 69a707b455739d6acac56a52e1953b9e8b283031 by Christoph Feck.
Committed on 21/09/2019 at 12:52.
Pushed by cfeck into branch 'Applications/19.08'.
Fix encoding of size tooltip in radial map
class File (see fileTree.h) internally stores filenames in
8 bit encoding. The size tooltip uses the same API, but does
not correctly encode the tooltip to 8 bit. It uses UTF-8,
while the system might have a different local encoding.
Changing toUtf8() to QFile::encodeName() fixes this.
FIXED-IN: 19.08.2
Reviewed by: aacid
Differential Revision: https://phabricator.kde.org/D24013
M +1-1src/radialMap/map.cpp
https://commits.kde.org/filelight/69a707b455739d6acac56a52e1953b9e8b283031
--
You are receiving this mail because:
You are watching all bug changes.