cognipy icon indicating copy to clipboard operation
cognipy copied to clipboard

FluentEditor is using encoding='utf-8-sig'

Open kaplan196883 opened this issue 3 years ago • 0 comments

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

kaplan196883 avatar Jan 31 '22 02:01 kaplan196883