Fix quote characters that break code and data
Word processors often replace straight quotes with typographic versions. That looks good in prose but can break source code, JSON, shell commands, CSV parsing and exact searches.
This converter changes only quote-like characters. It does not alter the surrounding words.