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

Special symbols get replaced with junk characters while saving files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • Qt Creator 16.0.1
    • Qt Creator 16.0.0
    • Editors
    • None
    • Windows

      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("₹");

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

            davschul David Schulz
            prashanth_udupa Prashanth Udupa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes