another file_exists with special chars problem
- by Camran
I have some folders with special characters in their names.
I run currently at a test-computer with Windows OS, but later I will use LINUX.
My problem is that the folders with special chars in their names cannot be recognized somehow.
ex:
file_exists('../Bilar/27733691_1.jpg') // TRUE
file_exists('../Båtar/27733691_1.jpg') // FALSE because of the special char in folder name...
How should I solve this?
I plan to run LINUX in the future when website is online... would that matter?
Please explain thoroughly because I am a newb at this
Thanks