Polish language support

Hi.

I have problem with polish letters. J have writed code like this:

private void CreateSheet(Excel excel) {
excel.Worksheets.Add();
excel.Worksheets[0].Name = “Bozus”;
excel.Save(“Bozy.xls”, SaveType.OpenInBrowser, FileFormatType.Default, this.Response);
}

Label under sheet was Bo?u? where “?” is a square or spanish “?”.

Thanks for any answer.
Bozy.

Dear Bozy,

Please download the new Fix 1.5.5.0 and try again.