hi,
i'm sending a hebrew ASP page as a newsletter using Jmail.... i had a problem that all the text was showing garbled when the mail arrived.
kelvinwkw showed me that using server.htmlencode on the dynamic parts of the page displayed it correctly.
my problem now is that are a few lines of text on this asp page which are not taken from a database and these are still showing garbled when the mail is received....
i tried <%=Server.HTMLEncode(Response.Write("hebrew text here"))%> but the text still does not display.
any suggestions?
thanks
dog
What if you save the file in utf-8 format?
Best Regards
Kelvin