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

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

XMLWordPrintable

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

      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".

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes