[RESOLVED]pasting from MS Word into a form
Posted: Tue May 04, 2010 12:01 pm
Copying text from a received email into a form that runs a (secure!) php mail script resulted in this
I can see that you would need to define the character set of the page that holds the form - but pasted stuff will still go bad... - within a wordpress plugin!
What is the best way of stopping that kind of nastiness?
Where a ' got translated badly.You don’t
I can see that you would need to define the character set of the page that holds the form - but pasted stuff will still go bad...
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />What is the best way of stopping that kind of nastiness?