Am Donnerstag, den 29.04.2010, 07:47 +0200 schrieb Guido Günther:
> On Tue, Apr 27, 2010 at 10:18:26PM +0200, Paul Menzel wrote:

[…]

> > I created a directory with an umlaut »ä« in it and got the following error 
> > message.
> > 
> >     Traceback (most recent call last):
> >       File ".git/hooks/post-commit", line 95, in <module>
> >         main(sys.argv)
> >       File ".git/hooks/post-commit", line 73, in main
> >         uri = u"file://%s" % curdir
> >     UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 
> > 31: ordinal not in range(128)
> Works here. What locale are you using? Just attach the output of
> 
>       locale

        $ locale
        LANG=de_DE.UTF-8
        LC_CTYPE="de_DE.UTF-8"
        LC_NUMERIC="de_DE.UTF-8"
        LC_TIME="de_DE.UTF-8"
        LC_COLLATE="de_DE.UTF-8"
        LC_MONETARY="de_DE.UTF-8"
        LC_MESSAGES="de_DE.UTF-8"
        LC_PAPER="de_DE.UTF-8"
        LC_NAME="de_DE.UTF-8"
        LC_ADDRESS="de_DE.UTF-8"
        LC_TELEPHONE="de_DE.UTF-8"
        LC_MEASUREMENT="de_DE.UTF-8"
        LC_IDENTIFICATION="de_DE.UTF-8"
        LC_ALL=


Thanks,

Paul

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to