[Mono-bugs] [Bug 444009] html created by mdoc-export-html outputs symbols unreadable by internet explorer 7

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 12 09:24:05 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=444009

User jpryor at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=444009#c1


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |jpryor at novell.com




--- Comment #1 from Jonathan Pryor <jpryor at novell.com>  2008-11-12 07:24:04 MST ---
Odd; those are UTF-8 characters, and we're emitting the following into the
html:

  <meta http-equiv="Content-Type" content="text/html;charset=utf8" />

Perhaps I have the @content attribute wrong?

More specifically, iirc one of the IE View menus allows selecting/specifying
the character encoding.  Does it display UTF-8 for mdoc-export-html output?

If it doesn't detect UTF-8, could you change the @content attribute so that it
does detect as UTF-8, e.g. by using the value "text/html; charset=UTF-8"?

If it does detect as UTF-8, it may be a font issue; within CharMap.exe (iirc),
does U+229E SQUARED PLUS and U+229F SQUARED MINUS have any support?  If so,
which fonts support it? -- perhaps we need to specify the correct font to use
(i.e. whichever font supports those characters).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list