From owner-freebsd-doc@FreeBSD.ORG Thu May 5 17:31:10 2005 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 2E00B16A4CE for ; Thu, 5 May 2005 17:31:10 +0000 (GMT) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 880BC43D7F for ; Thu, 5 May 2005 17:31:09 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p13049-adsau12honb8-acca.tokyo.ocn.ne.jp [221.113.169.49]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.1) with ESMTP id j45HUtNY041853; Fri, 6 May 2005 02:30:57 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) by delta.allbsd.org (8.13.1/8.13.1) with ESMTP id j45HUIOL097762; Fri, 6 May 2005 02:30:19 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Fri, 06 May 2005 02:10:27 +0900 (JST) Message-Id: <20050506.021027.65825851.hrs@allbsd.org> To: murray@freebsdmall.com From: Hiroki Sato In-Reply-To: <20050505132411.GC6071@freebsdmall.com> References: <20050505132411.GC6071@freebsdmall.com> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Fri_May__6_02_10_27_2005_716)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/871/Thu May 5 22:50:45 2005 on gatekeeper.allbsd.org X-Virus-Status: Clean cc: freebsd-doc@FreeBSD.org Subject: Re: Turning on smartquotes for HTML output X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 17:31:10 -0000 ----Security_Multipart(Fri_May__6_02_10_27_2005_716)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Murray Stokely wrote in <20050505132411.GC6071@freebsdmall.com>: mu> - (literal "``") mu> + (literal "“") mu> (process-children) mu> - (literal "''"))) mu> + (literal "”"))) Hmm, I am not sure but (make entity-ref) may be reasonable here: (element quote (make sequence - (literal "``") + (make entity-ref name: "#8220") (process-children) - (literal "''"))) + (make entity-ref name: "#8221"))) -- | Hiroki SATO ----Security_Multipart(Fri_May__6_02_10_27_2005_716)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBCelODTyzT2CeTzy0RAs5DAJ9awiBgwYhht0kAdPj4WIXOFY0bXwCgvXY1 VVWZQ1NQzBMpeapEBWINpSw= =5lZj -----END PGP SIGNATURE----- ----Security_Multipart(Fri_May__6_02_10_27_2005_716)----