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

Æ not recognized as a letter (split appart from the word)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.8.1
    • None
    • M3 Sonoma 14.6
    • macOS

    Description

      Simple line splitting :

          QString blabla = "Unanimes Æquus, Thuscus, sociique Latini, ";
          qDebug() << blabla << blabla.split(QRegularExpression("\\b"));
      

      Wrong result :

      "Unanimes Æquus, Thuscus, sociique Latini, " QList("", "Unanimes", " Æ", "quus", ", ", "Thuscus", ", ", "sociique", " ", "Latini", ", ")

      The word "Æquus" should not be splitted in "Æ" and "quus".

      Attachments

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

        Activity

          People

            peppe Giuseppe D'Angelo
            Philippe_Verkerk Philippe Verkerk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes