I've a question with regards to the urlReplacing in umbracoSettings.config: since we mostly work with multilingual sites, we've got a nice, extensive list of characters we automatically add for URL replacing.
The client we're working for now has a tendency to add the trademark (™) to their name, even on the nodenames. I've tried adding this to the list so the character would get removed from the URL, but it ends up with errors in the backoffice because trade is not defined as an entity. Tried a few things, but couldn't get it to work so I'm here for advice before wasting any more time.
URL character replacing - entity question
Hi all,
I've a question with regards to the urlReplacing in umbracoSettings.config: since we mostly work with multilingual sites, we've got a nice, extensive list of characters we automatically add for URL replacing.
The client we're working for now has a tendency to add the trademark (™) to their name, even on the nodenames. I've tried adding this to the list so the character would get removed from the URL, but it ends up with errors in the backoffice because trade is not defined as an entity. Tried a few things, but couldn't get it to work so I'm here for advice before wasting any more time.
Thanks in advance!
Bjorn
I recently encountered the same issue. To work around this try adding the HTML number instead e.g.
A list of other special characters you can use: http://www.ascii.cl/htmlcodes.htm
is working on a reply...