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

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

XMLWordPrintable

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

      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;
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes