> I hope to use filenames in Japanese. If I am using Microsoft WebFolder, my > Japanese filenames seems to be incorrect. Microsoft WebFolder apparently has > an incompatiblity bug that it sends in filename in unknown platform-local > encoding instead of UTF-8. > I wrote a patch which translates filename encoding. If this is a wrong way, > please let me know.
The WebDAV standard seems to be leaning towards "UTF-8 everywhere", because it's obvious it's next to impossible to solve the i18n problems otherwise. Some other clients interact very well with internationalized names, like TeamDrive. WebFolders seems to be willing to convert to the platform encoding at all costs, and I think it's wrong. Maybe the best would be to add a way to specify the behavior in an init parameter for the WebDAV servlet. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
