Opened 19 years ago
Last modified 19 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)
Note:
See TracTickets
for help on using tickets.
patch for enable UTF8 in Connect()