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

QDebug should not escape printable non-US-ASCII characters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.5.1
    • 5.5.0
    • None
    • windows 7, msvc2013 32 bit, qt 5.5
    • 644ac04af0c3ef7d20ddc6077f85547fcba8caf5, f549916d18540f3fcf72cc51a09197738bda5c03

      Since version 5.5 if you try this line:
      qDebug() << QString("проверка кириллицы");
      you get this instead of proper text:
      "\u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 043A\u0438\u0440\u0438\u043B\u043B\u0438\u0446\u044B"

      at the same time this works as intended:
      qDebug() << "проверка кириллицы";

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

            thiago Thiago Macieira
            zekses Nikolai
            Votes:
            11 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes