In this route $route['wwww/(:any)'] = 'aaa/nnn/mmm/$1';
when any
is an Arabic word this route doesn't work.
How can fix this problem?
Asked
Active
Viewed 66 times
0

Vickel
- 7,879
- 6
- 35
- 56
-
most likely you're not using a `UTF-8` character encoding. Try changing your app and server settings accordingly. Further reading [HERE](https://stackoverflow.com/questions/910793/detect-encoding-and-make-everything-utf-8) – Javier Larroulet Aug 28 '20 at 16:22
-
Does this answer your question? [Detect encoding and make everything UTF-8](https://stackoverflow.com/questions/910793/detect-encoding-and-make-everything-utf-8) – Javier Larroulet Aug 28 '20 at 16:22