Bug 1139: Fix internal error: "bad split" with CONFIG_COMBINE
commitec30a09a362faf939d5e0022654c30a0f8c90beb
authorFabienne Ducroquet <fabiduc@gmail.com>
Tue, 12 Apr 2016 19:02:35 +0000 (12 21:02 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Tue, 12 Apr 2016 19:41:49 +0000 (12 21:41 +0200)
tree393dd51f0a1546650225e4cca31c3aef76f58a27
parent73b09749ac4225723555c12e37d829d5f8a21069
Bug 1139: Fix internal error: "bad split" with CONFIG_COMBINE

A combining character sequence where the base character is a space remained
recorded as a space although the initial space was replaced with an internal
code corresponding to the combined character. This caused an internal error when
ELinks tried to split the line at that place and did not find the space.

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