I’m using a plugin that uses python ‘open’ to open files and read the content; under Ubuntu it works perfectly but under MacOSX if the file contains unicode characters like ⇒ , it fails. The error is:
Thank you. I will checkout the project and try that. If it works I will submit a PR to the plugin creator.
[quote=“facelessuser”]This really should be filed under plugin development, because this isn’t a bug, but just a misunderstanding of how to work with unicode in python.