X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Mon, 17 Jan 2005 10:09:54 -0500 Message-Id: <200501171509.j0HF9sUc031137@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <41EB7FB5.4D458922@yahoo.com> (message from CBFalconer on Mon, 17 Jan 2005 04:04:53 -0500) Subject: Re: setlocal... References: <4rcku09t3nlh3d9trsjgk4dolotei29eq9 AT 4ax DOT com> <200501161047 DOT j0GAlKTf019772 AT speedy DOT ludd DOT ltu DOT se> <7cglu0lf1umq46r9l1ps73pt3ir57rjjan AT 4ax DOT com> <01c4fc4f$Blat.v2.2.2$9eb38e80 AT zahav DOT net DOT il> <41EB7FB5 DOT 4D458922 AT yahoo DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > It always annoys me when I see '' in places where I consider " to > be appropriate. There must be a reason for doing this. What is > it? Especially when, in the current ISO-8959-1, ` and ' are not symmetrical. However, you do not want to use " (the inch symbol) when you *do* have symmetrical quotes. See: http://www.delorie.com/users/dj/brain/graphics/bits-glyphs/ Reference the bottom, you use (d) quotes when coding, but you should use (e) quotes to indicate spoken English. If you use ` and ', you get (a) and (c) quotes. You *used* to get (b) and (c) quotes, which is where the habit started.