views:

71

answers:

1

I'm trying to show the characters ☜ and ☞ in my HTML page. Every single browser I've tested displays them properly, except for (inexplicably) Camino. Instead, it shows this:

That's what it renders for ☜. The symbol it shows for ☞ is similar.

If for some reason you can't see those characters properly, here's the HTML entities I'm using:

☜ and ☞

Now, Camino is a Mac-only browser that use Gecko. However, All the versions of Firefox that I've tested work just fine, and my main browser is Safari on a Mac.

Thanks for the help.

+3  A: 

I think this was a bug in Firefox 2 which uses the rendering engine that Camino uses.

https://bugzilla.mozilla.org/attachment.cgi?id=229547&action=edit

g .
That's odd, because I tested in Firefox 2.0 (although on Windows), and it works fine there. You very well may be right, however. I may end up replacing it with an image in the end.
Alan
The bug was Mac-specific (font code is an area where Gecko bugs are often not cross-platform)Also, as a slight correction to the answer, the rendering engine is Gecko 1.8.1, which is used by both Firefox 2 and Camino 1.x. Firefox is a browser, not a rendering engine.
smorgan
Yes, I meant that Camino uses the same rendering engine as Firefox, not that Firefox is a rendering engine.
g .