Why don’t WordPress post slugs allow accents?
The sanitize_title() function uses remove_accents() right away. Both of these functions date way back to <= v1.2.1. The remove_accents() function is a hard coded list of accent characters to explicitly replace a handful of characters in a few specific languages. The inline comment and function reference simply say: Converts all accent characters to ASCII characters. … Read more