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

No thousand separator for 4-digit numbers

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 6.0.0
    • Core: Locales (i18n)
    • None
    • macOS

    Description

      4-digit numbers are missing thousand separator. {{}}

      QString("%L1").arg(12345) is correctly formatted as "12 345", but QString("%L1").arg(1234) gives "1234" instead of "1 234". 

      It worked correctly in Qt 5.15.2

      Attachments

        Issue Links

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

          Activity

            People

              Eddy Edward Welbourne
              badbishop Michal
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes