I have a small site with a few forms.
The type of the document is UTF-8:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
When I write an en dash (–) it gets converted to – and when hitting submit on a form with an en dash somewhere in the fields it causes the page to fail updating.
This is driving me crazy. Why is this happening?