mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
DS-1930
default encoding differs between cli and webui
This commit is contained in:
@@ -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 %*
|
||||
|
Reference in New Issue
Block a user