RNFR doesn't seem to be Unicode enabled (General questions)
Hi,
I've got UTF8Encoding set to TRUE and everything seems to work fine with Unicode filenames except the Rename command. I can see from the output that for some reason the RNFR is losing the encoding. For example:
MKD /tmp/羽毛
257 /tmp/羽毛 : The directory was successfully created
RNFR /tmp/??
550 Sorry, but that file doesn't exist
So I can create, delete, list, and go to a directory called 羽毛, but if I try and rename it it fails. The reason appears to be that the RNFR command is garbling the contents of RemotePath (you can see from above that it's sending the wrong string).
Re: RNFR doesn't seem to be Unicode enabled
It seems the forum isn't Unicode enabled either :) The text 羽毛 are two Chinese characters.
Re: RNFR doesn't seem to be Unicode enabled
Hi,
I managed to reproduce this issue. I've already forwarded it to our developers to check out. We'll let you know as soon as we have news on this.
Regards,
Damba
Re: RNFR doesn't seem to be Unicode enabled
Hi,
Problem with RNFR and UTF8 should be fixed now.
Can you please request update and try it again?
Let us know how it goes.
Regards,
Drazen
Re: RNFR doesn't seem to be Unicode enabled
Thanks, works now!