Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
-
5f73f4855 (dev)
Description
While overloading QString::insert with QUtf8StringView we have noticed that the obvious solutions are not very effective (because the size might change after the utf8->unicode conversion, the tail has to be moved twice or a temporary buffer is needed).
Optimize the process of inserting UTF-8 encoded characters into a UTF-16 buffer.
Attachments
Issue Links
- resulted from
-
QTBUG-103302 Port QXmlStreamWriter API to QAnyStringView
- Closed