https://bugs.kde.org/show_bug.cgi?id=435768
Eric Jiang <erji...@alumni.iu.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erji...@alumni.iu.edu --- Comment #2 from Eric Jiang <erji...@alumni.iu.edu> --- Using kdenlive master from a couple weeks ago, I was able to create a title with "testɐᄃ𐀀🡡test" successfully and confirmed that it was saved in the project XML as UTF-8 properly. However, opening the project XML caused the non-BMP characters to be lost. In kdenlivedoc.cpp:147, removing the line impl.setInvalidDataPolicy(QDomImplementation::DropInvalidChars); lets me save and open project files with the example string Andy provided. It was originally added in f7d6026d but not clear what specific problem led to it (mantis no longer online). Someone more knowledgeable than me should weigh in on how risky it is to change the InvalidDataPolicy. -- You are receiving this mail because: You are watching all bug changes.