Resource Menu


Comment of : Problem with character set
Fixed. It was a database encoding problem. Libresource must be launch with the property file.encoding set to the same encoding of the database.
  • creation of the database with Posqres :
createdb libresource -E UTF-8
  • before start jonas :
export JAVA_OPTS="$JAVA_OPTS -file.encoding=UTF-8"
LS patched version will be available soon…
posted by Florent Jouille at Feb 3, 2006 3:18 PM