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

--- Comment #6 from Robby Stephenson <[email protected]> ---
Git commit 6ad82b37f1c05de913a3b69f4b6f7b592126f93c by Robby Stephenson.
Committed on 03/07/2026 at 13:42.
Pushed by rstephenson into branch 'master'.

Validate XML element names with QXml

Newer versions of libxml2 are more lenient with valid xml names than
QXmlStreamReader allows, such as with multi-byte emoji. Use both
methods to check.

Use correct approach to strip control codes with multi-byte input.
Related: bug 521148
FIXED-IN: 4.2.1

M  +1    -0    ChangeLog
A  +30   -0    src/tests/data/bug521148.xml
M  +18   -10   src/tests/tellicoreadtest.cpp
M  +20   -23   src/translators/tellico_xml.cpp
M  +0    -1    src/translators/tellico_xml.h
M  +3    -1    src/translators/tellicoimporter.cpp

https://invent.kde.org/office/tellico/-/commit/6ad82b37f1c05de913a3b69f4b6f7b592126f93c

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to