pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
867 stars 289 forks source link

Fixed issue with non-ASCII-characters #1462

Open derco0n opened 4 years ago

derco0n commented 4 years ago

non-ASCII-characters (ä,ö,ü,ß,...) had been stripped from files by escapeshellarg(), causing errors within av-plugin while scanning files that contain such characters. This will fix this situation.

derco0n commented 4 years ago

This will fix problems while av-scanning files that conatin non-ASCII-characters