harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases
http://harelba.github.io/q/
GNU General Public License v3.0
10.15k stars 419 forks source link

Warning about BOM suggest incorrect flag #314

Open contentfree opened 1 year ago

contentfree commented 1 year ago

The warning displayed when There seems to be a "no such column" error incorrectly suggests:

Files that are encoded with UTF8 and contain a BOM can be read by specifying `-e utf-9-sig` in the command line.

utf-9-sig doesn't exist. Attempting to use the suggestion results in: Encoding utf-9-sig could not be found