Paul wrote: > Can I find this somewhere ? SendStr() internally converts a (Unicode) string to a AnsiString with current system code page before it's put into the send buffer, that's for backwards compatibility. There are new overloads, one takes a CodePage parameter to convert from UnicodeString to any other valid ANSI code page including UTF-8. New unit OverbyteIcsUtils provides little helpers for code page conversion.
-- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > I found a <UNICODE> directive in the TSllHttpCli. > Should I add this to the project options ? > > > thanks, > > Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
