I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-01-10 17:20:32-08 by themonk
Non Printable Ascii Chars In XMP
Hi Phil

Happy New Year

What do you make of this ?

I have been duplicating IPTC blocks in XMP using -tagsFromFile ......
We have been getting spurious PhotoShop CS2 errors about un-readable data being ignored.
It turns out that XMP only supports printable ASCII chars (0-127), the character
that was causing the problem was a £ (pound sign).
If you run "exiftool -XMP:Description='£' testfile.jpg" and then load testfile.jpg in PS you should
see a simpler version of the problem.

-tagsromFile is a handy solution and I do not want to have to limit myself to extracting
the IPTC values, re-encoding and then re-inserting.

Can you suggest anything ?

Mark Tate
Direct Responses: 4011 | Write a response