smartquotes.js
smartquotes.js copied to clipboard
Single-quote titles starting with numbers incorrectly treated as year abbreviations ('60 Minutes')
On a string like '60 Minutes', I expect the first quote to be a left curly quote (‘60 Minutes’) but instead get a right curly quote (’60 Minutes’) because of the year abbreviation rule.
The replacement should prioritize pairs of quotes.