Bug 178658

Summary: Remote charset selection for network folder
Product: [Applications] dolphin Reporter: Alex Frolov <froller>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal CC: a.rahman.duran, alejandro, finex, kde-2011.08, nadavkav
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alex Frolov 2008-12-24 11:31:09 UTC
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.
Comment 1 FiNeX 2008-12-24 11:36:10 UTC
*** Bug 178659 has been marked as a duplicate of this bug. ***
Comment 2 Peter Penz 2008-12-24 11:43:05 UTC
*** Bug 176704 has been marked as a duplicate of this bug. ***
Comment 3 Nadav Kavalerchik 2008-12-26 12:37:17 UTC
it is an issue for me as well (ubuntu 8.10 + kde 3.1.4)
Comment 4 Dotan Cohen 2008-12-27 00:35:09 UTC
Confirmed. This issue makes Dolphin useless as a file manager for remote systems, as one must fall back to using Konqueror in these cases. 
Comment 5 Rahman Duran 2009-03-25 23:07:06 UTC
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