Bug 56178

Summary: ftp codepage cyrillic show list
Product: [Unmaintained] kio Reporter: Artem Yankov <artem>
Component: ftpAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Artem Yankov 2003-03-20 12:16:57 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          gcc 
OS:          Linux

When looking ftp folder in konqueror, all names of files and folders with Cyrilllic letters are wrong. There is "codepage" or "charachter set" another. In konqueror there is no "CODEPAGE" menu to change it.
Comment 1 Thiago Macieira 2003-03-20 16:31:18 UTC
True, there is currently no way to tell the FTP dirparser what the encoding is on the 
remote server, so it just converts using Latin1. 
 
From kdelibs/kioslave/ftp/ftp.cc around line 1778: 
                    // maybe fromLocal8Bit would be better in some cases, 
                    // but what proves that the ftp server is in the same encoding 
                    // than the user ?? 
 
Maybe this should be a wishlist item so that a new feature is introduced? 
Comment 2 Thiago Macieira 2003-03-22 18:13:19 UTC

*** This bug has been marked as a duplicate of 56197 ***