Home
last modified time | relevance | path

Searched refs:BOM (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dscientific84 # 0\040HEAD as UTF-16 big endian without BOM
92 >>0 string x \b, UTF-16 (without BOM) big-endian text
93 # 0\040HEAD as UTF-16 little endian without BOM
101 >>2 string x \b, UTF-16 (without BOM) little-endian text
102 # Note: UTF-16 with BOM variants already described above by first test as "GEDCOM genealogy text"
103 # 0\040HEAD as UTF-16 big endian with BOM
105 # 0\040HEAD as UTF-16 little endian with BOM
H A Dispell122 # starting with UTF-8 Byte Order Mark (BOM) https://en.wikipedia.org/wiki/Byte_order_mark
124 # starting with UTF-8 Byte Order Mark (BOM) followed by comment starting character
126 # starting with UTF-8 BOM and with SET character command followed by whitespace
204 # for control reasons show first lines for variant starting with ByteOrderMark (BOM=\xEF\xBB\xBF)
205 >1 ubeshort =0xBBBF \b, with BOM
H A Dunicode4 # Unicode: BOM prefixed text files - Adrian Havill <havill@turbolinux.co.jp>
H A Dsosi18 # separator (any number of " ", "\t", "\n" or "\r"), might have BOM at
H A Dwindows1083 # PR/383: remove unicode BOM because it is not portable across regex impls
1273 # UTF-16 BOM
1281 # UTF-16 BOM followed by CR~0D00 , comment~semicolon~3B00 , section~bracket~5B00
1322 # UTF-16 BOM implies UTF-16 encoded ADM (by adm-uni.trid.xml)
1328 # no UTF-16 BOM implies "ASCII" encoded ADM (by adm.trid.xml)
H A Dmacintosh504 0 string BOMStore Mac OS X bill of materials (BOM) file
H A Danimation614 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)
615 # FIXME: Almost all little endian UTF-16 text with BOM are clobbered by these entries
/freebsd/crypto/heimdal/lib/wind/
H A Dwind_err.et20 error_code NO_BOM, "No byte order mark (BOM) in string"
H A DNormalizationTest.txt6677 BD04;BD04;1107 1169 11B7;BD04;1107 1169 11B7; # (봄; 봄; 봄; 봄; 봄; ) HANGUL SYLLABLE BOM
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t0488 \ set to 0 on error. Leading BOM are ignored.
490 \ Skip leading BOM (U+FEFF when off is 1).
526 \ and the length is written in the first pad byte. A leading BOM is
527 \ honoured (big-endian is assumed if there is no BOM). A code point of
535 \ Leading BOM, and indicates little-endian.
543 \ Big-endian BOM, or no BOM.
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc549 char BOM[2];
551 memcpy(BOM, &src, 2);
552 OS.write(BOM, 2);
/freebsd/share/i18n/csmapper/APPLE/
H A DTHAI%UCS.src31 # 3.2 WORD JOINER instead of ZWNBSP (BOM).
165 # WORD JOINER instead of U+FEFF ZERO WIDTH NO-BREAK SPACE (BOM)
H A DUCS%THAI.src31 # 3.2 WORD JOINER instead of ZWNBSP (BOM).
165 # WORD JOINER instead of U+FEFF ZERO WIDTH NO-BREAK SPACE (BOM)
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1122 const auto *BOM = dyn_cast<InstructionOperandMatcher>(&B); in isHigherPriorityThan() local
1124 bool BIsConstantInsn = BOM && BOM->getInsnMatcher().isConstantInstruction(); in isHigherPriorityThan()
1130 if (AOM && BOM) in isHigherPriorityThan()
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips318 Want to strip UTF-8 BOM(Byte Order Mark) from given files?
/freebsd/contrib/expat/
H A DChanges1515 - Fix the UTF-8 BOM bug.
/freebsd/contrib/file/
H A DChangeLog1578 * Clarify UTF-8 BOM message (Reuben Thomas)
/freebsd/crypto/openssl/
H A DCHANGES.md1050 * The byte order mark (BOM) character is ignored if encountered at the