﻿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 
{{{#!python
__date__     = r""$Date$""[7:-2]
}}}

If i make:
{{{#!sh
svn checkout http://trac-hacks.org/svn/googlestaticmapmacro/0.11/ googlestaticmapmacro
}}}

I get on setup.py (1):
{{{#!python
__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`:
{{{#!python
#!/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	closed	normal	GoogleStaticMapMacro	normal	fixed	UTF-8		0.12
