I could reproduce this using cadaver
dav:/webdav/> ls Listing collection `/webdav/': collection is empty.
dav:/webdav/> mkcol üöäß Creating `üöäß': succeeded.
dav:/webdav/> ls Listing collection `/webdav/': succeeded. Coll: uoas
and using Python 2.7 (using pyfilesystem API).
Andreas
On 21 Aug 2015, at 12:34, Christian Grün wrote:
does BaseX support the creation of collections containing non-ascii (uft8-encoded) characters?
In my case we have a functionality to import a ZIP file into BaseX or Exist-DB over WebDAV. File names and directory names must be preserved. BaseX seems to normalize names to ascii. Any way to change this?
How do you exactly proceed to import ZIP files via WebDAV? Do you encounter similar problems when import your ZIP file via the GUI or other APIs?
Christian