Forum Bugs

Entity not working in footnote

jstallent
I call an pair of entities very often in my documents. In one instance, the entities are inside a footnote, but Prince is generating a "no glyphs" error message for the ones in the footnote. Here are the relevant code pieces:
HTML
<note type="level1">This source reads <i>&llcbrk;baby&rlcbrk;</i></note>

CSS
lucida {
	font-family: "Lucida Sans Unicode";
	font-size: 0.7em;
}

DTD
<!ENTITY llcbrk		"<lucida>&#x230a;</lucida>">
<!ENTITY rlcbrk		"<lucida>&#x230b;</lucida>">


It looks to me like this is a bug. I am not seeing why the character will display fine in the regular text and not in the note text. The funny thing is that other entities display fine. This means that it is possibly something wrong with how the style is being applied in the footnote. That makes no sense, though, since the <lucida> tag is global and other styles in the footnotes work.

Ideas?
mikeday
No idea, could you post or email me (mikeday@yeslogic.com) a small document that exhibits the problem?