i am programming chatclient with vb5.0
the chat server is java base
i try to send data with winsock.senddata, but the senddata send
data as ascii.
i want to send data by unicode(UTF8 format).
is there any way to implement this one ?
it makes me up the wall.