When using the option --output-file-append, the BOM is also added to an...
Quickly OCR part of the screen and save resulting text to clipboard
Brought to you by:
cb4960
When using the option --output-file-append, the BOM (Byte Order Mark) is also added to an existing nonempty file.
The BOM should only be added at the beginning of a file. A BOM in the middle of a stream is a zero-width non-breaking space and shouldn't be there.
Ended up removing BOM altogether in v4.6.3.