Add support for CP437

This commit is contained in:
Richard Connon 2019-03-30 16:38:33 +00:00 committed by GitHub
parent 4fb4764d3f
commit 7cf065fa9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,