CodeIgniter Forums
Permitted Uri characters in Config.php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Permitted Uri characters in Config.php (/showthread.php?tid=30125)



Permitted Uri characters in Config.php - El Forum - 05-03-2010

[eluser]Volkscom[/eluser]
If we comment this line in system/application/config/config.php file $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-' unicode is working ie we can pass unicode chars as querystring.Is there any problem on doing this.