Opened 18 years ago

Last modified 18 years ago

#1493 closed Patch

lost UTF8 after close connection

Reported by: tommywu Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: tommywu, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

The default value for m_bUTF8 set to true in class's
constructor, and set it to false when the server didn't
support UTF8.

If server support UTF8 by Auto or Force, this value
will keep true, but in DoClose(), it will reset to false.

After that, next connect won't call constructor again,
so this value will always be false.

We should change it to true in Connect() to avoid this bug.

Attachments (1)

fz2223_utf8.patch (291 bytes ) - added by tommywu 18 years ago.
patch for enable UTF8 in Connect()

Download all attachments as: .zip

Change History (2)

by tommywu, 18 years ago

Attachment: fz2223_utf8.patch added

patch for enable UTF8 in Connect()

comment:1 by Tim Kosse, 18 years ago

Thanks.

Note: See TracTickets for help on using tickets.