I like to save local copies of useful text-heavy pages from the 'Net so I can practice improving their appearance by modifying the markup to include CSS. (What can I say ... It keeps me off the streets)
I've noticed that text on the pages is often delimited by ` and '. See the blockquoted example below.
Is there a good reason for this? I'd like to do my modifications automatically with a script if I thought these quotes were there for a good reason. Is it, for example, a byproduct of a particular authoring tool?
I have tried to search for this, but search engines treat it like empty or incomplete strings and don't give meaningful results.
EDIT: A single quote example (` ') can be found in Eric Raymond's Cathedral and the Bazaar
The problem was this: suppose someone named `joe' on locke sent me mail. If I fetched the mail to snark and then tried to reply to it, my mailer would cheerfully try to ship it to a nonexistent `joe' on snark. Hand-editing reply addresses to tack on `@ccil.org' quickly got to be a serious pain.