Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Adding UTF-8 encoding to query results. #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fredbenenson
Copy link

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.

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant