07-05-2020, 06:59 PM
(07-05-2020, 06:47 PM)philsmd Wrote: Yeah, the BOM is indeed a problem, you should open the file in Notepad++ and store the file without BOM . that's inserting weird characters at the start of the file without any valid reason and the tools of course do use it (do not ignore it)
Removing the BOM did the trick. Thanks, mate. You're a life saver.