Le 1 oct. 06 à 04:07, Dotan Cohen a écrit : > On 01/10/06, Bengt Thuree <[EMAIL PROTECTED]> wrote: >> >> I tested the same thing, but I wrote a tag with ÅÄÖåäö, and this tag >> also showed up as a <CR> in strings output. But, when I re- >> imported this >> photo, it was imported nicely into a cvs version with the tag >> ÅÄÖåäö, as >> well as your hebrew tags. > > Ah, that's comforting. I suppose that it's a Konsole error, then.
Well, at least something I can answer. strings reports only consecutive ascii chars. Therefore, since ÅÄÖåäöa and Hebrew is encoded in UTF-8 with non-ascii chars (i.e. codes>127), strings does not report them. But, since they are followed by ASCII chars, you see what is before, a <CR> because that's the end of a string, and what is after. So the tag is most probably there. Use hexdump -c (coupled with less and grep) to find it. -- JCD _______________________________________________ F-spot-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/f-spot-list
