-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utf-8 slug character doesn't work in url #3089
Comments
While I'm not 100% sure what's causing this particular error to show up, be aware that the HTTP spec requires characters other than US_ASCII to be url-encoded. That means that those characters are, unfortunately, disallowed by the spec. |
I think that non-ASCII characters are automatically translated to ASCII by the server. But it's only my guess (I haven't checked). Anyway, looking at the error I would say that this is not a CodeIgniter problem. Probably |
I cannot recreate using the latest CI develop branch and the built-in server. I added the route:
and modified the default controller by adding this method:
Visiting the URL If you need additional help please visit the forums and ask there. |
@lonnieezell I check all persian character. codeigniter
to
and my problem with i think my |
Good find. I've included that in the latest code. |
I add persian character to uri like this:
http://ci4.local:8080/تماس-با-ما
in routes.php :
$routes->get('/(:any)', 'Home::page/$1');
but i see this error:
The text was updated successfully, but these errors were encountered: