Bugzilla – Bug 145874
line wrapping in help widget for Khmer wrong
Last modified: 2006-02-01 14:43:27 UTC
During installation I have on the left side a widget with help text. In English I do not get a horizontal scrollbar but when I choose Khmer language I see that the lines are not wrapped right. Khmer does not have word separation with space. There are zero-width-space (ZWSP) characters in between the words though. It looks for me like the wrapping algorithm does not detect a ZWSP as a possible breakpoint.
Created attachment 65241 [details] installation window in Khmer
That would be a general problem of the QTextBrowser widget - nothing we can handle on the application level. TrollTech has to do that upstream.