D19107: Write valid UTF8 characters without escaping.
Thiago Macieira
noreply at phabricator.kde.org
Tue Feb 19 16:48:22 GMT 2019
thiago added inline comments.
INLINE COMMENTS
> vandenoever wrote in kconfigini.cpp:683
> A check for U+10FFFF > value is needed.
> Overlong sequences are caught on line 696 (count < 4).
That's not what an overlong sequence is. You can produce 2-, 3- and 4-byte overlong sequences. See the examples in the Qt test, like 0xc0 0x80.
REPOSITORY
R237 KConfig
REVISION DETAIL
https://phabricator.kde.org/D19107
To: vandenoever, dfaure, arichardson, apol, #frameworks, thiago
Cc: rapiteanu, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190219/3a09ae64/attachment.html>
More information about the Kde-frameworks-devel
mailing list