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

Gurmukhi Script should not be capitalized

    XMLWordPrintable

Details

    Description

      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!";
      }

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes