Fluent Editor is using 'utf-8-sig' encoding and it needs to be used when opening these files e.g.:
'''onto=Ontology("cnl/string",'\n'.join(open(fn,"rt",encoding='utf-8-sig').read() for fn in ["data/sample-data.encnl"]))'''
Please update documentation and examples
Fluent Editor is using 'utf-8-sig' encoding and it needs to be used when opening these files e.g.:
'''onto=Ontology("cnl/string",'\n'.join(open(fn,"rt",encoding='utf-8-sig').read() for fn in ["data/sample-data.encnl"]))'''
Please update documentation and examples