https://bugs.kde.org/show_bug.cgi?id=521148
Robby Stephenson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi |ce/tellico/-/commit/344dd78 |ce/tellico/-/commit/6ad82b3 |b66b3262a8f320a402c0b935d0c |7f1c05de913a3b69f4b6f7b5921 |9af0a5 |26f93c --- Comment #3 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 418067 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.
