Details
-
Technical task
-
Status: Reported
-
P2: Important
-
Resolution: Unresolved
-
None
-
windows
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
- is duplicated by
-
QTBUG-73273 [Translation] Qt lupdate does not work with R string
-
- Closed
-