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

QLocale::formattedDataSize() is implemented wrongly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.15, 6.0, 6.1
    • Core: Locales (i18n)
    • None
    • All

      The implementation currently glues a unit after a formatted number, with a space between them.
      That's fine for English, and probably quite a lot of other locales, but CLDR actually provides proper formatting information, not just the name of the unit, so we should use that information, thereby combining the fragments in a locale-appropriate way, rather than combining locale-appropriate fragments in an anglophone way.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes