DNN 9.1.1
Multilingual (English and French) enabled
When I create a French page and name it using accents, it automatically creates a URL with the accent which is problematic for DNN. For example:
Page Name: /Arrivées
Page URL: /arrivées
What I need is to be able to have the Page Name use the accent but the URL not use the accent. For example:
Page name: Arrivées
Page URL: /arrivees
What is the best way to handle accents in DNN?