in my communication protocol, I need to use the "÷" simbol (ascii code 247)
when I send the message over tcp, using tcpFlusso.Write(messaggio.GetBytes("UTF8"))
the "÷" symbol get lost and I receive "÷" instead (ascii 195+183)
what can I do? (better than replacing the symbol with another)
thank you
when I send the message over tcp, using tcpFlusso.Write(messaggio.GetBytes("UTF8"))
the "÷" symbol get lost and I receive "÷" instead (ascii 195+183)
what can I do? (better than replacing the symbol with another)
thank you