[IE]Sending non-english characters via jquery.ajax
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I have a simple aspx page with 2 inputs(a button and a text box), when I hit the button I send the text box' value via ajax to a server method. When I use chrome/firefox it goes well, but when I send non-eng chars in explorer(versions: 7,8,9) I see in the server something like ??????? I have placed utf-8 meta tag at the aspx page and I save the file as an encoded-utf8 file.