Summary:
Excel encoding (solution)
Detailed Description:
In plain english there is no problem, but when you use language with special
characters like Ą,Ę,Ó,Ł,Ź,Ż, then after export to XLS Excel display wrong those
chars.
To repair that i did this:
FormBrowser\classes\Browser.class.php
function BrowserShowListXLS(&$mod_ptr,&$params)
return $outstr -> return iconv("UTF-8","windows-1250",$outstr);