You are not logged in.
- Topics: Active | Unanswered
Announcement
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
Pages: 1
#1 2011-07-25 00:52:19
- goga23
- Member
- Registered: 2011-07-25
- Posts: 3
characters problems
I wish to have img file with Hebrew street names, like it is within JOSM.
but while using mkgmap i got strange results (Latin or ???) but not Hebrew.
below is the command that i tried with many combinations.
i did not found a combination that lead to an Hebrew characters.
java -Xmx512m -jar mkgmap.jar --code-page=1255 --name-tag-list=name:name,he,int_name --mapname=MyMap --latin1 --lower-case JOSMData.osm
any idea?
Offline
#2 2011-07-25 08:24:23
- Lambertus
- Inactive

- From: Apeldoorn (NL)
- Registered: 2007-03-17
- Posts: 3,269
- Website
Re: characters problems
I think that many older Garmin GPS devices cannot display non-Latin characters and don't know what commands to use if your device does support non-Latin. Hopefully someone else knows this...
Mapping tools: Garmin GPSmap 60CSx, Giant Terrago 2002
Offline
#3 2011-07-25 13:52:30
- goga23
- Member
- Registered: 2011-07-25
- Posts: 3
Re: characters problems
Thanks!
I did not use GPS Device so the problem is not there.
I read the IMG map with a PC software. I don't have Hebrew problems with other vector maps.
so i guess there is a problem with the converting from OSM to IMG with mkgmap.
my OSM map and the IMG map that was created with mkgmap can be download from here: http://www.sendspace.com/pro/dl/eisesa
Offline
#4 2011-07-26 08:27:31
- MichaH
- Member

- Registered: 2008-10-29
- Posts: 52
- Website
Re: characters problems
You first select --code-page=1255 but then overwrite it with --latin1 (AKA --code-page=1252) in your command line arguments before actually loading the .osm file.
MichaH
java -Xmx512m -jar mkgmap.jar --code-page=1255 --name-tag-list=name:name,he,int_name --mapname=MyMap --latin1 --lower-case JOSMData.osm
any idea?
Offline
#5 2011-07-26 09:39:04
- goga23
- Member
- Registered: 2011-07-25
- Posts: 3
Re: characters problems
You first select --code-page=1255 but then overwrite it with --latin1 (AKA --code-page=1252) in your command line arguments before actually loading the .osm file.
Thanks!
Now I found the problem...
The problem is not with mkgmap. the img is just OK with other PC software.
Last edited by goga23 (2011-07-26 14:38:17)
Offline
Pages: 1