"use strict"; // Update this array if you add/rename/remove files in this directory. // We support Browserify by skipping automatic module discovery and requiring modules directly. var modules = [ require("./internal"), require("./utf16"), require("./utf7"), require("./sbcs-codec"), require("./sbcs-data"), require("./sbcs-data-generated"), require("./dbcs-codec"), require("./dbcs-data"), ]; // Put all encoding/alias/codec definitions to single object and export it. for (var i = 0; i < modules.length; i++) { var module = modules[i]; for (var enc in module) if (Object.prototype.hasOwnProperty.call(module, enc)) exports[enc] = module[enc]; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
tables | Folder | 0755 |
|
|
dbcs-codec.js | File | 20.91 KB | 0644 |
|
dbcs-data.js | File | 8.1 KB | 0644 |
|
index.js | File | 710 B | 0644 |
|
internal.js | File | 5.97 KB | 0644 |
|
sbcs-codec.js | File | 2.15 KB | 0644 |
|
sbcs-data-generated.js | File | 31.28 KB | 0644 |
|
sbcs-data.js | File | 4.22 KB | 0644 |
|
utf16.js | File | 4.89 KB | 0644 |
|
utf7.js | File | 9 KB | 0644 |
|