#5076
Yutaka Emura
Keymaster

There is no corresponding half-width character for U+201C. If you just want to convert U+201C to U+0022, use a macro:


document.selection.Replace("“(.*?)”","x221x22",eeFindNext | eeFindReplaceCase | eeReplaceAll | eeFindReplaceRegExp);