Floobits / colab

bringing the cloud to your ide
4 stars 1 forks source link

Node.js sends invalid utf8 sometimes. #63

Closed ggreer closed 10 years ago

ggreer commented 10 years ago

Python 3 is really strict about utf8. Sometimes, node sends stuff that python thinks isn't utf8.

ggreer commented 10 years ago

This was fixed when we upgraded to node 0.10.29: http://blog.nodejs.org/2014/06/16/openssl-and-breaking-utf-8-change/