The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Add support for soft hyhens to TextFlow, so that text hyphenation can be easily automated: http://en.wikipedia.org/wiki/Soft_hyphen
Comments
Thanks for the info.
At the graphics level Text and TextFlow are the elements that provided text wrapping. In Controls the base class is Labeled.
The main meat for this work would go in PrismTextLayout#layout()
A contribution for this work would be most appreciate ;-)
07-10-2013
If implemented, It would probably make sense to make it work across all UI components that support text wrapping. So basically it would be a change in the word wrapping logic globally.
There are also other characters that can affect word wrapping. For example:
http://en.wikipedia.org/wiki/Zero-width_space
http://en.wikipedia.org/wiki/Non-breaking_space
With quick googling I came across the unicode standard for line breaking, that should take all the necessary special cases into account:
http://www.unicode.org/reports/tr14/