Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c32100 const char *zBom = 0; in dotCmdOutput() local
32119 zBom = zBomUtf8; in dotCmdOutput()
32197 zBom = zBomUtf8; /* Always include the BOM on Windows, as Excel does in dotCmdOutput()
32233 if( zBom ) cli_puts(zBom, pfPipe); in dotCmdOutput()
32247 if( zBom ) cli_puts(zBom, pfFile); in dotCmdOutput()