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

No thousand separator for 4-digit numbers

XMLWordPrintable

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

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes