From 8734489cf014aedaca3f325e689493e4fe0b71ca Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Tue, 14 Jun 2022 09:12:41 +0000 Subject: [PATCH] fix: forcing utf 8 encoding. Closes #76 --- api/src/controllers/internal/Session.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/controllers/internal/Session.ts b/api/src/controllers/internal/Session.ts index b83d70e..72c8907 100644 --- a/api/src/controllers/internal/Session.ts +++ b/api/src/controllers/internal/Session.ts @@ -93,6 +93,7 @@ ${autoExecContent}` session.path, '-AUTOEXEC', autoExecPath, + '-ENCODING UTF-8', process.platform === 'win32' ? '-nosplash' : '' ]) .then(() => {