problem with "permitted_uri_chars" + "url_title" because of "arabic" + "utf-8" |
[eluser]DeaD SouL[/eluser]
dear InsiteFX, my problem is not with the language files they are working great my problem was with the url_site() function when i use it to make href links ex: Code: echo anchor('controller/method/' . url_site('some_name') , 'click here' ); but it's been solved [quote author="DeaD SouL" date="1257045025"] so i decided to use unicode characters blocks instead of the characters according to Unicode Block 'Arabic' Code: ء = U+0621 Code: '[^[U+0621]-[U+064a]a-z0-9\-\._]' => '', and it worked just fine ![]() my currently problem is with Code: $config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-'; Quote:/* thanks for the tip anyone else.. |
Messages In This Thread |
problem with "permitted_uri_chars" + "url_title" because of "arabic" + "utf-8" - by El Forum - 10-31-2009, 04:10 PM
problem with "permitted_uri_chars" + "url_title" because of "arabic" + "utf-8" - by El Forum - 10-31-2009, 05:54 PM
problem with "permitted_uri_chars" + "url_title" because of "arabic" + "utf-8" - by El Forum - 10-31-2009, 07:43 PM
problem with "permitted_uri_chars" + "url_title" because of "arabic" + "utf-8" - by El Forum - 11-01-2009, 05:58 PM
problem with "permitted_uri_chars" + "url_title" because of "arabic" + "utf-8" - by El Forum - 11-06-2009, 09:42 AM
problem with "permitted_uri_chars" + "url_title" because of "arabic" + "utf-8" - by El Forum - 11-16-2009, 11:31 PM
|