[Mapyrus-users] Accented characters and PNG in Linux
Brought to you by:
simoc
|
From: <ni...@em...> - 2006-10-20 15:08:45
|
Hello,
I have a problem with the accented characters creating PNG images.
If I run mapyrus for example with this script:
### begin script
let b =3D 10
let c =3D 70
let output_file =3D "vocali_accentate.png"
let vocali_accentate =3D "Vocali accentate: =E8=E9=E0=F2=F9"
newpage "png", output_file, c, b, "background=3Dwhite"
move 3, 3
label vocali_accentate
endpage
### end script
on my FreeBSD system, I get the correct image:
http://img294.imageshack.us/img294/1882/vocaliaccentatefreebsdxa8.png
But the same script produces a different image on a Linux system:
http://img218.imageshack.us/img218/4493/vocaliaccentatelinuxkc5.png
Why? Missing font? How can I solve?
Thank you very much.
Note
----
1) Mapyrus version on FreeBSD:
Mapyrus 0.610 19-September-2006
Java version 1.5.0 (Sun Microsystems Inc.) in /usr/local/diablo-jdk1.5=
.0/jre
2) Mapyrus version on Linux (no X-Windows system installed):
Mapyrus 0.610 19-September-2006
Java version 1.5.0_09 (Sun Microsystems Inc.) in /home/users/stan/soft=
ware/jre1.5.0_09
Ciao.
--
Nicola Vitale
ni...@em...
|