Anonymous User
(@anonymized-473288)
Seems like common sense that the “pretty url” feature should strip anything other than alphanumeric characters.
As far as I know it does normally. Or it should(?).
Works fine on my site, see for example:
http://www.ecodelphinus.com/chronisch-zieken-en-gehandicapten/techniek/data-entry-errors-zoek-resultaat-in-pubmed-central-pmc.html
And always has actually.
Just using standard permalinks code:
http://codex.wordpress.org/Using_Permalinks
So not sure what is going on.
Woah. Now that’s very interesting. So there’s definitely something wrong with mine. THanks for that info!
Incidentally, I figured it out – it’s those damn “smart quotes” that MS word created. Authors had been using it and copying and pasting headlines into WP. If you avoid smart quotes it works fine.
Anonymous User
(@anonymized-473288)
Thank you for posting the cause and the solution. 🙂
P.s:
I am not sure if you are allowed to use the word d**n in the forum.
well, the use of that word was polite considering how I feel about MS word 🙂
I suppose I should leave it up to WP to find a way to fool-proof it if people paste in from MS word or another smartquote source.
Anonymous User
(@anonymized-473288)
I suppose I should leave it up to WP to find a way to fool-proof it if people paste in from MS word or another smartquote source.
Not sure if it is possible to do so. Although you might be able to write some kind of php code for a field form which would strip the characters, or a plugin which does the same thing. Just strip everything except plain text. However you would have to preserve (single) quotes, spaces, dashes, and parentheses (and possible other things as well).