electri / gmapcatcher

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

japanese/international coding support #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 1. enter 東京 to start search the tokyo
 2. catcher will find it correctly

What is the expected output? What do you see instead?
something like this
Tōkyō Station, Chiyoda Ward, Tōkyō Metropolis 100-0005, 
Japan (東京駅(東京))

What version of the product are you using? On what operating system?
0.7.2
Win & Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by pokr...@gmail.com on 5 Aug 2010 at 1:47

GoogleCodeExporter commented 8 years ago
hi

adding string like this will crush the program
location="東京; Metropolis, Japan"    lat="35.689488" lng="139.691706"    zoom="9"

Original comment by pokr...@gmail.com on 6 Aug 2010 at 3:34

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
upd

if locations file save in utf-8 it works without crushing.
so maybe there is encoding problem after program got response from server

Original comment by pokr...@gmail.com on 6 Aug 2010 at 7:15

GoogleCodeExporter commented 8 years ago
upd

this is service returning such string, so maybe is better to save both, user 
input as is and server response?

Original comment by pokr...@gmail.com on 6 Aug 2010 at 7:51

GoogleCodeExporter commented 8 years ago
Currently, when writing the location to the file, it is converted to Latin-1 
encoding. I couldn't figure out why. When changing it to UTF-8 everything seems 
to work fine.

Original comment by iwasin...@gmail.com on 11 Oct 2012 at 5:09

GoogleCodeExporter commented 8 years ago

Original comment by iwasin...@gmail.com on 12 Oct 2012 at 1:09

GoogleCodeExporter commented 8 years ago
This issue was already fixed by changes made by kipenroskapost on 9-Oct-2012, 
as part of modification for handling markers.

Original comment by iwasin...@gmail.com on 16 Oct 2012 at 1:40