++++++++++++++++++++ From: "Dan Barker" To: "Elecraft" Subject: FW: [Elecraft] K2 Cal Cur Modification Date: Wed, 19 Jun 2002 07:16:04 -0400 Sverre, I can not begin to tell you why Word converts your choice of a = valid hypertext markup symbol to "m", = 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 "µ"!=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/ ...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... +++++++++++++++++++ From: "Dan Barker" To: "Elecraft" Subject: FW: [Elecraft] mu ( was K2 Cal Cur mod) Date: Wed, 19 Jun 2002 07:18:01 -0400 See my other post. µ is very dangerous. It depends on the fonts = installed clientside. Use µ as stated. Dan ... Putting µ in place of the mu ... +++++++++++++++++++