Andrew McIntyre wrote: > On 3/21/06, Jean T. Anderson <[EMAIL PROTECTED]> wrote: > >>The (TM) portion of Java(TM) is mangled on these html pages: >> >></snip list of pages> >> >>I checked the Getting Started guide and the output is correct for the >>HTML book and for the PDF, just not for the individual html pages >> >>Here's the DITA tag in the source that isn't getting rendered properly: >> >><tm tmclass="special" tmowner="Sun Microsystems, Inc." >>tmtype="tm" trademark="Java">Java</tm> >> >>Does this ring a bell to anyone? or should I log a new Jira issue? > > The output HTML is correct. It looks like your browser isn't honoring > the charset attribute in the header. The header specifies the charset > to be UTF-8, and the trademark symbol is properly encoded as such.
I get the same mangled output on these browsers: Linux: Firefox 1.0.7 Linux: Konqueror 3.3 Windows XP: Internet Explorer 6.0.2900 Windows XP: Mozilla 1.7.8 What browser are you using that it works on? -jean > It would be nicer if the DITA toolkit used the © character > reference instead, but what they're doing is technically also correct. > See if you can switch the default encoding in your browser to UTF-8. > Even so, sounds like a bug in your browser. > > andrew
