Try to do the following:

disable the encoding in pmapper.js->openPoiDlg(imgxy):

...'@@' + inserttxt;


and in /incphp/customlayers.php use a TTF font for the label, i.e. 
modify the parts to

//$pntClass->label->set("size", "small");
$pntClass->label->set("font", "FreeSans");
$pntClass->label->set("type", MS_TRUETYPE);
$pntClass->label->set("size", 8);
$pntClass->label->set("antialias", MS_FALSE);

With this it worked for me with Polish characters.

Armin


[EMAIL PROTECTED] wrote:
> Hi,
> 
> I am using several special non-ascii characters form the Croatian 
> alphabet. When I enter them in POI dialog box, the characters are 
> incorrectly displayed. For example like "%u0161%u0111". I have read 
> somewhere that escape function doesn't handle non-ascii characters 
> correctly. Is that a problem? Or maybe the functions in x_poi.php 
> (urldecode, utf8_encode)?
> 
> Thanks very much
> 
> regards, dejan
> -------------------------------------------------------------------------
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> _______________________________________________
> pmapper-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> 


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to