Quote:
Originally Posted by JSWolf
What I would like is a way to convert UK style quotes to US style quotes because UK style quotes just look unnatural.
|
It all boils down to distinguishing between right single quote and apostrophe. Unfortunately, in Unicode they are the same character (a design mistake, I'd say). If using entities, I've used ’ for the former and ’ for the latter, but that doesn't help when the editor changes all entities to characters (and it makes the code messy).