18 Mar
2008
18 Mar
'08
3:24 p.m.
Diego Ruotolo wrote:
Hi, I think the problem is an incorrect DTD. If I see HTML source the header is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
To support UTF-8, it should be:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Does anyone know how to change it?
Absolutely not. The doctype has nothing to do with encoding. -- Sergiu Dumitriu http://purl.org/net/sergiu/