Invisible non-ascii chars at beginning of lpp files

Hi, everyone!

I am new here. I just downloaded astra sdk from Github and tried to compile it on Raspberry Pi. There are two minor things which I had to fix first before I could compile it: there are one or two bytes non-ascii code at the beginning of the following two files:

astra-master/include/astra_core/plugins/StreamCallbackListener.hpp.lpp
astra-master/src/astra_core/astra_plugin_service.cpp.lpp

The code looks like: <U+FEFF>

That broke the clisp parser on Raspberry Pi, it does work on Mac though.

my clisp packages on Raspberry are:

clisp/stable,now 1:2.49-8.2+b1 armhf [installed]
clisp-dev/stable,now 1:2.49-8.2+b1 armhf [installed]

I hope this could help.

dali