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-05-15 13:06:24-07 by exiftool in response to 5141
Re: Warning: Malformed UTF-8 character(s)
I understood your confusion, but I guess you didn't understand my explanation.

It is really fairly simple. You give ExifTool a string of bytes and tell it what character encoding was used. As long as ExifTool thinks that the internal and external character sets are the same, then no translation is performed and the bytes are passed through unchanged. (This is the behaviour of older ExifTool versions for IPTC information.)

As long as ExifTool is not translating the text, it is totally irrelevant what character set is actually used since the bytes are passed through unchanged. So as long as ExifTool believes there is no need to translate the text, you are free to use whatever character set you like.

I can see how this could be confusing.

If possible, it is best to use UTF8 to avoid this confusion.

- Phil
Direct Responses: 5146 | Write a response