| Issue 19: | Write BOM always | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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. |