You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andriy (Jira)" <ji...@apache.org> on 2021/03/05 19:22:00 UTC

[jira] [Comment Edited] (PDFBOX-5115) U+00AD ('sfthyphen') is not available in this font Times-Roman encoding: WinAnsiEncoding

    [ https://issues.apache.org/jira/browse/PDFBOX-5115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17296294#comment-17296294 ] 

Andriy edited comment on PDFBOX-5115 at 3/5/21, 7:21 PM:
---------------------------------------------------------

[~tilman] there is 1 more symbol that may cause error after conversion

 

U+007F ('controlDEL') is not available in this font Times-Roman encoding: WinAnsiEncoding

// From the PDF specification:
 // In WinAnsiEncoding, all unused codes greater than 40 map to the bullet character.

 


was (Author: sandriy):
[~tilman] there is 1 more symbol

 

U+007F ('controlDEL') is not available in this font Times-Roman encoding: WinAnsiEncoding

// From the PDF specification:
 // In WinAnsiEncoding, all unused codes greater than 40 map to the bullet character.

 

> U+00AD ('sfthyphen') is not available in this font Times-Roman encoding: WinAnsiEncoding
> ----------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-5115
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5115
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 2.0.22
>            Reporter: Andriy
>            Priority: Minor
>
> U+00AD ('sfthyphen') is not available in this font Times-Roman encoding: WinAnsiEncoding
>  
> this symbol U+00AD are in WinAnsiEncoding by the code but the slightly different name
>  
> {quote}private static final Object[][] WIN_ANSI_ENCODING_TABLE = {
> // adding some additional mappings as defined in Appendix D of the pdf spec
>  ...
>  \{0255, "hyphen"}
> {quote}
>  
>  it is right that both code and name must be equal ? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org