Page 1 of 1

Do the network functions now support unicode?

Posted: Fri Mar 29, 2013 8:07 am
by Nituvious
I'm trying to receive some UTF16 data, but it comes in as question marks. I've set my program to use unicode mode. Kind of curious.

Re: Do the network functions now support unicode?

Posted: Fri Mar 29, 2013 8:54 am
by Danilo
Nituvious wrote:I'm trying to receive some UTF16 data, but it comes in as question marks. I've set my program to use unicode mode. Kind of curious.
Do you use a font that supports UNICODE to display the strings? Although question marks are used for UNICODE characters
that can not be converted to ASCII. Hmm.

Re: Do the network functions now support unicode?

Posted: Tue Apr 02, 2013 1:27 am
by RichAlgeni
Network functions don't know if it's unicode, ASCII, EBCDIC or whatever. It's just a stream of bytes that come in.