sublime-cypher icon indicating copy to clipboard operation
sublime-cypher copied to clipboard

Adding UTF-8 encoding to query results.

Open fredbenenson opened this issue 11 years ago • 0 comments

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.

fredbenenson avatar Oct 02 '13 16:10 fredbenenson