Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : Re: idFTP unicode name transfers
| Subject: | Re: idFTP unicode name transfers |
| Posted by: | "Richard" (ritchie8..@yahoo.com) |
| Date: | Sat, 3 Nov 2007 22:45:45 |
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:472bc51f$1@newsgroups.borland.com...
> You will have to encode your Uncode strings as UTF-8 before passing them
> to TIdFTP, and then decode any UTF-8 strings that TIdFTP gives you back to
> Unicode.
Passing the encoded string is not a problem, biut... Does this mean that the
result from a TidFTP.List() will not automatically be decoded/stored in the
DirectoryListing list?
>
> This will only work if the FTP server supports UTF-8 to begin with, as
> determined by the response to the FEAT command.
Yes, of course.