G
Guest
I implement a lot of "send to friend" functionalities as well as utilizing a
lot of content that's been scraped from other places on the web.I built
these tools using Classic ASP.
Some classes of entities do not translate correctly to e-mail and are
rendered as question marks in e-mail clients.
To deal with content that had extended characters and entities (curly
quotes, etc.) I wrote translation functions that converted the "bad" strings
of characters into acceptable ones for the e-mail clients that commonly
parse our mail. These translation functions are long, and occassionally they
miss unusual entities because I haven't implemented every last exception.
I am wondering if there is a method in .NET that will reliably do this
translation for me. For that matter, I'm wondering if there was a method in
Classic ASP that would have done the same thing.
If someone can point me to the right method, and the right set of base
concepts here I'd appreciate it.
Thanks,
-KF
lot of content that's been scraped from other places on the web.I built
these tools using Classic ASP.
Some classes of entities do not translate correctly to e-mail and are
rendered as question marks in e-mail clients.
To deal with content that had extended characters and entities (curly
quotes, etc.) I wrote translation functions that converted the "bad" strings
of characters into acceptable ones for the e-mail clients that commonly
parse our mail. These translation functions are long, and occassionally they
miss unusual entities because I haven't implemented every last exception.
I am wondering if there is a method in .NET that will reliably do this
translation for me. For that matter, I'm wondering if there was a method in
Classic ASP that would have done the same thing.
If someone can point me to the right method, and the right set of base
concepts here I'd appreciate it.
Thanks,
-KF