Hello,
It seems your IIS has some missing option to use files with accents (this is not a phpdocx issue but an IIS configuration problem). Please check if you server includes this patch:
https://support.microsoft.com/en-us/kb/2277918
and if it can use UTF8 characters. Also set AllowHighBitCharacters option as true:
https://www.iis.net/learn/manage/configuring-security/use-request-filtering
Regards.