[Zope] WebDAV access from MS-Office
Andreas Jung
andreas@andreas-jung.com
Mon, 22 Apr 2002 17:23:05 -0400
On Mon, Apr 22, 2002 at 09:21:50PM +0200, Dieter Maurer wrote:
> Andreas Jung writes:
> > > Is it possible to use umlauts in file names?
> >
> > No (at least not without hacking the corresponding check for
> > valid Ids).
> Should we kill this restriction?
>
> I think/hope it is no longer necessary.
We discussed this problem last year and the key question was,
what characters should be allowed: utf-8, latin-1, iso-8859-X..
or whatever. I would really love to see the restriction lifted.
However lifting the restriction must not break existing code.
Andreas