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

Merge pull request #190 from sasjs/allanbowe/enforce-utf-76

fix: forcing utf 8 encoding. Closes #76
This commit is contained in:
Allan Bowe
2022-06-14 11:14:35 +02:00
committed by GitHub

View File

@@ -93,6 +93,7 @@ ${autoExecContent}`
session.path,
'-AUTOEXEC',
autoExecPath,
'-ENCODING UTF-8',
process.platform === 'win32' ? '-nosplash' : ''
])
.then(() => {