I was wondering if this would be the best way to fix this. The alternative would be to turn off the XML declaration and add an html type character encoding metadata statement. If you think adding the namespace is the best way to go I'm happy to do a patch, but it'd save me time if you could tell me where the this part of the output document is being generated.
paul On 08/03/06, Thorsten Scherler <[EMAIL PROTECTED]> wrote: > El mié, 08-03-2006 a las 13:09 +0930, Paul Bolger escribió: > > As mentioned I'm developing a site with Dispatcher. > > I don't use Internet Explorer, but unfortunately most of my clients > > do. Checking my site in IE revealed a problem: Although Firefox > > correctly sets the character encoding to UTF8, as set in the XML > > declaration at the head of the doc, IE doesn't seem to register, and > > defaults to Western, or whatever. The result is a lot of Euro symbols > > in the text. > > > > After a bit of messing around it appears that adding an xhtml > > namespace declaration to the html element > > (xmlns="http://www.w3.org/1999/xhtml") fixes the problem. > > Can you provide a patch? > > salu2 > -- > Thorsten Scherler > COO Spain > Wyona Inc. - Open Source Content Management - Apache Lenya > http://www.wyona.com http://lenya.apache.org > [EMAIL PROTECTED] [EMAIL PROTECTED] > >
