Details
-
Technical task
-
Resolution: Fixed
-
P2: Important
-
windows
-
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
- relates to
-
QTBUG-73273 [Translation] Qt lupdate does not work with R string
- Closed