10-28-2024, 09:53 AM
(10-28-2024, 02:35 AM)rlebeau Wrote: In this situation, I would suggest using IndyTextEncoding_OSDefault (or IndyTextEncoding_8bit), eg:
Code:with AContext.Connection.IOHandler do
begin
DefStringEncoding := IndyTextEncoding_OSDefault; // or 8bit
DefAnsiEncoding := IndyTextEncoding_OSDefault; // or 8bit
end;
That should preserve the old behavior you are looking for.
Remy you are an absolute STAR! That's fixed it - thanks a lot!

