I have a problem with Smart Quotes in Google Docs that related to the apostrophe character.
For example, if I type the string Employee's Name, it will become Employee’s Name
Notice how the apostrophes are different.
I need to find a way to replace all those ’ to ', and all other "Smart" Quotes characters using Apps Script
It can be done by using replace function, I guess. But I don't know "what" to be replaced. Is there a list of Smart Quotes characters?
So how to solve this problem? Thanks.
Note: I know I can disable this feature by going to Tools -> Preferences and disable Use smart quotes, but I can't do this way, because I'm working on an add-on