peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

problem with utf8 #154

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. tag a photo with an accent 
2. use an other soft to display information (exiftool,nautilus...)

What is the expected output? What do you see instead?
The special character should be seen. I see instead some bad output.

What version of the product are you using? On what operating system?
I'm using jbrout 0.3.284 on ubuntu 10.04.

Please provide any additional information below.
If I use exiftool to add the tag : CodedCharacterSet=utf8 before hand, 
everything's working fine.
If I add it after the keywords, only iptc keywords are ok. Xmp are not decoded 
with the right character set.

Original issue reported on code.google.com by baptiste...@free.fr on 5 Jul 2010 at 3:16

GoogleCodeExporter commented 8 years ago
> If I use exiftool to add the tag : CodedCharacterSet=utf

fixed in r306
now jbrout set always "Iptc.Envelope.CharacterSet" to UTF8 (to be compliant in 
other programs)

> Xmp are not decoded with the right character set.

it's another trouble (see #161)

Original comment by manat...@gmail.com on 27 Aug 2010 at 6:25