Hi.
I have a problem
Using Delphi 7, I have a test application which connects to echo.websocket.org
Anything I send is echoed back
when I send a character >127, it echoes back as ?
Stepping into the sources, I can see as the payload is successfully decoded from Unicode to ANSI, but then it is changed from ANSI to ASCII -> converting all >127 to ?
How could I solve that? I want, obviously, get an ANSI version of the Unicode payload, with all my áéíóú.
Thanks in advance for your help