Is it possible to make json response with characters in french encoding? IE6 never invoke callback function to handle json response.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes it is possible. Otherwise a lot of site wouldn't work! :) Just make sure the server send the data back in UTF-8 encoding. For example in java it's:
|
|||
|
|
|
I am using the same jquery ajax request but with spring mvc and oracle. For me this line worked: (In-case if above solution does not work for anyone.)
|
|||
|
|