Allowing special characters in the uri (á,ű,ó.....) |
[eluser]abszint[/eluser]
Hi! My current setting is the default one: Code: $config['permitted_uri_chars'] = 'a-z 0-9~%.:_-'; I use UTF8 everywhere, all of my php files are saved in this format too. How do I modify this setting to allow special characters like á,Á,ú.... and the space character? Thanks
[eluser]Nonox[/eluser]
Hi abszint, Did you solved the problem with the special characters in the uri?
[eluser]abszint[/eluser]
[quote author="Nonox" date="1235604587"]Hi abszint, Did you solved the problem with the special characters in the uri?[/quote] Hi! I gave up on that one and urlencoded the things i had to have in the uri. But I think you just have to make a correct regexp pattern by somehow escaping the special UTF-8 chars. If you discover a solution please post it. abszint
[eluser]Nonox[/eluser]
Well, I found this: http://www.derekallard.com/blog/post/pas...e-igniter/ Maybe thats help you... In my case is not useful, But I'm going to find another way. |
Welcome Guest, Not a member yet? Register Sign In |