Flypside asked me “How do you get the root sign to print in vB?”
I assumed it was one of the symbols you could get off the alt codes, but after staring at them like a fiend for the past 20 minutes, I’m forced to assume that ain’t so.
So . . . my smarties, who can enlighten me?
your humble TubaDiva
who is suffering from too much Monday and not enough brainpower.
I don’t have the font “MS Reference 2”, but the font “symbol” also has the radical sign. It is alt+0214 , which is Ö in this font. I have considered posting a suggestion in the vBulletin’s message board asking them to find some way for us to change the font without using html code. (I noticed they have disabled html code on their own message board.) “Symbol” has all sorts of things that would be useful in math-related threads, like Greek letters and the upper and lower halves of integral signs.
I, too, would dearly love to see the Symbol font, at least, available for use (you know, just in case I should ever happen to post to a math or physics thread :)), but I must wonder: Would it be readable by our users with Macintoshes or Linux? Does the symbol font or an equivalent typically come installed with other OSes? And if it’s an equivalent font, is Netscape/IE smart enough to make the substitution?
Another useful one would be Wingdings, but I suspect that that would have even worse translation problems.
Back when we had HTML enabled, changing fonts was quite simple, of course. I don’t recall any Mac users complaining they couldn’t read posts with alternate fonts. I suspect there’s some type of translation table built into the Mac browsers or maybe even the OS. I can’t verify this since I know nothing about Macs (except that I dislike them), but it seems reasonable that they should be able to convert the page source code to a similar character set.
Arnold, you have a Mac at home don’t you? Can you corroborate any of my speculations?
UncleBeer, get one of those cute little iBooks in a colour to match your lunch pail, and you will learn to love the Macintosh!
The Symbol fount is supplied with the MacOS and is identical to the Symbol font you find on Windows. In general characters that go beyond the basic ASCII set have different ASCII values on the MacOS and the Windows OS, which is why in HTML they are represented with those &nnn; sequences of characters, which your browser is then in charge of interpreting correctly.
Those are the two reasons why characters in the symbol font, and “special” characters like accented letters or upside down question marks, “¿”, will be seen on both computers correctly.
Looking at vBulletin’s online manual, it looks like you should be able to include the symbol font easily enough from you guys’ control panel. Just go to the “Custom BB codes” thingy and put “[symbol]” in the vB Code option and “<font face = symbol>” in the html option. Then you need to figure out “[/symbol]”.
If you guys actually do this, I would be ever so grateful. I seems like a pretty easy and safe option to add, and not really a hack, either.