sublime-cypher
sublime-cypher copied to clipboard
Adding UTF-8 encoding to query results.
If the Cypher results include unicode, the user will encounter an error within Sublime's terminal like this:
UnicodeEncodeError: 'ascii' codec can't encode character u'\u201c' in position 36: ordinal not in range(128)
This conversion fixes that.