Fix bug with UTF16LE in Encode/Decode ops

This commit is contained in:
toby 2017-05-19 16:11:08 -04:00
parent 8e72d7d0d6
commit dd3b42fb53
5 changed files with 2517 additions and 2519 deletions

View file

@ -1,4 +1,4 @@
import cptable from "../lib/codepage.js";
import cptable from "../lib/js-codepage/cptable.js";
import Utils from "../Utils.js";
import CryptoJS from "crypto-js";