Hi,
Another question :P. It seems that I cannot open files or directories in my browser which contain foreign characters (ie
Printable View
Hi,
Another question :P. It seems that I cannot open files or directories in my browser which contain foreign characters (ie
If you want to open them with your browser it has nothing to do with PHP.
If you want to open them with PHP you can reencode using PHP: utf8_decode - Manual or PHP: utf8_encode - Manual depending on what you want to do.
Thank for your reply.
I added some utf8_encode() and utf8_decode() and it works! :D, thank you :)
Daevius