How Can We Help?
SET UTF8HEADER
Writes the BOM preamble to document files.
Syntax
SET UTF8HEADER ON|OFF
Comments
By default, this option is set to ON, meaning, a BOM preamble (3 bytes) is written to document files, indicating a UTF-8 file.
On input, Zim automatically processes the BOM preamble, if any.
Example
set utf8header on set output MyDoc list all MyCustomers set output terminal
The output file will have a 3-byte preamble indicating a UTF-8 file.
