-
Notifications
You must be signed in to change notification settings - Fork 6
FAQ and known issues
Kevin edited this page Nov 19, 2021
·
3 revisions
Problem instance:
Running DefaultPostProcessor.xtend
from a Blang model, e.g., Doomsday.bl
will result in messy output if the file encoding is not set to UTF-8.
Steps to reproduce error:
- Open
DefaultPostProcessor.xtend
in Eclipse - Click "Edit -> Set Encoding", change to something that's not UTF-8.
- Run
Doomsday.bl
with arguments--postProcessor DefaultPostProcessor
Solution:
set DefaultPostProcessor.xtend
's encoding to UTF-8.