Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-108546

Optimize UTF-8 insertions into an UTF-16 buffer

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • None
    • 5f73f4855 (dev)

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ahmad.samir Ahmad Samir
            mate Máté Barany
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes