[ 
https://issues.apache.org/jira/browse/PDFBOX-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernard closed PDFBOX-721.
--------------------------

    Fix Version/s: 1.1.0
       Resolution: Later

It seems the accent are correct, but can not be rendered using Android fonts.  
A conversion between Unicode and html should be done :


                if(c==321)      s1 = "è";
                else if(c==216) s1 = "é";
                else if(c==223) s1 = "û";
                else if(c==8217)        s1 = "'";
                else if(c==338) s1 = "ê";
                else if(c==248) s1 = "û";
                

> Regression from 1.1.0 to 0.7.8 on accents
> -----------------------------------------
>
>                 Key: PDFBOX-721
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-721
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Text extraction
>    Affects Versions: 1.1.0
>         Environment: Android
>            Reporter: Bernard
>             Fix For: 1.1.0
>
>         Attachments: 4-4-ObjectifExport.pdf
>
>
> The included file text extraction was OK on 0.7.8, but not on 1.1.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to