i am using javascript to read from XML to automatically populate a email subject and body. i have a special character in the xml - ö
<![CDATA[Björn Borg]]> (the special character gets converted here)
but the body of the email keeps coming out like this
Björn Borg
but if i copy/paste this ö into outlook its fine
using outlook as my email client
any suggestions on how to fix this?
