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

Optimize UTF-8 insertions into an UTF-16 buffer

    XMLWordPrintable

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

          For Gerrit Dashboard: QTBUG-108546
          # Subject Branch Project Status CR V

          Activity

            People

              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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes