
On Sat, Jul 16, 2005 at 03:59:04PM +0000, Rob Williscroft wrote:
David Abrahams wrote in news:ufyuedfs6.fsf@boost-consulting.com in gmane.comp.lib.boost.devel:
For example, using FireFox
This ǽ�'��"fancy danceǽ�'�� involving the unnamed namespace and references is all done to avoid violating the One Definition Rule (ODR) ... I'm using FireFox to proof it. Is there something wrong with your browser settings that it can't display unicode characters?
I also get this, in both mozilla 1.7.7 and I.E 6.0 (XP), though the souce appears to be valid UTF-8 as Notepad shows the Quotes fine.
Looks fine in firefox 1.0.4 and mozilla 1.7.8
Manually changing the encoding too UTF-8 shows every thing so I looked again at the headers:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
There is a quote missing above, docutils bug ? maybe.
No there isn't, charset=utf-8 is part of the content attribute's value, not a separate attribute. charset is a parameter of the content-type header. There's also an encoding attribute on the XML declaration. jon