Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

637381 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings

tables/ cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/tables/
8 Items
  • gbk-added.json
  • cp949.json
  • shiftjis.json
  • gb18030-ranges.json
  • big5-added.json
  • eucjp.json
  • cp936.json
  • cp950.json
  • internal.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/internal.js
    128 Views
    0 Comments
    "use strict";
    var Buffer = require("safer-buffer").Buffer;

    // Export Node.js internal encodings.

    module.exports = {
    // Encodings
    utf8: { type: "_internal", bomAware: true},
    dbcs-codec.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/dbcs-codec.js
    124 Views
    0 Comments
    "use strict";
    var Buffer = require("safer-buffer").Buffer;

    // Multibyte codec. In this scheme, a character is represented by 1 or more bytes.
    // Our codec supports UTF-16 surrogates, extensions for GB18030 and unicode sequences.
    // To save memory and loading time, we read table files only when requested.

    exports._dbcs = DBCSCodec;
    dbcs-data.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/dbcs-data.js
    123 Views
    0 Comments
    "use strict";

    // Description of supported double byte encodings and aliases.
    // Tables are not require()-d until they are needed to speed up library load.
    // require()-s are direct to support Browserify.

    module.exports = {

    sbcs-data-generated.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/sbcs-data-generated.js
    127 Views
    0 Comments
    "use strict";

    // Generated data for sbcs codec. Don't edit manually. Regenerate using generation/gen-sbcs.js script.
    module.exports = {
    "437": "cp437",
    "737": "cp737",
    "775": "cp775",
    "850": "cp850",
    index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/index.js
    124 Views
    0 Comments
    "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"),
    sbcs-codec.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/sbcs-codec.js
    132 Views
    0 Comments
    "use strict";
    var Buffer = require("safer-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).

    exports._sbcs = SBCSCodec;
    function SBCSCodec(codecOptions, iconv) {
    utf7.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/utf7.js
    129 Views
    0 Comments
    "use strict";
    var Buffer = require("safer-buffer").Buffer;

    // UTF-7 codec, according to https://tools.ietf.org/html/rfc2152
    // See also below a UTF-7-IMAP codec, according to http://tools.ietf.org/html/rfc3501#section-5.1.3

    exports.utf7 = Utf7Codec;
    exports.unicode11utf7 = 'utf7'; // Alias UNICODE-1-1-UTF-7
    utf16.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/utf16.js
    123 Views
    0 Comments
    "use strict";
    var Buffer = require("safer-buffer").Buffer;

    // Note: UTF16-LE (or UCS2) codec is Node.js native. See encodings/internal.js

    // == UTF16-BE codec. ==========================================================

    exports.utf16be = Utf16BECodec;
    sbcs-data.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/iconv-lite/encodings/sbcs-data.js
    125 Views
    0 Comments
    "use strict";

    // Manually added data to be used by sbcs codec in addition to generated one.

    module.exports = {
    // Not supported by iconv, not sure why.
    "10029": "maccenteuro",
    "maccenteuro": {