Image-ExifTool - Re: Using different character codings in one command line

Posted on Mon Dec 10 14:28:09 2007 by exiftool in response to 6658 (See the whole thread of 2)
Re: Using different character codings in one command line
Hi Schmidtze,

The -L option only applies to the external character set, not to how it is saved in the file. XMP is always saved as UTF8, and the IPTC encoding is determined by the value of the CodedCharacterSet tag.

The thing to do is to pass all strings to exiftool as UTF8, and let it handle the encoding. You use the -L option if you want to pass Latin1 strings to exiftool, but the result stored in the file will be the same since exiftool handles the encoding when writing to the file.

I hope this makes sense.

- Phil
Write a response