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

    • d5007c7a5 (dev), 54a77b524 (6.5)

      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)
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes