logo separator

[mkgmap-dev] What about accentuated letters

From Steve Ratcliffe steve at parabola.demon.co.uk on Sat May 9 11:09:09 BST 2009

>   [...]
>   echo "On fait la carte à partir du fichier $carte99"
>   java -Xmx768M -jar mkgmap.jar --mapname="09030499" cartes/$carte99
> 
>   sizegmapsuppold=$(stat -c %s gmapsupp.img)
> 
>   CARTES="09030401.img 09030402.img 09030403.img 09030404.img
> 09030405.img 09030406.img 09030407.img 09030408.img 09030409.img
> 09030499.img"
>   java -Xmx768M -jar mkgmap.jar --code-page=1252 --country-name=France
> --country-abbr=FR --description="Carte faite par Francois"
> --family-name="Ma carte personnelle v1.50 au 3 mai 2009" --latin1
> --gmapsupp $CARTES

Ahh, so you are only using the --latin1 on the final combination step, that
explains everything.  If you want to have accented characters then you need
the option when creating each map.

   java -Xmx768M -jar mkgmap.jar --latin1 --mapname="09030499" cartes/$carte99

..Steve



More information about the mkgmap-dev mailing list