Image-ExifTool - Re: Passing in non-ASCII characters via a parameter file

Posted on Thu Apr 24 14:20:10 2008 by exiftool in response to 7743 (See the whole thread of 2)
Re: Passing in non-ASCII characters via a parameter file
You should read FAQ number 10.

By default, exiftool assumes all input is in UTF-8 and converts it appropriately for the type of information you are writing (adding "UNICODE\0" as necessary, etc).

Writing non-ASCII characters to ASCII tags is possible, and exiftool passes through these characters without translation. This is not advisable though, because it is very likely that these characters may display differently on different systems. I would imagine that most software would display them according to the default codepage for that locale, (which would be 8859-1 for the majority of systems in North America for instance).

- Phil
Write a response