Calendar problems with German ä, ö, ü
Posted: Mon Nov 19, 2007 6:13 am
by lei
Pictures say more than thousand words
[img]
http://www.consolex.de/scalixshot.jpg
[/img]
The Problem is marked in the picture with a red elipsis
Thanks for helping me
Greetings lei
Posted: Wed Nov 21, 2007 8:59 am
by lei
I think Tomcat was running with wrong LANG and LC_ALL settings
cd /opt/scalix-tomcat/bin/setclasspath.sh
add
export LANG=de_DE.UTF-8
export LC_ALL=de_DE.UTF-8
IT IS WORKING NOW, FOUND THE SOLUTION IN ANOTHER THREAD
->search: umlauts
Posted: Wed Nov 21, 2007 4:56 pm
by lei
Hi everybody,
The problem still remains.
Calendar entries show correct umlauts (ä,ö,ü) during the login session in which they have been created.
But when i relogin (that means login again after a logout) there again is a ? instead of the umlaut
please help me. I like scalix i have suffered until everything worked and this is so far the only problem which is making me crazy
thx
lei
Posted: Thu Nov 22, 2007 7:44 am
by lei
Code: Select all
JAVA_OPTS="$JAVA_OPTS -Dscalix.instance=$(dirname $INSTDIR) -Dfile.encoding=UTF-8"taken from another topic
IT WORKS NOW[/code]