<br><br><div><span class="gmail_quote">2008/1/21, Gerhard Kulzer <<a href="mailto:gerhardkgmx@gmail.com">gerhardkgmx@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Is anybody in this room who feels confident to make a statement on digiKam's<br>compatibility with UTF-8 encoding. I know there have been a lot of mail<br>exchanges, most of them I read. But in the end I was a bit lost.
<br><br>This concerns captions (comments) </blockquote><div><br>For JPEG, Caption is stored in JFIF Comments section, as a byte array (warning: this is not EXIF/IPTC/XMP). There is no standard to store encoding in this area but digiKam use UTF-8 to format byte array contents.
<br><br>For Exif, we have :<br><br>Exif.Photo.UserComment ==> stored as Byte array with charset text header ==> ASCII if this is enough, or Unicode (USC2 not UTF8) if necessary ==> this deapnd if Qt can convert string to write as ASCII. If no, Unicode is used (
<a href="http://en.wikipedia.org/wiki/UTF-16/UCS-2">http://en.wikipedia.org/wiki/UTF-16/UCS-2</a>).<br><br>For IPTC ==> ASCII. Patch to support UTF-8 not yet complete on my computer. In fact this one will be obsolete with XMP...
<br><br>For XMP ==> always UTF8 !!!<br> <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">and tags</blockquote><div><br>With IPTC ==> ASCII
<br>With XMP ==> UTF-8<br> </div><br>Note : XMP support is full implemented in digiKam for KDE4 <br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
, all in IPTC and XMP.<br>I can't see that EXIF is concerned, right?</blockquote><div><br>look my previous comment about...<br><br>Gilles</div></div><br>