Hi netorius
Glad to hear you got the job done.
I have been putting together a replacement function that will grab any of the ASCII characters and replace them with their
Numerical Code equivalent or if there is no matching character in the look up table a "?" will be displayed.
This should if all goes to plan be in the next release.
I put together a rough reference that you may find handy
http://www.bestdownloadsites.com/ascii_table.html
More to add to it yet from the Extended ASCII range.
Like the 128 from your previous post will replaced with "& # 128;" without the spaces as that's just so it will post here:
| Code: |
128= € change to "& # 128;"
|
Also it appears that the"— " is another trouble maker I'll replace it with the "& # 151;" which should solve the issue.
Thanks for the feedback it has been very helpful.
