EugeneK 19 Posted May 3, 2022 Hi Any chance of adding TCustomWSocket.Send(const Data: TBytes) and/or marking function TCustomWSocket.SendStr(const Str : UnicodeString) : Integer; as deprecated to prevent inadvertent use of wrong encoding. Share this post Link to post
Angus Robertson 574 Posted May 3, 2022 ICS does make increasing use of TBytes internally, so adding an overloaded Send would make sense, a few days. You can always pass a code page to SendStr, that is another overload. Angus 1 Share this post Link to post