My problem is this:
I copy the HTML set from the computer to another, and I add more information to the target HTML as an element. The problem is that the source documents are encoded in many different encodings [UTF8, 8859-1, GB1232, etc.], and the meta-information is stored as UTF-8, so when I "fictitiously" merge my meta information with the original document , my meta information [which contains international characters] looks strange.
So, is there a way to use the HTML encoding defined in <META> and in tags! DOCTYPE in the entire HTML document, except in the TABLE or in the DIV section, which will use a different encoding specified there?
thanks in advance,
Ernesto
ebasconp
source share