joni2back / angular-filemanager

JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in AngularJS with CSS3 Responsive (with FTP in PHP / Java / Node)
https://joni2back.github.io/angular-filemanager/
MIT License
1.76k stars 577 forks source link

php-local file name encoding #244

Closed swer21 closed 7 years ago

swer21 commented 7 years ago

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?

durasj commented 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.

joni2back commented 7 years ago

Hi @durasj this was fixed in your last PR ?

durasj commented 7 years ago

Hi @joni2back, yes, that's right.

joni2back commented 7 years ago

Hi @swer21 this is now fixed in master