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

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

XMLWordPrintable

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

      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.

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

            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

              Created:
              Updated:

                There are no open Gerrit changes