Copy link to clipboard
Copied
How do I search/replace for curved apostrophe to straight apostrophe?
How do I search/replace for curved open and close quotes to straight quotes?
I have smart quotes turned off (which turns ON curved apostrophe).
The source material was copied and pasted from email which is why the quotes are straight.
Thanks.
David, I can't imagine doing anything inside Word is easier.
Courtesy of Mike Wickham, these are the characters to use INSIDE search/replace boxes:
You can use these hex values inside the find dialogue. They can be found in the "FrameMaker Character Sets" PDF, which came with your software or can be found online.
\x22 = straight quote
\x27 = straight apostrophe
\xd4 = curly left single quote
\xd5 = curly right single quote (apostrophe)
\xd2 = curly left double quote
\xd3 = curly right double quot
...Copy link to clipboard
Copied
The apostrophe is easy (but not entirely intuitive).
In addition, you may need to find another type of straight apostrophe that looks identical:
Quotes are harder. The spell-check will usually flag them, but you might get better results – depending on your source files – doing this in Word which, if you set smart quotes on, will change " [straight quotes] to opening or closing smart quotes dependent on context.
Copy link to clipboard
Copied
David, I can't imagine doing anything inside Word is easier.
Courtesy of Mike Wickham, these are the characters to use INSIDE search/replace boxes:
You can use these hex values inside the find dialogue. They can be found in the "FrameMaker Character Sets" PDF, which came with your software or can be found online.
\x22 = straight quote
\x27 = straight apostrophe
\xd4 = curly left single quote
\xd5 = curly right single quote (apostrophe)
\xd2 = curly left double quote
\xd3 = curly right double quote
Typing in the document itself, Esc+" produces a straight double quote and Ctrl+' produces a straight single quote (apostrophe).
Courtesy of David Artman:
Curved apostrophe Find: ALT+0146 (’)
Curved quotes Find: ALT+0147 (“) or ALT+0148 (”)
After this issue, I googled for FrameMaker Character Sets and downloaded it. That would be my future recommendation for everyone.
Thank you all for your help!