Searched defs:utf8_bom (Results 1 – 4 of 4) sorted by relevance
240 const unsigned char utf8_bom[3] = {0xEF, 0xBB, 0xBF}; in def_load_bio() local
695 const unsigned char utf8_bom[3] = {0xEF, 0xBB, 0xBF}; in sanitize_line() local
160 const unsigned char utf8_bom[3] = { 0xEF, 0xBB, 0xBF }; variable