Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: using IdFTP(INDY 10) to download files with russian letters
| Subject: | Re: using IdFTP(INDY 10) to download files with russian letters |
| Posted by: | "tricky" (notric..@bk.ru) |
| Date: | 27 Mar 2008 03:22:24 |
>> alphabeth (its 255 in ASCII code). But instead of this letter, i use it
>> upper
>> case symbol - its ok.
>
>TIdFTP cannot handle such high character values, as it does not implement
>support for 8-bit text (or UTF-8) at this time. That will be available in a
>new version of Indy 10 when CodeGear's Tiburon IDE is released later this
>year.
>
Thnx.
But there is one strange fact - if a letter is 255, it doesn't shows while in GET, but it is in DirectoryListing.items[].filename.
Previous letter (254) is still shown. But 255 - is not.
So, when a new ver will run?
none