Improve isolated combining characters handlingCONLY
commit13f3da8416a21b310151425954ce627a1e4f7b06
authorFabienne Ducroquet <fabiduc@gmail.com>
Tue, 12 Apr 2016 19:02:38 +0000 (12 21:02 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 12 Apr 2016 19:59:50 +0000 (12 21:59 +0200)
treeba1b2d7e927839b55df0a337e1a66c5e2bd8aa21
parenta43ec1075c9ca981cee531716037f3417e1dc7d5
Improve isolated combining characters handling

If there are isolated combining characters, e.g. at the beginning of a paragraph
or table cell:
– if it’s not the first screen column, combine them with whatever character is
printed to their left;
– otherwise, add a no-break space as the base character.

Previously, such combining characters were combined with the last letter
displayed, i.e. the last letter of the previous paragraph or cell.

Signed-off-by: Fabienne Ducroquet <fabiduc@gmail.com>
src/document/html/renderer.c