﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
7588,SyntaxError: Non-ASCII character '\xc3' in file setup.py on line 8,tatadeluxe@…,Martin Scharrer,"Hi Martin:
Thanks for your help, but the change add an common error for non english system.
On line 8 of setup.py 
__date__     = r""$Date$""[7:-2]

If i make: 
svn checkout http://trac-hacks.org/svn/googlestaticmapmacro/0.11/ googlestaticmapmacro

I get on setup.py:
__date__     = r""$Date: 2010-08-28 12:22:35 -0400 (sáb 28 de ago de 2010) $""[7:-2]

Because in Spanish Saturday is Sábado.

To correct this problem I have to add on setup.py {1}
#!/usr/bin/env python 
# -*- coding: utf-8 -*-

Would be nice if you correct this internationalization problem declaring the encoding

Regars
Javier

{1} http://www.python.org/peps/pep-0263.html for details

",defect,new,normal,GoogleStaticMapMacro,normal,,utf8,,0.12
