From owner-freebsd-doc@FreeBSD.ORG Thu Mar 27 19:57:24 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3957E37B401; Thu, 27 Mar 2003 19:57:24 -0800 (PST) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4052043FBF; Thu, 27 Mar 2003 19:57:21 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: from envy.homeunix.com ([4.47.68.142]) by out005.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030328035720.HETN14673.out005.verizon.net@envy.homeunix.com>; Thu, 27 Mar 2003 21:57:20 -0600 Received: from lust.local (lust [192.168.1.2]) by envy.homeunix.com (8.12.8/8.12.7) with ESMTP id h2S3vERn073933; Thu, 27 Mar 2003 19:57:15 -0800 (PST) (envelope-from jim@FreeBSD.org) Received: by lust.local (Postfix, from userid 501) id 6FE4422D9F1; Thu, 27 Mar 2003 19:57:13 -0800 (PST) Date: Thu, 27 Mar 2003 19:57:12 -0800 From: Jim Mock To: Giorgos Keramidas Message-ID: <20030328035712.GA5102@soupnazi.org> References: <20030326050104.GA1514@c-303a70d5.bredbandsbolaget.se> <20030326185416.GH18515@gothmog.gr> <9ohe9oo5is.e9o@localhost.localdomain> <20030328030048.GA17830@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030328030048.GA17830@gothmog.gr> User-Agent: Mutt/1.5.4i X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [4.47.68.142] at Thu, 27 Mar 2003 21:57:20 -0600 X-Spam-Status: No, hits=-32.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-doc@FreeBSD.org Subject: Re: quotation marks in HTML output X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jim@FreeBSD.org List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 03:57:27 -0000 On Fri, 28 Mar 2003 at 05:00:48 +0200, Giorgos Keramidas wrote: > On 2003-03-27 13:37, "Gary W. Swearingen" wrote: > > Giorgos Keramidas writes: > > > For these reasons, I'd probably support switching to double quotes > > > like "...." for HTML output. But only for HTML output. > > > > Unless the FDP is trying to support some REALLY old browsers, HTML > > should use the "“" and "”" (Unicode) entities for left and > > right double quotation marks (with "‘" and "’" for the > > single versions). The FDP should not support such old browsers. > > I'm fairly sure that all Netscape and M$ browsers less than 5 years > > old support these four Unicode entities. > > Gary, this sounds like a great idea :-) > > I've replaced literal `` and '' in doc/share/sgml with these entities > and just finished a full rebuild of doc/en_US.ISO8859-1/. > > : Index: freebsd.dsl > : =================================================================== > : RCS file: /home/giorgos/cvsroot/giorgos/fx/doc/share/sgml/freebsd.dsl,v > : retrieving revision 1.1.1.2 > : diff -u -r1.1.1.2 freebsd.dsl > : --- freebsd.dsl 16 Feb 2003 22:12:04 -0000 1.1.1.2 > : +++ freebsd.dsl 28 Mar 2003 02:42:25 -0000 > : @@ -722,9 +722,9 @@ > : > : (element errorname > : (make sequence > : - > : + > : ($mono-seq$ (process-children)) > : - > : + You've still got a ' in there ^ - jim -- - jim mock. email: mij@soupnazi.org web: http://soupnazi.org - - freebsd project: jim@FreeBSD.org opendarwin: mij@opendarwin.org -