Hi,
your problem is that your subsonic server hasn'nt the right language setting.
You have to check what is your language setting by locale in a xterm. this command returns as example:
LANG="de_DE.UTF-8"
LC_COLLATE="de_DE.UTF-8"
LC_CTYPE="de_DE.UTF-8"
LC_MESSAGES="de_DE.UTF-8"
LC_MONETARY="de_DE.UTF-8"
LC_NUMERIC="de_DE.UTF-8"
LC_TIME="de_DE.UTF-8"
LC_ALL=
When you got your settings you have to edit the subsonic start script and add export LANG=<your setting> and if LC_ALL is set you have to unset it in that script by unset LC_ALL Then by next restart of your subsonic server the problem should solved.
Kind Regards
Johannes
bux wrote:Hello !
I'am an happy user of subsonic ^^
But, i'm french, end some of my albums, musics contains "é", "ï" ... And, subsonic don't see them.
Is it possible to configure charset ?
My installation:
Version: 4.0.1 (build 1524) – 13 mai 2010
Server: jetty-6.1.x, java 1.6.0_0, Linux (74,0 MB / 96,7 MB)
On: (Debian 5.0.4) Linux 2.6.26-2-amd64 x86_64 GNU/Linux
Thank you and sorry for my English ^^