Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-42744 lupdate needs C++11 support
  3. QTBUG-59802

lupdate does not accept c++11 string literal prefixes

    XMLWordPrintable

Details

    • d5007c7a5 (dev), 54a77b524 (6.5)

    Description

      If you use the u8 modifier, lupdate does not recognize it as a string:

      tr(u8"My UTF8 text")

      One workaround is to use this define, but it is not acceptable

      #define tr(x)	tr(u8 ## x)
      

      Attachments

        Issue Links

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

          Activity

            People

              jbornema Joerg Bornemann
              joekinley joekinley
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes