How was that Unicode code point encoded in the database, and have you taken that into consideration?
Does your font have a glyph for that code point?
The soft hyphen should only be visible at the end of the line if the word containing it needs to be broken over lines during word wrapping. A line edit does not word wrap so I would never expect to see a soft hyphen there. Are you not seeing the hyphen under word wrapping or does wrapping wrap the whole word ignoring the suggested hyphenation?
The easiest way to force visibility is to replace the soft-hyphen charcters with a hard hyphen character before rendering.
Bookmarks