/third_party/node/test/parallel/ |
D | test-stream-preprocess.js | 9 const BOM = '\uFEFF'; constant 20 `${BOM}${modelData}` 30 assert.notStrictEqual(maybeBOM, BOM); 50 assert.strictEqual(maybeBOM, BOM);
|
D | test-whatwg-encoding-custom-textdecoder-ignorebom.js | 22 const BOM = '\uFEFF'; constant 25 assert.strictEqual(decoder.decode(bytes), `${BOM}abc`);
|
/third_party/node/deps/npm/node_modules/iconv-lite/ |
D | README.md | 120 ## BOM handling 122 * Decoding: BOM is stripped by default, unless overridden by passing `stripBOM: false` in options 124 …A callback might also be given as a `stripBOM` parameter - it'll be called if BOM character was ac… 125 …* If you want to detect UTF-8 BOM when decoding other encodings, use [node-autodetect-decoder-stre… 126 * Encoding: No BOM added, unless overridden by `addBOM: true` option. 132 …* Decoding: uses BOM and 'spaces heuristic' to determine input endianness. Default is UTF-16LE, bu… 133 overridden with `defaultEncoding: 'utf-16be'` option. Strips BOM unless `stripBOM: false`. 134 * Encoding: uses UTF-16LE and writes BOM by default. Use `addBOM: false` to override.
|
D | Changelog.md | 93 * Streamlined BOM handling: strip BOM by default, add BOM when encoding if 136 * added encodings UTF-16BE and UTF-16 with BOM
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | decode-ignore-bom.any.js | 10 const BOM = '\uFEFF'; constant 30 assert_equals(withIgnoreBOM, BOM + 'abc', 'BOM should be preserved');
|
/third_party/node/test/fixtures/wpt/encoding/ |
D | textdecoder-ignorebom.any.js | 11 var BOM = '\uFEFF'; 16 BOM + 'abc',
|
/third_party/python/Lib/test/ |
D | tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt | 2 # IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf' 5 # the presence of a utf-8 BOM signature -- this is intended.
|
D | tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt | 1 # IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
|
D | tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt | 2 # IMPORTANT: this file has the utf-8 BOM signature '\xef\xbb\xbf'
|
/third_party/typescript/tests/baselines/reference/ |
D | emitBOM.sourcemap.txt | 11 >>>// JS and d.ts output should have a BOM but not the sourcemap 15 2 >// JS and d.ts output should have a BOM but not the sourcemap
|
D | emitBOM.types | 2 // JS and d.ts output should have a BOM but not the sourcemap
|
D | emitBOM.symbols | 2 // JS and d.ts output should have a BOM but not the sourcemap
|
D | templateStringWhitespaceEscapes2.types | 2 // <TAB>, <VT>, <FF>, <SP>, <NBSP>, <BOM>
|
D | templateStringWhitespaceEscapes2_ES6.types | 2 // <TAB>, <VT>, <FF>, <SP>, <NBSP>, <BOM>
|
D | templateStringWhitespaceEscapes2.symbols | 2 // <TAB>, <VT>, <FF>, <SP>, <NBSP>, <BOM>
|
D | templateStringWhitespaceEscapes2_ES6.symbols | 2 // <TAB>, <VT>, <FF>, <SP>, <NBSP>, <BOM>
|
D | unicodeIdentifierNames.types | 2 // This test is passing, except that on node the resulting file will not have a BOM and on CScript …
|
/third_party/boost/libs/locale/doc/ |
D | running_examples_under_windows.txt | 31 convert the files to UTF-8 with BOM, which can be done easily by re-saving them from Notepad, 32 which adds a BOM to UTF-8 files by default.
|
/third_party/PyYAML/tests/data/ |
D | spec-05-02-utf8.data | 1 # Invalid use of BOM
|
D | spec-05-02-utf16le.error | 2 A BOM must not appear
|
D | spec-05-02-utf8.error | 2 A BOM must not appear
|
D | spec-05-02-utf16be.error | 2 A BOM must not appear
|
/third_party/icu/icu4c/source/samples/ugrep/ |
D | Makefile | 20 CHECK_ARGS=BOM readme.txt
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ugrep/ |
D | Makefile | 20 CHECK_ARGS=BOM readme.txt
|
/third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
D | Makefile | 20 CHECK_ARGS=BOM readme.txt
|