2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-18 01:03:47 +00:00

Added support for 109 more character encodings

This commit is contained in:
n1474335
2019-11-01 14:56:18 +00:00
parent 734962ac22
commit e1378860d6
12 changed files with 150 additions and 2517 deletions

View File

@@ -7,7 +7,7 @@
import Operation from "../Operation.mjs";
import Utils from "../Utils.mjs";
import cptable from "../vendor/js-codepage/cptable.js";
import cptable from "codepage";
import {IO_FORMAT} from "../lib/ChrEnc.mjs";
/**