Anyone have a smart-quotes algorithm? Preferably in Java; python 2nd
best; otherwise anything I can grok.
Is there anything better (smarter) than:
1) if the previous character was non-whitespace, this is a close
2) else, if the next character is non-whitespace, this is an open
?
--Max
best; otherwise anything I can grok.
Is there anything better (smarter) than:
1) if the previous character was non-whitespace, this is a close
2) else, if the next character is non-whitespace, this is an open
?
--Max
Comment