Version: 1.1 (using 4.1.3 (KDE 4.1.3), 4.1.3-4.fc10 Fedora) Compiler: gcc OS: Linux (x86_64) release 2.6.27.7-134.fc10.x86_64 Konqueror allows to select remote charset for FTP, SFTP, FISH and SMB (Tools/Select remote charset) while Dolphin does not have such useful feature.
*** Bug 178659 has been marked as a duplicate of this bug. ***
*** Bug 176704 has been marked as a duplicate of this bug. ***
it is an issue for me as well (ubuntu 8.10 + kde 3.1.4)
Confirmed. This issue makes Dolphin useless as a file manager for remote systems, as one must fall back to using Konqueror in these cases.
SVN commit 944659 by rduran: BUG: 175658 GUI: The remote encoding code adapted from Konqueror to Dolphin. Now user can change encoding for remote urls like ftp. Konqueror doesn't use KRemoteEncodingPlugin anymore. Instead, this feature is supplied to Konqueror via DolphinPart. M +3 -1 CMakeLists.txt M +6 -0 dolphinmainwindow.cpp M +2 -0 dolphinmainwindow.h M +6 -0 dolphinpart.cpp M +2 -0 dolphinpart.h M +1 -0 dolphinpart.rc M +169 -185 dolphinremoteencoding.cpp M +43 -39 dolphinremoteencoding.h M +1 -0 dolphinui.rc M +11 -1 dolphinviewactionhandler.cpp M +10 -0 dolphinviewactionhandler.h WebSVN link: http://websvn.kde.org/?view=rev&revision=944659