CodeIgniter Forums
Changing allowed characters to disallowed characters without risking anything? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Changing allowed characters to disallowed characters without risking anything? (/showthread.php?tid=22331)



Changing allowed characters to disallowed characters without risking anything? - El Forum - 09-05-2009

[eluser]Mohsen32[/eluser]
I need non-English letters in my URLs, and basically CI doesn't allow that, so how one can change allowed characters to disallowed characters without risking anything?


Changing allowed characters to disallowed characters without risking anything? - El Forum - 09-05-2009

[eluser]Aken[/eluser]
You can encode all of them to their HTML entities which would eliminate any issues, but the URLs will be kinda ugly.


Changing allowed characters to disallowed characters without risking anything? - El Forum - 09-07-2009

[eluser]Mohsen32[/eluser]
Hi Aken,
Can you provide me with some more info about these stuff, HTML entities. After all, I am newbie here.