Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
Description
Background
Examining the current behaviour
- Build and run the attached project
- Resize the QLabel – Notice the appearance and disappearance of soft hyphens
- Inspect HelloLinguist_ms_MY.ts – Notice the presence of handcrafted "­ ;" entities to encode the soft hyphens
- Open HelloLinguist_ms_MY.ts in Qt Linguist – Notice that the soft hyphens have been decoded and are now invisible
- Save the file in Qt Linguist (or run lupdate on the project) – Notice that "­ ;" has now been replaced by the literal bytes "0xC2AD"
Requirements
The customer would like a way to visualize and enter soft hyphens in Qt Linguist directly.
If this is not feasible, at least save the soft hyphen in escaped form ("­ ;" or "&xad ;") in the .ts file to support manual editing and source code control.
Attachments
Issue Links
- relates to
-
QTBUG-6300 suboptimal visualization of "unusual" whitespace and non-printing characters
-
- Open
-
-
QTBUG-40177 Linguist can't show soft-hyphens (\255)
-
- Closed
-