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
For Gerrit Dashboard: QTBUG-59802 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
469950,3 | lupdate: Handle C++ string literals | dev | qt/qttools | Status: MERGED | +2 | 0 |
470276,2 | lupdate: Handle C++ string literals | 6.5 | qt/qttools | Status: MERGED | +2 | 0 |