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

QLocale does not support zsm or zlm ISO 639-3 language codes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.0.0
    • Core: Locales (i18n)
    • None

    Description

      QLocale foo = QLocale("zlm");
      qDebug() << foo.name().toUtf8().constData() << endl; // C
      
      foo = QLocale("zsm");
      qDebug() << foo.name().toUtf8().constData() << endl; // C
      

      The following works, but is not the desired language.

      QLocale foo = QLocale("ms");
      qDebug() << foo.name().toUtf8().constData() << endl;
      

      Attachments

        Issue Links

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

          Activity

            People

              ritt.ks Konstantin Ritt
              mitch_curtis Mitch Curtis
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes