Page 1 of 1

Encoding Problem in Filenames

Posted: 04 Jul 2014, 15:12
by Ununnilium
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:

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
Has someone an idea where the problem is?