I'm working on a web forms app that allows users to enter text into an asp:TextBox , click submit and send the text as email. It works great, unless users first enter text into Microsoft Word and copy and paste into the TextBox and then send the email. When users do this, apostrophes and some other characters can show up as question marks (when the email is received). Any recommendations on how to fix?