html - Combine two content encodings sections in a single page -


i developed web application allows users modify existing web pages. when user type url of existing web page, read content of page , using ajax call, display content in div inside web application. problem content encoding of existing web page different web app (i use utf-8) there way load content using ajax call different content encoding 1 of main page? thanks, amir

your option iframe (as alex said). encoding meta data unique each html document.

if need 2 different encodings on page need 2 different html documents.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -