Combine two content encodings sections in a single page
- by AmirGl
I developed a web application that allows users to modify existing web pages.
When a user type a url of an existing web page, I read the content of this page and using an ajax call, i display the content in a div inside my web application.
Now my problem is that often the content encoding of the existing web page is different than my web app (I use utf-8)
Is there a way to load content using an ajax call with different content encoding than the one of the main page?
Thanks,
Amir