contracts.coffee
contracts.coffee copied to clipboard
Filename starting with 'u'-character in a subdirectory is interpreted as unicode value
I have a file named "utils.coffee" located in "app". The compiler gets it as "app\utils.coffee" and complains about "\u####" being an invalid unicode character. lol.
This probably only a issue on Windows.
How are you trying to run the compiler? I just tried it and it seemed to work fine.
Made me dust off my windows VM :)
Could it be that the compiler isn't handling a BOM appropriately in the utils.coffee file?