Do the network functions now support unicode?
Do the network functions now support unicode?
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?
Do you use a font that supports UNICODE to display the strings? Although question marks are used for UNICODE charactersNituvious 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.
that can not be converted to ASCII. Hmm.
- RichAlgeni
- Addict

- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Re: Do the network functions now support unicode?
Network functions don't know if it's unicode, ASCII, EBCDIC or whatever. It's just a stream of bytes that come in.