المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : socket api's recv and UTF-8



C++ Programming
07-12-2009, 03:31 AM
Hi

I am trying to convert my networked application (C, using a custom text based protocol) to support UTF-8. I have search the Internet for a while now in order to find the best way to read UTF-8 from the socket, however, I have not been successful.

Can anyone point me in the right direction to get started? I have little experience with unicode programming in C, but know there exists a wchar_t type somewhere.