0

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:

☜ http://b2.s3.p.quickshareit.com/files/picture1a9745.png

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.

Alan
  • 553
  • 1
  • 4
  • 15

1 Answers1

3

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 .
  • 8,110
  • 5
  • 38
  • 48
  • 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
  • 1
    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 00: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 07:32