Oh, I see. Any chance it might become one? I consider this a rather important feature.
Almost no chance :-( That would mean rewrite the application from scratch.
Edit: WinSCP supports Unicode since 5.0 (2011):
Issue 586 – Unicode support
Oh, I see. Any chance it might become one? I consider this a rather important feature.
WinSCP is not an Unicode application
German umlauts (äöü) work flawlessly, but file names with Russian characters don't work at all, they're just replaced with?(existing files & files that are created with WinSCP).
Any idea?
LANG=de_AT.UTF-8
äöü) work flawlessly, but file names with Russian characters don't work at all, they're just replaced with ? (existing files & files that are created with WinSCP).
äöå do not work yet in the newest winscp. Using SFTP or SCP and copying directory named ä from window XP to linux (utf box).
ä directory in linux box
$ mkdir ä && ls --color=none -1 | hexdump -C
00000000 c3 a4 0a |...|
00000003
$ ls --color=none -1 | hexdump -C
00000000 e4 0a |..|
00000002
$ ls --color=none -1 | hexdump -C
00000000 c3 a4 0a |...|
00000003
$ locale
LANG=fi_FI.utf8