Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c32037 const char *zBom = 0; in dotCmdOutput() local
32056 zBom = zBomUtf8; in dotCmdOutput()
32134 zBom = zBomUtf8; /* Always include the BOM on Windows, as Excel does in dotCmdOutput()
32170 if( zBom ) cli_puts(zBom, pfPipe); in dotCmdOutput()
32184 if( zBom ) cli_puts(zBom, pfFile); in dotCmdOutput()