Closed swer21 closed 7 years ago
Hi @swer21,
I will be taking a look at this soon as I also experienced this with some other people.
EDIT: Seems to be looking good. I will include it in the upcoming changes.
Hi @durasj this was fixed in your last PR ?
Hi @joni2back, yes, that's right.
Hi @swer21 this is now fixed in master
I'm using php-local and discovered some problems with file name encoding. For example "Die Ärzte" was shown as "Die Ãrzte". As a result the folder was not browseable.
I fixed it by removing utf8_encode from bridges/php-local/LocalBridge/FileManagerApi.php.
Is this safe or is there a better way to fix the problem?