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

Gurmukhi Script should not be capitalized

XMLWordPrintable

      Qt attempts to capitalize Germukhi Script. It should not as this script does not distinguish between upper and lower case.

      http://en.wikipedia.org/wiki/Mul_Mantar#Translation

      This will not be rendered properly:

      Text {
      font.capitalization: Font.Capitalize
      text: "ਡ੍ਰਾਮਾ"
      }

      The following code prints "Uppercased!"

      QString punj = "ਡ੍ਰਾਮਾ";
      if(punj.toUpper() == punj) {
      qDebug() << "Not Uppercased";
      } else {
      qDebug() << "Uppercased!";
      }

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

            biochimia João Abecasis
            mbarclay Matt Barclay
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes