logo separator

[mkgmap-dev] What about accentuated letters

From frmas frmas at free.fr on Sat May 9 06:52:45 BST 2009

Steve Ratcliffe a écrit :

Hi,

>> thank you Steve. I tested it that way, but same result.
>> Running mkgmap v. r1024 on the same osm data give me letters with no
>> accent, but as I said, the letters are there. Running r1032 on the same
>> machine with the same script on the same data, gives me question marks
>> instead of letters (nor accentuated letters of course). GPS is an Oregon
> 
> OK I see a problem: if I do *not* use --latin1 then I see question marks
> with 1032 and this is a bug.  But if I do use --latin1 then everything is
> as expected.

Great. Thank you Steve. I'm gonna test it this evening.

>> I put the .img generated (one of the nine .img files I generate, and the
>> gmapsupp.img) with both versions here :
>> http://arvernes.dyndns.org/
> 
> Is is possible that these were actually generated without --latin1?
> The one for 1032 does not have the code page set in 1032 which I would
> expect that it should have, unlike in 1024.

Both were generated with the same command line. As I said, I use a
script file to create the gmapsupp.img file. This is the end of the
script (sorry, for the splitting lines, but of course in my batch, each
command is on its own line) :

lot of stuff deleted ;-)
.. /.
  cd ..
  echo "On fait la carte à partir du fichier $carte1"
  java -Xmx768M -jar mkgmap.jar --mapname="09030401" cartes/$carte1
  echo "On fait la carte à partir du fichier $carte2"
  java -Xmx768M -jar mkgmap.jar --mapname="09030402" cartes/$carte2
  echo "On fait la carte à partir du fichier $carte3"
  java -Xmx768M -jar mkgmap.jar --mapname="09030403" cartes/$carte3
  echo "On fait la carte à partir du fichier $carte4"
  java -Xmx768M -jar mkgmap.jar --mapname="09030404" cartes/$carte4
  echo "On fait la carte à partir du fichier $carte5"
  java -Xmx768M -jar mkgmap.jar --mapname="09030405" cartes/$carte5
  echo "On fait la carte à partir du fichier $carte6"
  java -Xmx768M -jar mkgmap.jar --mapname="09030406" cartes/$carte6
  echo "On fait la carte à partir du fichier $carte7"
  java -Xmx768M -jar mkgmap.jar --mapname="09030407" cartes/$carte7
  echo "On fait la carte à partir du fichier $carte8"
  java -Xmx768M -jar mkgmap.jar --mapname="09030408" cartes/$carte8
  echo "On fait la carte à partir du fichier $carte9"
  java -Xmx768M -jar mkgmap.jar --mapname="09030409" cartes/$carte9
  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

      rm -f 09030401.img
      rm -f 09030402.img
      rm -f 09030403.img
      rm -f 09030404.img
      rm -f 09030405.img
      rm -f 09030406.img
      rm -f 09030407.img
      rm -f 09030408.img
      rm -f 09030409.img
      rm -f 09030499.img
      rm -f 6324*.img
      rm -f *.tdb

      echo ""
      name=$(stat -c %n gmapsupp.img)
      size=$(stat -c %s gmapsupp.img)
.. /.

Francois

-- 
GPG Key.....: http://www.arvernes.com/files/gpg/francois.gpg
Fingerprint.: 4A39 9BC6 4BA5 A07A 78B0 E820 EBC7 4A56 29E6 7D70




More information about the mkgmap-dev mailing list