hi
thanks for you answer. it helped (i didn't notice there were different ITPC encoding possibilities), you are right - Unicode saves the exact letters.
Great, glad it helped
but I still have some questions:
1. how do I know which enocoding set supports my language? is there a list or something? I tried different ones, one that seemed right for Polish like "Microsoft Central Europe" but it didn't recognize it and the program suggested using Unicode but as you said, I would rather use specific encoding not the Unicode
I think the Windows Latin1+Euro encoding will have most, if not all, of your characters, and if I'm not mistaken is the default Windows character encoding anyway. Another likely candidate would be Latin2 Central+Eastern Europe. The problem with any encoding other than UTF is that the receiving side must use the exact same encoding, or they risk interpreting the special characters wrongly. I have seen ample examples of that in this forum in the past. Of course this isn't a problem if you use it only for yourself.
2. how do I set a specific ITPC encoding for all the pictures and for the future pictures I will download? the program has "Mac Roman" as default and I don't know how to change it. I found an option in Tools - Convert IPTC Encoding. is it that? if so, could you explain me what to do? (I don't understand this option too well )
The default encoding can be specified in the preferences, on the IPTC/XMP tab at the top.
I just performed some tests with the convert IPTC encoding and it does what it says it does: it converts the encoding for the embedded
IPTC data
from the specified
to the specified encoding or Unicode.
One thing to remember is that the encoding
only has to do with the IPTC information,
not with the XMP information (which is always Unicode).
What is confusing is that the IPTC Info screen always shows the default encoding (which is to be expected as the encoding is not actually part of the IPTC data), but moreover, resets the write unicode flag to your default as well (and that one IS actually part of the saved IPTC data)...
By the way, having said all this, do you embed the XMP data as well, and is that preferred to IPTC? If it is, you should be fine actually regardless of the font encoding!
Hope this helps.