Combine two content encodings sections in a single page

Posted by AmirGl on Stack Overflow See other posts from Stack Overflow or by AmirGl
Published on 2010-04-27T01:36:28Z Indexed on 2010/04/27 1:43 UTC
Read the original article Hit count: 346

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about html

Related posts about content-encoding