[ https://issues.apache.org/jira/browse/IMAGING-168?focusedWorklogId=286669&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-286669 ]
ASF GitHub Bot logged work on IMAGING-168: ------------------------------------------ Author: ASF GitHub Bot Created on: 01/Aug/19 12:11 Start Date: 01/Aug/19 12:11 Worklog Time Spent: 10m Work Description: janArb commented on issue #18: IMAGING-168 installing package with Swedish characters adds junk char… URL: https://github.com/apache/commons-imaging/pull/18#issuecomment-517258336 I patched this library with this merge request myself and can verify that under windows and linux all tests are passing successfully and the bugfix is solved successfully, too. Please merge this to fix this bug! ``` Apache Maven 3.3.9 Maven home: /usr/share/maven3 Java version: 1.8.0_171, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.19.0-25-generic", arch: "amd64", family: "unix" Tests run: 433, Failures: 0, Errors: 0, Skipped: 15 Apache Maven 3.6.0 Maven home: C:\dev\tools\apache-maven-3.6.0 Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: C:\dev\java\jdk1.8.0_191\jre Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0 Tests run: 433, Failures: 0, Errors: 0, Skipped: 15 ``` PS: If you want to do this, too: ``` git clone https://github.com/apache/commons-imaging.git cd commons-imaging git fetch origin pull/18/head:bugfix-iptc-encoding mvn test ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 286669) Time Spent: 40m (was: 0.5h) > IPTC parser should use CodedCharacterSet tag to determine encoding of the > IPTC tag values > ----------------------------------------------------------------------------------------- > > Key: IMAGING-168 > URL: https://issues.apache.org/jira/browse/IMAGING-168 > Project: Commons Imaging > Issue Type: Bug > Components: Format: JPEG > Reporter: sudeep khemka > Priority: Major > Fix For: Review Patch > > Attachments: codedCharacterSet.patch > > Time Spent: 40m > Remaining Estimate: 0h > > The IPTC CodedCharacterSet tag can be used to specify the encoding of the > IPTC tag values. But the setting is currently ignored. -- This message was sent by Atlassian JIRA (v7.6.14#76016)