https://bugs.kde.org/show_bug.cgi?id=521148
Robby Stephenson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Version| |4.2.1 Fixed/Implemented| | In| | Latest Commit| |https://invent.kde.org/offi | |ce/tellico/-/commit/344dd78 | |b66b3262a8f320a402c0b935d0c | |9af0a5 --- Comment #1 from Robby Stephenson <[email protected]> --- Git commit 344dd78b66b3262a8f320a402c0b935d0c9af0a5 by Robby Stephenson. Committed on 29/06/2026 at 01:22. Pushed by rstephenson into branch '4.2'. 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/344dd78b66b3262a8f320a402c0b935d0c9af0a5 -- You are receiving this mail because: You are watching all bug changes.
