Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32627

After formatting the code using the Beautifier plugin in Qt Creator 16, garbled characters appear.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 16.0.1
    • Qt Creator 16.0.0
    • Editors
    • None
    • Windows
    • 4d8a4e97b (16.0)

      As the title describes, after upgrading to Qt Creator 16.0.0, the Beautifier plugin introduces encoding issues with Chinese characters when formatting code. This functionality worked correctly in Qt Creator 15.

      int main(int argc, char *argv[])
      {
          QCoreApplication a(argc, argv);    //测试
          qDebug() << "测试";    return a.exec();
      } 

       

       

      After formatting:

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

            davschul David Schulz
            alex314 feng guo
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes