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

Tilman Hausherr commented on PDFBOX-2771:
-----------------------------------------

You can change the commit message, if you have a command line client:
https://stackoverflow.com/questions/304383/how-do-i-edit-a-log-message-that-i-already-committed-in-subversion

So for you the command would be

svn propset -r 1675345 --revprop svn:log "PDFBOX-2771: ..."

Has happened several times to me :-)

> COSString encodes Euro sign wrongly
> -----------------------------------
>
>                 Key: PDFBOX-2771
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2771
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Maruan Sahyoun
>            Assignee: Maruan Sahyoun
>            Priority: Critical
>             Fix For: 2.0.0
>
>
> When setting the value of COSString to the Euro sign the encoding is wrong
> {code}
>     COSString string = new COSString("€");
>     System.out.println(string);
> {code}
> produces this output
> {code}
>     COSString{¬}
> {code}
> whereas the same code using 1.8 produces the correct result
> {code}
>     COSString{€}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to