03.10.06
Make pages using the Symbol font display correctly in Mozilla/Firefox
I found a nice little entry on everything2 about how to Make pages using the Symbol font display correctly in Mozilla/Firefox. Very helpful.
If you’re a Mac user and you surf for math on the web, you run into a lot of crazy notation.
The problem is that Microsoft Word files which have mathematical symbols are encoded with the FONT element in HTML, which flies in the face of web standards.
There is a solution — go through the FONT elements with the FACE attribute set to “Symbol”, and remap those characters to the right unicode entities. The everything2 article the text of a JavaScript bookmarklet; you have to remove the newlines before saving it. Or you can just drag this link to your bookmarks bar: Convert Symbol Font to Unicode. The result is readable as intended.
I confess that Safari is still my browser of choice, and I only got this to work in full-DOM-compliant Firefox. However, if you install the Debug menu in Safari (via preferences), you get the option to open the page you’re currently viewing in Safari in any other browser installed on your computer. So it’s only a two-step process when you see a bad page: open in Firefox, select bookmarklet.