Encoding output
If I
#exiftool -overwrite_original -IPTC:Headline='ραι' photo.jpg
and then I
#exiftool photo.jpg
the Headline is displayed as it was entered.
Headline : ραι
But if I
#exiftool photo.jpg > info.txt
then info.txt contains
Headline : ñÑé
instead of ραι
How can this be solved?
Solution: I added -L option for the IPTC. This does not correct the output but at least it is well displayed in a html output
Thank you
Last edited by marciano; 11-29-2008 at 10:20 AM.
Reason: Solution found
|