<table><tr><td style="">vandenoever created this revision.<br />vandenoever added reviewers: dfaure, arichardson, apol.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />vandenoever 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/D19107">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>commit <a href="https://phabricator.kde.org/R237:6a185285ae44ed182dbab9206b9092f78c7d3714" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">6a18528</a> introduced escaping of bytes >= 127 to ensure that<br />
KConfig files are valid UTF8.<br />
The simplistic approach with a cutoff results in many escaped bytes<br />
where it is not required. Especially non-western configuration files<br />
would have many escapes.</p>

<p>This commit fixes that by only escaping bytes that are not valid UTF8.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>ninja && ninja test</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R237 KConfig</div></div></div><br /><div><strong>BRANCH</strong><div><div>utf8</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19107">https://phabricator.kde.org/D19107</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/kconfigtest.cpp<br />
autotests/kconfigtest.h<br />
src/core/kconfigini.cpp</div></div></div><br /><div><strong>To: </strong>vandenoever, dfaure, arichardson, apol<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>