Bug 53035: bidi: IDEOGRAPHIC SPACE(  ) in the head of a paragraph is not displayed.
Lars Knoll
lars at trolltech.com
Mon Mar 29 20:04:14 BST 2004
On Monday 29 March 2004 19:08, Waldo Bastian wrote:
> On Mon March 29 2004 16:42, kzk wrote:
> > Hi, Waldo.
> >
> > About a month ago, I've committed the same code.
> > (This problem was well known in Japanese.)
>
> Ah, ok, closing the bugreport then. I do note that I get a square and not a
> space, presumably because my font doesn't define it. Maybe Qt should give
> it the same treatment as  
We probably should. The problem is that most white space characters have a
width different from 0x20. So we'll have to do a bit more magic here.
Replacing them with a space would however still be better than rendering a
box. Anyway, I'll keep it in mind and see what I can do.
Cheers,
Lars
More information about the kfm-devel
mailing list