Link to home
Start Free TrialLog in
Avatar of rajkaimal
rajkaimal

asked on

Sending UNICODE(Double Byte) characters thru winsock

I am facing a problem when i send japanese characters through the windows sockets. When i send single byte characters from the client i am able to recieve the same number at the server end. But when i send double byte characters i dont recieve the same amount of characters the server end. Now since the number of characters dont come in one recv() call i tried to put the recv() in a loop allowing it to fetch the remaining characters from the socket. But there is no value left in the socket and the when the recv() is encountered the next time the application waits there. Now how am i suppposed to suppress this problem

TIA.
Rajeev
ASKER CERTIFIED SOLUTION
Avatar of Joebob
Joebob

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DanRollins
Hi rajkaimal,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. I will ask a Community Support Moderator to:

    DELETE this question.

rajkaimal, Please DO NOT accept this comment as an answer.
EXPERTS: Post a comment if you are certain that an expert deserves credit.  Explain why.
==========
DanRollins -- EE database cleanup volunteer