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.

link|improve this question
Really? Someone actually tests for Camino compatibility? – ceejayoz Mar 30 '09 at 0:38
I use litmusapp.com, it makes it really easy. – Alan May 10 '09 at 4:51
feedback

1 Answer

up vote 3 down vote accepted

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

link|improve this answer
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 Mar 29 '09 at 23:20
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 Apr 29 '09 at 0:47
Yes, I meant that Camino uses the same rendering engine as Firefox, not that Firefox is a rendering engine. – g . Apr 29 '09 at 7:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.