On Tue, Aug 26, 2008 at 5:39 PM, Gustavo A. Gómez Farhat <gustavo.gomez.farhat@xxxxxxxxx> wrote: > I had to apply this patch to actually execute the script because of my locale: > > <patch> > --- check_archlinux.sh.orig 2008-08-17 15:25:04.000000000 -0500 > +++ check_archlinux.sh 2008-08-26 10:34:39.000000000 -0500 > @@ -62,6 +62,7 @@ > export CARCH > > cat << EOF > +# -*- coding: UTF-8 -*- > class PacmanPackage: > def __init__(self): > self.name,self.version,self.path = "","","" > </patch> > Thanks for the feedback! I find this curious though : there is not any utf8 character in that generated packages.py file, is there? And what is your locale so that I can try to reproduce it?