Hi all,
My problem is this:
I am copying a set of HTMLs from a machine to other one, and I am adding more information into the target HTMLs as a element. The problem I have is that the source documents are encoded in a lot of different encodings [UTF8, 8859-1, GB1232, etc.] and the meta information is stored as UTF-8, so, when I "dummily" merge my meta info with the original document, my meta info [that contains international characters] looks weird.
So, is there a way of use the HTML encoding defined in the <META>
and in the !DOCTYPE tags in all an HTML document except in a TABLE or in a DIV Section that will use another encoding specified there?
thanks in advance,
Ernesto