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

QLocal append strange Symbol to num

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 6.3.0
    • Core: Locales (i18n)
    • None
    • All

    Description

      Qt Local add wrong symbol when convert num to string. My platform Win

      const QLocale locale(QLocale::Russian);
      qDebug() << locale.toString(11042.4);
      qDebug() <<11042.4;
      

      Output

      "11�042,4"
      11042.4
      

      Attachments

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

        Activity

          People

            Eddy Edward Welbourne
            andr1312e Andrew Pilikin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes