Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 16.0.0
-
None
Description
In my C++ (or QML) code, if I type
const QString rupeeSymbol = QStringLiteral("₹");
and save the file, the special symbol for rupee gets replaced with junk
const QString rupeeSymbol = QStringLiteral("₹");
And each time, I save the file - the junk gets replaced with more junk,
const QString rupeeSymbol = QStringLiteral("₹");
Attachments
Issue Links
- relates to
-
QTCREATORBUG-32632 Clang Format Japanese characters garbled source file
-
- Closed
-