iiegor / xat-server

A Node.js private server of xat.com
6 stars 2 forks source link

Sanatize nickname #14

Closed iiegor closed 8 years ago

iiegor commented 8 years ago

When we update our details the nickname is not sanatized/escaped correctly so we get something like this string: MyNameÃ????Ã???asÃ??Ã?Â

Hotallday commented 8 years ago

I think is the decoding. Are you sure you're decoding the packets using UTF 8

iiegor commented 8 years ago

@Hotallday Oops, you are right! I was converting the buffer to binary :sweat:, fixed. Thanks!