I think there's a encoding issue with AjaxPro. My web.config is set to
use UTF-8 and I'm making a very simple ajax call to get some content
from the server to display on a web page.

This happens on some client on PC but Safari on Mac where a funny A
character is preprended to certain characters.

If the text on server contains:   then on the client I get:
A  (A being that funny A character)

If my text on server contains: & then this comes down fine.

If I have: ¥ then I get A¥ (again the A is prepended to ¥)

Any clues why this is happening? I had been using an older version but
have since upgrade to the latest release of ajaxpro to but the problem
is still there! I'm using ASP.NET 1.1.


--~--~---------~--~----~------------~-------~--~----~
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/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/

The open source project is now located at 
http://www.codeplex.com/Wiki/View.aspx?ProjectName=AjaxPro
-~----------~----~----~----~------~----~------~--~---

Reply via email to