Sorry for my english :) In my "web.config" i've set requestEncoding="Windows-1251" and responseEncoding="Windows-1251". AjaxPro returns data with "Content-Type: text/plain; charset=utf-8" in the header. But the strings in Russian language (and all content) returns encoded with Windows-1251. So the IE fails to show content (Opera and Firefox works fine).
Why content not encoded with UTF-8 ? Some of my handlers return data with "context.Response.ContentEncoding = System.Text.Encoding.UTF8;" and it works. If in "web.config" set "responseEncoding="UTF-8" all works fine. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
