Searched defs:BOM_UTF32_BE (Results 1 – 2 of 2) sorted by relevance
54 BOM_UTF32_BE = '\x00\x00\xfe\xff' variable
56 BOM_UTF32_BE = b'\x00\x00\xfe\xff' variable