summaryrefslogtreecommitdiff
path: root/source/fitz/bidi-imp.h
AgeCommit message (Collapse)Author
2016-11-16Bug 697301: Fix "crash" in epub.Robin Watts
Actually an assert. This is caused by a paragraph separator in the text. The Unicode Bidirectional Algorithm says we should operate paragraph by paragraph, and includes code to split paragraphs at paragraph markers, changing their type to boundary neutrals as it goes. The use of this code was left "as an exercise for the reader" in the example code, so we simply hook it up here.
2016-10-19Rename internal headers to follow pattern *-imp.h.Sebastian Rasmussen