I am currently facing a problem with character encoding.
In Url I got the name of image like "Meppen_Hafenstraße_test.jpg". In my server this image is also saved as "Meppen_Hafenstraße_test.jpg". so when i call Unlink()
in my controller to remove the image from server it gives me an error.
A PHP Error was encountered
Severity: Warning
Message: unlink(immobilien-boeker.de/assets/images/gallery/Meppen_Hafenstra%C3%9Fe_test.jpg) [function.unlink]: No such file or directory
Filename: controllers/Boeker.php
so "ß" actually converted to "%C3%9F" . I have no idea how to stop this encoding ? Please help.