<table><tr><td style="">cfeck created this revision.<br />cfeck added a reviewer: sandsmark.<br />Herald added a subscriber: kde-utils-devel.<br />cfeck requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D24013">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>class File (see <tt style="background: #ebebeb; font-size: 13px;">fileTree.h</tt>) internally stores filenames in 8 bit encoding.<br />
The size tooltip uses the same API, but does not correctly encode the tooltip to 8 bit.<br />
It uses UTF-8, while the system might have a different local encoding.</p>

<p>Changing <tt style="background: #ebebeb; font-size: 13px;">toUtf8()</tt> to <tt style="background: #ebebeb; font-size: 13px;">QFile::encodeName()</tt> fixes this.</p>

<p>BUG: 411243<br />
FIXED-IN: 19.08.2</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R352 Filelight</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24013">https://phabricator.kde.org/D24013</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/radialMap/map.cpp</div></div></div><br /><div><strong>To: </strong>cfeck, sandsmark<br /><strong>Cc: </strong>kde-utils-devel, KDE Applications<br /></div>