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

QtCreator 16.0 AStyle beautification messes up unicode string literals.

    XMLWordPrintable

Details

    • Windows
    • 4d8a4e97b (16.0)

    Description

      Since we upgraded to QtCreator 16.0, our unicode strings get messed up when AStyle plugin beautifies the code.

      Up to now, this worked fine. Tested with QtCreator 15.x and 13.x.

      It seems also not to be an isolated issue of AStyle, because it works with AStyle version 3.1. 3.3 and 3.6 if QtCreator was not version 16) and now (QtCreator 16) messes the string with all those versions,

      It still works fine on Linux.

      This is the line we want:

        writer.writeString(QStringLiteral("encodingTest"), QStringLiteral("äöü -> 😎"));

      and this is what we get:

      writer.writeString(QStringLiteral("encodingTest"), QStringLiteral("äöü -> 😎"));

       

      probable work around:Make sure Preferences - Environment - Interface - "Text codec for tools" is set  to UTF-8

       

      QtCreator Version:

      Qt Creator 16.0.0
      Based on Qt 6.8.2 (MSVC 2022, x86_64)
      Built on Mar 11 2025 11:04:42
      From revision 55ce4e9c06

      beautifier plugin:
      16.0.0
      Platforms: All (current: "Windows (Windows 11 Version 23H2)")

      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
              michelcalonder Michel Calonder
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes