Is there a way to read all the files in a directory with umlaut characters using PHP?
For example, in our Directory, we have a file named "Köln.pdf". When we use scandir method, it returns 'K"ln.pdf'.
Is there a way to retrieve the file names with those character? We are using PHP7.2 in Azure App Service.
Thanks, Praveen