Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 16.0.0
-
None
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
- relates to
-
QTCREATORBUG-32632 Clang Format Japanese characters garbled source file
-
- Reported
-