You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, structurizr lite does not handle .dsl files with a UTF-8 BOM very well. It throws hard-to-debug errors, such as Identifiers can only contain the following characters
It would be great if you could add support for UTF-8 BOM. This seems to have been an issue in the Java version at some point as well structurizr/dsl@00faec0
Priority
I have no budget and there's no rush, please add this feature for free
More information
No response
The text was updated successfully, but these errors were encountered:
I've started Lite against this file (the example you pointed to) and it works for me. Do you have any information on how to reproduce what you're seeing?
simonbrowndotje
changed the title
Add support for parsing DSL Files with UTF-8 BOM
Lite doesn't parse DSL Files with UTF-8 BOM
Jul 18, 2024
Maybe it has to do with !include... I noticed the error when using !include and including a .dsl file with UTF8 BOM from a file without a BOM. Removing the BOM in the included file fixes the issue immediately.
simonbrowndotje
changed the title
Lite doesn't parse DSL Files with UTF-8 BOM
!include doesn't work with files encoded as UTF-8 BOM
Jul 19, 2024
Description
Currently, structurizr lite does not handle .dsl files with a UTF-8 BOM very well. It throws hard-to-debug errors, such as
Identifiers can only contain the following characters
It would be great if you could add support for UTF-8 BOM. This seems to have been an issue in the Java version at some point as well structurizr/dsl@00faec0
Priority
I have no budget and there's no rush, please add this feature for free
More information
No response
The text was updated successfully, but these errors were encountered: