chrissimpkins / glue

Glue is a plugin that joins your shell to Sublime Text in quasi-perfect harmony.
http://gluedocs.readthedocs.org/
MIT License
254 stars 10 forks source link

Sublime Text 2 terminal.glue produces... #37

Open SFoskitt opened 9 years ago

SFoskitt commented 9 years ago

... this error for anything entered into the command prompt.

Traceback (most recent call last): File "./Glue.py", line 163, in muterun_runner File "./Glue.py", line 442, in muterun UnicodeEncodeError: 'ascii' codec can't encode character u'\u201c' in position 0: ordinal not in range(128)

chrissimpkins commented 9 years ago

Thanks for the report!