> > Usually, a program can be recompiled with Delphi 2009 with no change and it > > works ! Changes are needed if your code assume chars are byte values (sizeof > > / length) or use strings for something which is not really a string.
> I think he is concerned about the fact that the property being > UnicodeString it would be transferred to the HTTP server as a UTF-16 > string, which obviously is not supported by the server. Of course the ICS component take care of what the standard specifies ! No matter if the URL is Unicode as long as he uses only ansi characters as he has done before. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be -- 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
