Opened 19 years ago

Last modified 19 years ago

#1464 closed Patch

add an option to force to use UTF-8 for remote site

Reported by: tommywu Owned by:
Priority: normal Component: Other
Keywords: Cc: tommywu
Component version: Operating system type:
Operating system version:

Description

This patch need the previous 2 patches I sent.

Add an option in site manager advanced option, allow
user to force to do the UTF-8 convert for remote site
(both ftp and sftp).

For the unicode build, I change the IPC for fz and
fzsftp, the local filename will convert to UTF-8 and
pass to IPC. (but the ansi build won't do this)

Under unicode build, I can access the file or directory
for both Chinese and Japan filename. The message show
in the status control in sftp mode will show some UTF-8
encode string. (because I convert it before the
showstatus() in sftp mode.

Attachments (3)

filezilla_utf8.patch (28.9 KB ) - added by tommywu 19 years ago.
add an option to force to use UTF-8 for remote site
filezilla_utf8_resource.patch.gz (230.3 KB ) - added by tommywu 19 years ago.
patch for LanguageDLLs only
filezilla_utf8_showstatus.patch (11.5 KB ) - added by tommywu 19 years ago.
avoid to show utf-8 string in status window

Download all attachments as: .zip

Change History (6)

comment:1 by tommywu, 19 years ago

Seperate the reource patch to reduce the patch size

by tommywu, 19 years ago

Attachment: filezilla_utf8.patch added

add an option to force to use UTF-8 for remote site

comment:2 by tommywu, 19 years ago

re-create the patch, use unix path delimiter '/' instead of
dos path delimiter '\'

by tommywu, 19 years ago

patch for LanguageDLLs only

by tommywu, 19 years ago

avoid to show utf-8 string in status window

comment:3 by tommywu, 19 years ago

deleted, replace by [ 1163490 ]

Note: See TracTickets for help on using tickets.