Searched refs:bomAware (Results 1 – 4 of 4) sorted by relevance
8 utf8: { type: "_internal", bomAware: true}, property9 cesu8: { type: "_internal", bomAware: true}, property12 ucs2: { type: "_internal", bomAware: true}, property27 this.bomAware = codecOptions.bomAware;
15 Utf7Codec.prototype.bomAware = true; method in Utf7Codec139 Utf7IMAPCodec.prototype.bomAware = true; method in Utf7IMAPCodec
14 Utf16BECodec.prototype.bomAware = true; method in Utf16BECodec
120 if (codec.bomAware && options && options.addBOM)130 if (codec.bomAware && !(options && options.stripBOM === false))