From 7cf065fa9e4f612a15f6d1c765dfde697400593b Mon Sep 17 00:00:00 2001 From: Richard Connon Date: Sat, 30 Mar 2019 16:38:33 +0000 Subject: [PATCH] Add support for CP437 --- src/core/lib/ChrEnc.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/lib/ChrEnc.mjs b/src/core/lib/ChrEnc.mjs index 02b2e9a2..17326d47 100644 --- a/src/core/lib/ChrEnc.mjs +++ b/src/core/lib/ChrEnc.mjs @@ -15,6 +15,7 @@ export const IO_FORMAT = { "UTF16LE (1200)": 1200, "UTF16BE (1201)": 1201, "UTF16 (1201)": 1201, + "DOS Latin US (437)": 437, "IBM EBCDIC International (500)": 500, "IBM EBCDIC US-Canada (37)": 37, "Windows-874 Thai (874)": 874,