After some fiddling....

If you want UTF-8 characters (e.g. pulled out of the UTF-8 database)
displayed properly in pmapper's export Excel file, you should add:

$this->workbook->setVersion(8);
after: $this->workbook = new Spreadsheet_Excel_Writer($this->tempFilePath);

and

$worksheet->setInputEncoding('utf-8');
after: $worksheet =& $this->workbook->addWorksheet();

in /plugins/export/export.xls.php

BR

frequens

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to