Issue 19: Write BOM always
Status:  Accepted
Owner:
Project Member Reported by marianopeck, Aug 30, 2012
Because otherwise we would need to override the CodeImporter because since we use the UTF8 it expects to have a BOM. Problem is that if we write a BOM, all offsets of the source code are shifted because we have to write it before the source code.