* Garrett Rooney wrote:

> The specific problem I'm trying to fix is that mod_dav_svn fails to
> run a pre-lock hook script when you try to lock a filename with double
> byte characters.  It never even gets to the point of trying to run the
> script, it fails trying to build the command line because it can't
> convert the filename from utf8 to the native encoding because the
> locale is C and thus the native encoding is 7 bit ascii.  I'm having
> trouble finding a work around for this that doesn't involve setting
> the locale, although if there's anything obvious I'm missing I'd love
> to hear it.

It doesn't belong here, but... I'm wondering why the path isn't passed as 
UTF-8. Why is it translated to the locale at all? It's all happening within 
the svn file system, so I'd really expect to get utf-8 and would consider 
locale translation as a bug.

nd
-- 
"Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine
beiden Gefährten nicht zu zählen brauchte" -- Karl May, "Winnetou III"

Im Westen was neues: <http://pub.perlig.de/books.html#apache2>

Reply via email to