Date: 27 Mar 2003 13:37:15 -0800 From: swear@attbi.com (Gary W. Swearingen) To: Martin Karlsson <mk-freebsd@bredband.net> Cc: Giorgos Keramidas <keramida@FreeBSD.org> Subject: Re: quotation marks in HTML output Message-ID: <9ohe9oo5is.e9o@localhost.localdomain> In-Reply-To: <20030326185416.GH18515@gothmog.gr> References: <20030326050104.GA1514@c-303a70d5.bredbandsbolaget.se> <20030326185416.GH18515@gothmog.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
Giorgos Keramidas <keramida@FreeBSD.org> writes: > It's a long standing typographical convention, which I do prefer in > all printed material, given the proper fonts and letter-form. Alas, > today, most of the fonts that people use have these ugly, stupid marks > that look bizarre instead of proper back-quotes and short, thin, > vertical lines instead of proper right quotes. I think it was a good idea to change the glyphs for the ASCII characters so that 39 (') and 34 (") are vertical and 96 (`) looks like whatever a grave accent is supposed to look like (which some think should be symmetric with an acute accent). What I think IS stupid is that the Unicode people name the vertical thing "apostrophe" -- which it no longer is. (You're supposed to use the "single right quote" to get an apostrophe.) > This makes ``example'' look terrible. Most notably, in HTML browsers, > the right part looks some times like ``example" which is hurting my > eyes and looks very unpleasant. Mine converts them to "real" left and right double quotes, which look good. But I'd rather it give me what the author asked for, especially when the author didn't use them in matching pairs. > 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. As for text format files, I've never liked ``this'', even in the good old days when the glyphs were often symmetrical; today it's usually uglier, even on most Unix/X11 systems. "This" looks better, even when the quotes are both right-leaning curly ones, which they seldom were in the good old days and which they almost never are today. Martin, if you're planning to take this discussion further than those in last year's discussion did, please read http://www.freebsd.org/internal/doceng.html, which says that changes are made by consensus. That obviously can't be true, but you can probably read between the lines well enough to inform your efforts. Good luck.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9ohe9oo5is.e9o>