[
https://issues.apache.org/jira/browse/IMAGING-168?focusedWorklogId=565968&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-565968
]
ASF GitHub Bot logged work on IMAGING-168:
------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Mar/21 20:53
Start Date: 14/Mar/21 20:53
Worklog Time Spent: 10m
Work Description: yavuzkavus edited a comment on pull request #124:
URL: https://github.com/apache/commons-imaging/pull/124#issuecomment-798977678
>
>
> Code looks really good @yavuzkavus ! Only thing that appears to be missing
is a test. I am not sure if I have any file with IPTC metadata + some different
encodings, or if we would have to craft or search for them online. Do you have
any photo @yavuzkavus ? if not we can leave it open just until we locate some
and write the tests and then merge it. I've updated the issue in JIRA with the
fixVersion=alpha-3, the next release.
>
> Thanks a lot for the PR!
Created a new image using photoshop, with unicode iptc metadata.
The image:

Inspection of the metadata of the image on iptc.org site:

The metadata contains a description containing some non-ascii chars and 10
keywrods of "Thanks" in different languages including Arabic, Hebrew, Japanese
and Chinese.
I am reading data using the code on my machine and it can read all metadata
in correct forms and also can write unicode data to the image correctly.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 565968)
Time Spent: 4h 10m (was: 4h)
> 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
> Affects Versions: 1.0-alpha2
> Reporter: sudeep khemka
> Assignee: Bruno P. Kinoshita
> Priority: Major
> Fix For: 1.0-alpha3
>
> Attachments: codedCharacterSet.patch
>
> Time Spent: 4h 10m
> 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
(v8.3.4#803005)