URL Rewriting localized characters

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anos atrás
Hi all,

When I want to create a new category, for example, the specials characters are ignored in the rewrited URL.
French characters like é, è, à,œ, ç, etc are ignored.

If I create a new category named "électricité" the URL become:
/Category/3-lectricit-1.aspx

The "é" are ignored
where can I make the replace "é" to "e" (and other ISO latin character) like this:
/Category/3-electricite-1.aspx

Thank's

All
13 anos atrás
See the GetSEName() method in the SEOHelper class (file Libraries\Nop.BusinessLogic\SEO\SEOHelper.cs). This method is also used for forming other URLs (manufacturers, products, blogs, news, topic, forums, etc).

The following may be useful:
http://stackoverflow.com/questions/249087/how-do-i-remove-diacritics-accents-from-a-string-in-net

.
13 anos atrás
Hi MB
I take a look on this,
Thank's
All
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.