Encoding Problem in Filenames
Posted: 04 Jul 2014, 15:12
Hi,
I'm using Madsonic under FreeBSD. The encoding for german umlauts works for the web interface, but folder and file names are using the wrong encoding (see screenshot in attachment).
On FreeBSD, I'm using UTF-8 encoding:
Has someone an idea where the problem is?
I'm using Madsonic under FreeBSD. The encoding for german umlauts works for the web interface, but folder and file names are using the wrong encoding (see screenshot in attachment).
On FreeBSD, I'm using UTF-8 encoding:
Code: Select all
LANG=de_CH.utf8
LC_CTYPE="de_CH.UTF-8"
LC_COLLATE="de_CH.UTF-8"
LC_TIME="de_CH.UTF-8"
LC_NUMERIC="de_CH.UTF-8"
LC_MONETARY="de_CH.UTF-8"
LC_MESSAGES="de_CH.UTF-8"
LC_ALL=de_CH.UTF-8