2t0m

Results 3 comments of 2t0m

It looks like my file name contains an ISO-8859-1 octal-encoded version of "é". https://pjb.com.au/comp/diacritics.html

I'm running filebrowser 2.18.0 in docker (raspberry pi 4) and I have one accented filename in my wtm shared folder. From the pi terminal, `ls /wtm` command gives `'Sal'$'\351''.txt'`. The...

I realized the problem only occurred with files transferred by FTP. This proftpd option solved the problem for me. ``` UseEncoding utf8 iso-8859-1 ```