In my post above (or below) a symbol with the letters TM appended to it appeared several times. Does anyone know where it came from and how toget rid of it?
Good question and I have wondered that myself from time to time. For what ever reason when the fonts in the postings go smaller, all sorts of funny symbols start popping up.
There are several different apostrophes. Only one of them is in the standard 7-bit ASCII character set. The others are in the extended Unicode character set. So, if your browser is making the stylistic choice of using one of the alternate apostrophes then somewhere along the line of browser -> web server -> cgi-script -> database -> then back to cgi-script -> web server -> browser ... something isn't understanding it correctly and is converting it to an escape sequence and then breaking it up into separate characters.
Unicode can really be a pain in the backside sometimes, especially when not all the parts of the system understand it equally well.