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

Special symbols get replaced with junk characters while saving files

    XMLWordPrintable

Details

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

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes