Summary: | ftp codepage cyrillic show list | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Artem Yankov <artem> |
Component: | ftp | Assignee: | 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
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? |