
October 10th, 2012, 12:45 AM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 1
Time spent in forums: 17 m 18 sec
Reputation Power: 0
|
|
|
UTF8 string encoding in Indy10/D7
Hi,
I'm using TCPClient and TCPServer to send text from one PC to another. When the text includes some extended western characters like the Irish name Màire, at the other end I'm receiving just Mire.
For both the TCPClient and TCPServer, I have set
IOHandler.DefStringEncoding := TIdTextEncoding.UTF8;
Can anyone shed any light on the problem?
|