Tango 0.99.8 Sean released

Trass3r mrmocool at gmx.de
Sat Mar 28 10:11:27 PDT 2009


Trass3r schrieb:
> Steven Schveighoffer schrieb:
>> Because you haven't submitted a ticket for it yet ;)
>>
>> http://www.dsource.org/projects/tango/newticket
>>
> Good idea.
> 
> I also have a problem with non-ASCII characters.
> But I couldn't find out the cause yet :(
> 
> 
> [sendCommand] Sending command 'CWD Dreckschlüpper
> '
> [readResponse] Expected Response 250
> [readResponse] Actual Response 550
> [sendCommand] Sending command 'QUIT
> '
> [readResponse] Expected Response 221
> [readResponse] Actual Response 221
> tango.net.ftp.FtpClient.FtpException: 420 Goodbye.
> . "Dreckschlüpper" : no such file or directory.

Seems like the server sends the name encoded with utf-8.
But the tango code treats it as ANSI.


More information about the Digitalmars-d-announce mailing list