- From: Adam Klatzkin <Adam.Klatzkin@bentley.com>
- Date: Tue, 5 Dec 2000 14:45:23 -0500
- To: "'w3c-dist-auth@w3.org'" <w3c-dist-auth@w3.org>
Can anybody offer any advice on implementing an internationalized webDAV server that will work with existing webDAV clients. The server I am developing encodes all data in utf-8. Whenever I return this multistatus response to Microsoft web folders (under Win2K) if the utf-8 stream contains all latin (single-byte) characters it works fine. If there are characters in the stream that are multi-byte, web folders crashes. e.g. <D:displayname>My Folder</D:displayname> ^--- works fine <D:displayName>["My Folder" in the Arabic unicode subrange]</D:displayName> ^--- web folders crashes and explorer goes down with it. Under WinNT webfolders does not crash, but I get the following error "The current operation cannot be completed because an unexpected error has occurred" Using Riverfront WebDrive I do not receive any errors but the UTF-8 data is displayed as ASCII. Thanks for any help, Adam Klatzkin Software Engineer Bentley Systems
Received on Tuesday, 5 December 2000 14:46:22 UTC