I'm using "ℏ" in a MathML formula. When making a PDF from my XHTML, I get a warning:
prince: warning: no glyphs for character U+FE00, fallback to '?'
and I indeed get a '?' right after the glyph (so the planck-glyph itself renders correctly).
This is due to line 7366 of xhtml-math11-f.dtd:
<!ENTITY planck "ℏ︀" ><!--/hbar - Planck's over 2pi -->
Should that "︀" be there? If so, how can I fix the problem that it's not interpreted/rendered correctly?
(My font is Latin Modern, but I get the same with Times New Roman. UTF-8 encoding. Prince 9, Mac OS 10.8.)
prince: warning: no glyphs for character U+FE00, fallback to '?'
and I indeed get a '?' right after the glyph (so the planck-glyph itself renders correctly).
This is due to line 7366 of xhtml-math11-f.dtd:
<!ENTITY planck "ℏ︀" ><!--/hbar - Planck's over 2pi -->
Should that "︀" be there? If so, how can I fix the problem that it's not interpreted/rendered correctly?
(My font is Latin Modern, but I get the same with Times New Roman. UTF-8 encoding. Prince 9, Mac OS 10.8.)