halgatewood / file-directory-list

Free Super Clean PHP File Directory Listing Script
https://halgatewood.com/free/file-directory-list/
360 stars 151 forks source link

php basename() deletes first word in file name #21

Open rois286 opened 5 years ago

rois286 commented 5 years ago

We have file names in Hebrew, like: "HELLO WORLD TODAY.pdf", but the first word disappears and becomes: "WORLD TODAY.pdf" in the file listing, adding setlocale to UTF-8 fixed that problem