Welcome Guest, Not a member yet? Register   Sign In
Disallowed characters for international url search string
#1

[eluser]earlyriser[/eluser]
I would like to have a url that allows to search for "café"
http://127.0.0.1/search/caf % C3 % A9 (without the spaces)

However CI redirects to
http://127.0.0.1/search/café

and I'm getting a disallowed characters error.

My permitted chars are 'a-z 0-9~%.:_+&-'

I also have tried with 'a-z 0-9~%.:_+&é-' just to see if it works, but it doesn't


Is there a way to permit a caf % C3 % A9 or café in the url (without comment the permitted_uri_chars line)? Im looking for something like in Wikipedia http://be-x-old.wikipedia.org/wiki/Мікраэлементы


My last choice is to convert é è ê in e, and redirect to http://127.0.0.1/search/cafe but I don't want to do this because it only suits for European languages.

I know about http://www.derekallard.com/blog/post/pas...e-igniter/ but I want pretty urls.

Thanks.




Theme © iAndrew 2016 - Forum software by © MyBB