try to use UTF-8 for all encodings. I make no tests with any other 
encodings except for shapefiles, so ISO-8859-1 might not work correctly 
for this, but I have not tried.

armin

On 10/03/2010 16:13, BSAP (Thomas Andres) wrote:
> 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
>

------------------------------------------------------------------------------
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