- From: Frank Ellermann <nobody@xyzzy.claranet.de>
- Date: Sat, 06 Nov 2004 22:16:30 +0100
- To: www-validator@w3.org
- Cc: william@alterdev.com
William Malabry wrote:
> non SGML character number 146
Either use windows-1252 as charset and the byte 146 (0x92),
or replace 146 by ’ / ’ / ’ Or use an
Unicode format for u+2019 (right single quotation mark).
’ doesn't work with Netscape 3.x or 4.x.
’ and ’ don't work with 3.0 (on my OS/2 box)
Unicode doesn't work with Netscape 2.02 (= 3.0 on my box)
Byte 0x92 and windows-1252 works with my four browsers.
You'd have the same problem with all 27 windows-1252
characters in the range 128-159. But don't try ’
it's invalid.
Bye, Frank
Received on Saturday, 6 November 2004 21:17:26 UTC