Re: [pmapper-users] UTF-8 in Excel export

2008-05-05 Thread frequens
On Sun, May 4, 2008 at 6:01 PM, Armin Burger [EMAIL PROTECTED] wrote: Thanks for the hint. I haven't discovered the settings for encoding and was thinking the Excel 5 format does not support it. I will modify the code in the next days. armin You might not have been wrong... You have to set

Re: [pmapper-users] UTF-8 in Excel export

2008-05-04 Thread Armin Burger
Thanks for the hint. I haven't discovered the settings for encoding and was thinking the Excel 5 format does not support it. I will modify the code in the next days. armin On 03/05/2008 00:09, frequens wrote: After some fiddling If you want UTF-8 characters (e.g. pulled out of the

[pmapper-users] UTF-8 in Excel export

2008-05-02 Thread frequens
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