[TYPO3] Characters not in iso 8859-1
Rob De Vries
spam_this at pandora.be
Thu May 24 16:43:53 CEST 2007
>>><?xml version="1.0" encoding="utf-8"?>
>>><!DOCTYPE html
>>> PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>>><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>>><head>
>>> <meta http-equiv="Content-Type" content="text/html;
>>>charset=utf-8" />
>>>
>>>...
>>>
>>> <meta http-equiv="Content-Type" content="text/html;
>>>charset=iso-8859-1" />
If I look at your header, First thing is see is the xml prolog, do you
think is usefull for your website? (Quirksmode ->
http://www.quirksmode.org/css/quirksmode.html)
Second:
the first meta about your characters gets overwritten by your second one
(the iso)
One reason for this is that you forgot to strip this when using a
template parser and still placing on in your 'head'.
Try to get this fixed first, it could be a solution to your problem
Rob
--
------------------------------------------------------------
web : http://www.rob-ot.be
skype : rob-ot
------------------------------------------------------------
[O_o] -- Don't feed the rob-ot
More information about the TYPO3-english
mailing list