Version: 3.5.2 (using KDE KDE 3.5.2) Installed from: Ubuntu Packages OS: Linux I'm using kio webdav to access two remote WebDAV repositories, one is running Apache Slide, the other one Subversion: webdavs://server1.address:8080/slide/files/ webdavs://server2.addres/svn/ There's also a public repository available for testing: webdav://www.shiny.co.il/ilya/kde-bug-127251-test In both cases I can connect successfully, and navigate the directory tree and copy files, but only if the directory/file names only contain plain ASCII characters. If I stumble upon non-ASCII names, I see garbage characters and I cannot copy those files/directories (I receive an error stating "the file or directory webdavs://server2.addres/svn/%C3%90..etc... doesn't exist" - note the hex-encoded characters). All this could be worked around if the changing of remote encoding would work (through Tools->Select Remote Charset). But when I choose any character set from over there, it stays at "Default" anyway and nothing changes WRT displayed names. Note that the problem definitely lies in KIO. Given the same repositories, the Gnome file manager (Nautilus - using dav:// and davs:// URLs) and Microsoft Office (using http:// and https:// URLs in file Open dialog, tested with 2007 Beta, but should work the same with all versions since MS Office 2000) work perfectly. They automatically detect charsets of those repositories (usually UTF-8) and all names are displayed correctly and files can be opened or copied. I currently open Nautilus to access those repositories. KIO could handle this perfectly too, if bug 127251 is solved.
Also related: bug 125212 and bug 125351.
*** This bug has been marked as a duplicate of bug 127251 ***