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

QString:: / QChar:: toCasefold / toUpper / toLower apply a mix of simple and full casefolding.

    XMLWordPrintable

Details

    • Foundation PM Staging

    Description

      As found in QTBUG-103043:

      • QString::toCasefold() uses simple case folding (C + S),
      • QChar::toCasefold() uses "incomplete" case folding (C),
      • QString::/QChar::toUpper()/toLower() use full case folding (C + F).

      This should be consistent, documented or at best be offered as option to the user.

      Source and explaination of C / F / S:
      https://www.unicode.org/Public/16.0.0/ucd/CaseFolding.txt

      Attachments

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

        Activity

          People

            Eddy Edward Welbourne
            matthias_rauter Matthias Rauter
            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