Opened 20 years ago
Last modified 20 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)
Change History (6)
comment:1 by , 20 years ago
by , 20 years ago
Attachment: | filezilla_utf8.patch added |
---|
add an option to force to use UTF-8 for remote site
comment:2 by , 20 years ago
re-create the patch, use unix path delimiter '/' instead of
dos path delimiter '\'
by , 20 years ago
Attachment: | filezilla_utf8_showstatus.patch added |
---|
avoid to show utf-8 string in status window
Seperate the reource patch to reduce the patch size