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

Indian number formatting not supported

XMLWordPrintable

    • 27d139128013c969a939779536485c1a80be977e bb6a73260ec8272647265f42180963604ad0f755

      In India, digit separators are not placed after every 3 digits. Instead, the numbers are written like this.

      100,000 is written as 1,00,000
      10,000,000 is written as 1,00,00,000
      1,000,000,000 is written as 1,00,00,00,000
      100,000,000,000 is written as 1,00,00,00,00,000

      The first separator (from right) is placed after 3 digits but beyond
      that every separator is placed after 2 digits.

        For Gerrit Dashboard: QTBUG-24301
        # Subject Branch Project Status CR V

            tuheimon Tuomas Heimonen (Inactive)
            amanqt Amanueal
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes