Hi,

 

 

In /pmapper/locale/language_de.php I've written the translation for german, 
with  the special characters.

They are displayed well in the legend.

 

$_sl['Area'] = 'Fläche';

 

...now, when I select polygone features I have an attribute column named 
'Fläche', with the special  character 'ä'.

This is working fine,... but, when I export this data to excel nothing is 
displayed.

 

In export.xls.php the foreach ($groups as $grp) {} is false (not executed) at 
the first time. This means that

$groups = (array)$this->jsonList[0] is empty.

 

Wenn ich define Area with another character, the export is working well.

 

$_sl['Area'] = 'Flaeche';

 

What  could be the problem?

 

Thx, Thomas

 

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to