I've noticed that extended ASCII characters are preserved in the title slug, thus creating very unattractive permalinks when they are escaped.
For example, if I enter the title:
“Testing” — ‘the test’ [that's an em-dash and all quotes are curly]
the slug is saved as:
“testing”-—-‘the-test’ [em-dash and curly quotes preserved]
It should be:
testing-the-test
How can I fix this?