Do the network functions now support unicode?

Everything else that doesn't fall into one of the other PB categories.
Nituvious
Addict
Addict
Posts: 1033
Joined: Sat Jul 11, 2009 4:57 am
Location: United States

Do the network functions now support unicode?

Post 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.
▓▓▓▓▓▒▒▒▒▒░░░░░
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: Do the network functions now support unicode?

Post 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.
User avatar
RichAlgeni
Addict
Addict
Posts: 935
Joined: Wed Sep 22, 2010 1:50 am
Location: Bradenton, FL

Re: Do the network functions now support unicode?

Post 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.
Post Reply