Closed GoogleCodeExporter closed 8 years ago
Sending strings should normally work; they will be serialized in UTF-8. What
happens in your case?
Original comment by ondrej.zara
on 11 Nov 2011 at 6:37
I use strings as byte streams, so the utf-8 serialization spoils it.
The utf-8 serialization is not mentioned in the api documentation, that confuse
me.
Never mind, the socket receive is of the type Buffer, so I have to use it
anyway.
Sorry for the chaos...:)
Original comment by donkey.r...@gmail.com
on 11 Nov 2011 at 11:17
Added the UTF8 notice to Socket docs.
Original comment by ondrej.zara
on 11 Nov 2011 at 1:42
Original issue reported on code.google.com by
donkey.r...@gmail.com
on 10 Nov 2011 at 9:20