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

QLocale::toString: Number formatting in Thai is not shown with Thai numerals

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 4.8.0, 5.1.0 Beta 1
    • Core: Locales (i18n)
    • None

    Description

      QLocale THAI(QLocale::Thai, QLocale::Thailand);
      double randomNumber = -1234.340;
      qDebug() << THAI.toString(randomNumber,'f',3);
      

      "-1,234.340"

      This code snippet does not format the number in Thai numerals.

      Attachments

        Issue Links

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

          Activity

            People

              thiago Thiago Macieira
              amanqt Amanueal
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes