ksy file with beginning BOM character fails to compile using kaitai-struct-compiler #499
Closed
Description
Kaitai-struct-compiler throws error "/meta: unknown key found, expected: doc, doc-ref, enums, instances, meta, params, seq, types" for the ksy file if it has BOM char at the beginning (UTF-8 BOM). As a work around I manually changed the file encoding to UTF-8 and it works.
OS - windows 7 Professional
kaitai-struct-compiler 0.8
JDK 10