Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
There are a few files in mustella, which contains a BOM in the middle of an ActionScript file. Falcon has issues with this situation.
Example:
////////////////////////////////////////////////////////////////////////////////
//
// Apache License Header
//
////////////////////////////////////////////////////////////////////////////////
BOMpackage ...
{
}
Solution: correct the files in mustella
The BOM should only appear at the beginning.