I have two folders, Folder and Folderé. The second one could not be catch by PHP.
Folder
Folderé
Here is my test:
This works like charm
<?php $dir = 'D:\wamp\www\test\data\Folderé'; var_dump(file_exists((utf8_decode($dir))));