- From: E. Stephen Mack <estephen@emf.net>
- Date: Fri, 22 Aug 1997 03:05:19 -0700
- To: www-html@w3.org
Misha Wolf <misha.wolf@reuters.com> wrote: > Once you have tried this, please report the result to this list. If it > is a bug, it's a very serious one and I would want to bring it to the > attention of my contacts in the IE team. Here is a minimal (corrected!) example. First, run IE 4.0 pp2. Select the UTF font by using the View | Fonts | Universal Alphabet (UTF-8) command. Then view this HTML document: <HTML> <meta http-equiv="Content-Type" content="text/html; charset='UTF-8'"> <TITLE>Entities</TITLE> <BODY> <P> ™ √ β <P LANG="EN"> ™ √ β </BODY> </HTML> The only difference between these two paragraphs is that the second specifies a language with the LANG attribute. The first paragraph will display correctly, but only the trademark symbol is displayed in the second paragraph. (The other two entities are displayed with a hollow box.) The bug also occurs if the LANG is specified in the <HTML> tag or the <BODY> tag. -- E. Stephen Mack <estephen@emf.net> http://www.emf.net/~estephen/
Received on Friday, 22 August 1997 06:04:49 UTC