aboutsummaryrefslogtreecommitdiff
path: root/node_modules/iconv-lite/encodings/sbcs-codec.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/iconv-lite/encodings/sbcs-codec.js')
-rw-r--r--node_modules/iconv-lite/encodings/sbcs-codec.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/iconv-lite/encodings/sbcs-codec.js b/node_modules/iconv-lite/encodings/sbcs-codec.js
index ca00171b1..7789e00ed 100644
--- a/node_modules/iconv-lite/encodings/sbcs-codec.js
+++ b/node_modules/iconv-lite/encodings/sbcs-codec.js
@@ -1,4 +1,5 @@
-"use strict"
+"use strict";
+var Buffer = require("buffer").Buffer;
// Single-byte codec. Needs a 'chars' string parameter that contains 256 or 128 chars that
// correspond to encoded bytes (if 128 - then lower half is ASCII).