I'm using the WP-Contact-Form on my wordpress blog and I'm having some encoding problems. My site is built using 2 languages (french and arabic), whenever someone sends us a message using french special characters, the email arrives to my inbox all messed up with.
For example: "è" becomes "& egrave ;" (without the spaces)
I think you should have french and arabic language pack installed in ur system or ur email supports them, when they are not identified by the browser then the quotes/codes are displayed as HTML Entities
This is likely the provider stripping out HTML entities. Usually, é will be è. Your email provider is probably changing this to è, which is giving you your problem. Make sure the email isn't in plain text; hopefully that will solve it.