RDFLib / pyLODE

An OWL ontology documentation tool using Python and templating, based on LODE
BSD 3-Clause "New" or "Revised" License
162 stars 70 forks source link

Version 3.0.1 tag unicode errors #198

Open smrgeoinfo opened 8 months ago

smrgeoinfo commented 8 months ago

the fix for issue #110, in PR #111 apparently didn't get into the 3.0.1 release, and I had the same problem using v3.0.1. Fixed with the same update

line 144 in ontodoc.py should be open(destination, "w", encoding="utf8").write(self.doc.render())

a build with this fix doesn't generate the unicode errors.