-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.10.0
-
None
The following code
#include <QApplication> #include <QTextEdit> int main(int argc, char **argv) { QApplication a(argc, argv); QTextEdit te; te.show(); te.document()->setHtml("<html><h1 id=\"something\">🧭 Main points in summary</h1><h1>🧭 Main points in summary</h1></html>"); return a.exec(); }
renders like
For Gerrit Dashboard: QTBUG-140929 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
683099,4 | appendNodeText: Don't split emojis with surrogate chars in two | dev | qt/qtbase | Status: ABANDONED | 0 | 0 |
684074,1 | appendNodeText: Don't split emojis with surrogate chars in two | dev | qt/qtbase | Status: INTEGRATING | +2 | 0 |