apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

VS2017 integration - new Epoch files have UTF8 signatures #208

Closed apoch closed 5 years ago

apoch commented 5 years ago

When adding a new project item to an Epoch solution, the code file created has a UTF8 signature prefix which Epoch compilers dislike.

apoch commented 5 years ago

Clearly the new compiler should just handle the BOM but this still leaves Compiler32 with unpleasant behavior. The raw file doesn't seem to have the BOM so VS is probably injecting it on save?

apoch commented 5 years ago

Fixed by commit 9e122c9 (renewal branch)