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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: