Hi there,
I have a form in html which passes the value of a textarea to a perl script which emails out the value.
All works fine. However...users of the script copy and paste text from Microsoft Word which has smart quotes in it. It displays fine on the web..but when the user receives an email the smart quotes get converted to
“”
Is there some sort of encoding i can use or a work around that anyone knows of?
Thanks in advance
I have a form in html which passes the value of a textarea to a perl script which emails out the value.
All works fine. However...users of the script copy and paste text from Microsoft Word which has smart quotes in it. It displays fine on the web..but when the user receives an email the smart quotes get converted to
“”
Is there some sort of encoding i can use or a work around that anyone knows of?
Thanks in advance