Some UTF8 characters not displayed properly in PDFs.

Issue #41 resolved
Philip Burns created an issue

Certain Unicode characters are not displayed properly in PDFs generated from the TEI fiules. This include Unicode 25CF (the "black dot"). For some reason, even though compatible Unicode fonts are included in the PDF when generated, the PDF does not use the full range of Unicode characters. This appears to be an Apache FOP issue.

Comments (1)

  1. Craig Berry

    This appears to have been fixed by:

    #!
    
    commit d40c4ab334ccbf9227964eeddd038848afca0431
    Author: Philip R. Burns <pib@northwestern.edu>
    Date:   Wed May 9 14:23:08 2018 -0500
    
        More PDF and ePub fixes.
    
        (1) All characters should display correctly. Previously some, such as
        the gap characters, did not.
    
        (2) Some texts with multiple sections had sections disappear from the
        PDF. That should no longer happen.
    
        (3) Footnotes should now appear correctly. This is also true for epubs.
    
  2. Log in to comment