As far as I know, radiant already handles this. There is a function toSlug in javascripts/admin/utility.js that filters out any invalid character. After that, there is also an ActiveRecord validation that should not allow diacritics in a page slug.
So.. not sure how you/your client managed to save the slug like that, but that is normally impossible. Op dinsdag 25 augustus 2015 19:50:18 UTC+2 schreef Jim Gay: > > Emmet, > > Sorry I'm just seeing this now. > For one-off cases you can change the slug on those pages. But if this > is common, I'm not sure. We'd probably need to update the javascript > which handles creating the slug from the title > > - Jim > > -- > Check out my books: > You can't afford complicated code #=> http://www.clean-ruby.com > DSLs shouldn't require a masters degree in metaprogramming. #=> > http://clean-ruby.com/dsl > > > On Sun, Jul 26, 2015 at 6:07 PM, Emmett Culley > <[email protected] <javascript:>> wrote: > > I have a client that has a link on his portfolio page that contains an > > en-yay ('ñ'), which causes the link to that page to have that same > character > > in the URL. This, of course, will not work > > > > How can we use diacritical caracters in page titles without the Radiant > CMS > > UI automatically using the title with the invalid URL character in the > link? > > > > Emmett > > > -- --- You received this message because you are subscribed to the Google Groups "Radiant CMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
