FW: [Elecraft] K2 Cal Cur Modification
Dan Barker
[email protected]
Wed Jun 19 07:22:00 2002
Sverre, I can not begin to tell you why Word converts your choice of a =
valid hypertext markup symbol to "<span =
style=3D'mso-char-type:symbol;mso-symbol-font-family:Symbol'>m</span>", =
but you don't have to take it. If you want a microfarad, put "µF" =
in your document. However, you have to save as text; If you save as HTML =
Word converts the "µ" to "&micro;"!=20
"µ" will render on all browsers as it's part of HTML. Word is =
depending on the client workstation having a compatable font. HTML =
assumes no such thing - The browser is responsable for finding an =
appropriate font in the client's language to render properly marked up =
requests.
A table one of my programs uses lists many symbols you'll recognize, and =
the cited reference is far more explicit.
No discussion of browsers needed. Just a little Word Slamming. When you =
pick HTML export filters, it ought to filter for HTML, no?
Dan / WG4S / K2 #2456
Table used by some HTMLifying code I've written:
HTMLConst: array [ 160 .. 255 ] of string =3D
(' ', '¡', '¢', '£', '¤', =
'¥', '¦', '§', // 160
'¨', '©', 'ª', '«', '¬', =
'­', '®', '¯', // 168
'°', '±', '²', '³', '´', =
'µ', '¶', '·', // 176
'¸', '¹', 'º', '»', '¼', =
'½', '¾', '¿', // 184
'À', 'Á', 'Â', 'Ã', 'Ä', =
'Å', 'Æ', 'Ç', // 192
'È', 'É', 'Ê', 'Ë', 'Ì', =
'Í', 'Î', 'Ï', // 200
'Ð', 'Ñ', 'Ò', 'Ó', 'Ô', =
'Õ', 'Ö', '×', // 208
'Ø', 'Ù', 'Ú', 'Û', 'Ü', =
'Ý', 'Þ', 'ß', // 216
'à', 'á', 'â', 'ã', 'ä', =
'å', 'æ', 'ç', // 224
'è', 'é', 'ê', 'ë', 'ì', =
'í', 'î', 'ï', // 232
'ð', 'ñ', 'ò', 'ó', 'ô', =
'õ', 'ö', '÷', // 240
'ø', 'ù', 'ú', 'û', 'ü', =
'ý', 'þ', 'ÿ'); // 248
Cite: http://www.htmlhelp.com/reference/charset/
<snip>...was written with a greek mju in the Symbol font followed by F =
(0.1 microFarad). I have noticed that this displays
correct in Internet Explorer, but Netscape does not seem to recognize
the symbol font and puts an 'm' instead...
<snip>