default encoding differs between cli and webui
This commit is contained in:
rradillen
2014-02-28 15:23:29 +01:00
parent 296e65df2e
commit 383d7625c4

View File

@@ -66,7 +66,7 @@ goto end
:javaOpts
REM If JAVA_OPTS specified, use those options
REM Otherwise, default Java to using 256MB of memory
if "%JAVA_OPTS%"=="" set JAVA_OPTS=-Xmx256m
if "%JAVA_OPTS%"=="" set JAVA_OPTS="-Xmx256m -Dfile.encoding=UTF-8"
REM Execute Java
java %JAVA_OPTS% -classpath "%DSPACE_CLASSPATH%" org.dspace.app.launcher.ScriptLauncher %*