nitishyadav05 / gpicsync

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

bad czech chars in geonames #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. GPX file done in Czech Republic (I can send)
2. Check [add geonames]
3. Sync....

What is the expected output? What do you see instead?

(Found IMG_5065.JPG ...taken 2007-08-27-16:09:02, writing best
latitude/longitude match to picture: N 49.6752405 ,E 16.0585356 : time
difference (s)= 29
Geonames: Moravské Křižánky  Czech Republic (writing geonames and
geotagged to keywords tag in picture EXIF)

Correct geoname is Moravské Křižánky.

(Found IMG_5086.JPG ...taken 2007-08-27-16:27:51, writing best
latitude/longitude match to picture: N 49.6732664 ,E 16.0654449 : time
difference (s)= 2
Geonames: České Křižánky  Czech Republic (writing geonames and
geotagged to keywords tag in picture EXIF)

Correct geoname is České Křižánky.

(Found IMG_5141.JPG ...taken 2007-08-28-12:15:24, writing best
latitude/longitude match to picture: N 49.7147226 ,E 16.0640717 : time
difference (s)= 3
Geonames: Karlštejn  Czech Republic (writing geonames and geotagged to
keywords tag in picture EXIF)

Correct geoname is Karlštejn.

What version of the product are you using? On what operating system?
1.10 beta on win xp

Please provide any additional information below.

When add geonames to EXIF, there are bad czech chars in geonames.

I think the chars are coded in UNICODE, probably.

Examples:
(Found IMG_5065.JPG ...taken 2007-08-27-16:09:02, writing best
latitude/longitude match to picture: N 49.6752405 ,E 16.0585356 : time
difference (s)= 29
Geonames: Moravské Křižánky  Czech Republic (writing geonames and
geotagged to keywords tag in picture EXIF)

Correct geoname is Moravské Křižánky.

(Found IMG_5086.JPG ...taken 2007-08-27-16:27:51, writing best
latitude/longitude match to picture: N 49.6732664 ,E 16.0654449 : time
difference (s)= 2
Geonames: České Křižánky  Czech Republic (writing geonames and
geotagged to keywords tag in picture EXIF)

Correct geoname is České Křižánky.

(Found IMG_5141.JPG ...taken 2007-08-28-12:15:24, writing best
latitude/longitude match to picture: N 49.7147226 ,E 16.0640717 : time
difference (s)= 3
Geonames: Karlštejn  Czech Republic (writing geonames and geotagged to
keywords tag in picture EXIF)

Correct geoname is Karlštejn.

Original issue reported on code.google.com by vlasti...@gmail.com on 4 Sep 2007 at 8:28

GoogleCodeExporter commented 9 years ago
All I can say is 'ditto'. The character actually written to EXIF is 3F hexa, 
which is
simply a ? (question mark) according to the ASCII table.

Original comment by oka...@gmail.com on 4 Sep 2007 at 6:50

GoogleCodeExporter commented 9 years ago
Hi,

Yes I need to switch from ansi to unicode for GPicSync (I use EXIFtool to write 
the
geonames and it takes unicode). So non english names won't appear well in EXIF 
but
webiste like Flick still interpret them correctly for the tags and comments. 
It's on
my todo list. Thanks.

franois

Original comment by francois...@gmail.com on 4 Sep 2007 at 7:41