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

QLocal append strange Symbol to num

XMLWordPrintable

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

      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
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes