Need to perform a StringReplace of the em dash and en dash to strip them from web content pages.
Em dash character is not a part of the ASCII character set. So if I copy and paste an em dash into SciTE it merely appears as a hyphen and therefore no search results.
So instead of seeing: StringReplace($TtextClean, "—", " ") it looks like this: For example: StringReplace($TtextClean, "-", " ") appears correctly on the webpage.
Any suggestions, please?
Thank you.