1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix: removing UTF-8 options from commandline. There appears to be no reliable way to enforce

UTF-8 without additional modifications to the PATH variable to ensure a DBCS instance of SAS.
This commit is contained in:
Allan Bowe
2022-06-20 14:38:19 +00:00
parent 8c48d00d21
commit f6dc74f16b

View File

@@ -99,8 +99,6 @@ ${autoExecContent}`
session.path,
'-AUTOEXEC',
autoExecPath,
'-ENCODING',
'UTF-8',
process.platform === 'win32' ? '-nosplash' : '',
process.platform === 'win32' ? '-icon' : '',
process.platform === 'win32' ? '-nologo' : ''