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

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 16.0.0
    • Editors
    • None
    • Windows

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes