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

Details

    • Windows
    • 4d8a4e97b (16.0)

    Description

      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:

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-32627
          # Subject Branch Project Status CR V

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes