Jörgen Stenarson
writes:
> __date__ = '$Date: 2008-12-15 21:46:00 +0100 (må, 15 dec 2008) $'
> Does anyone know how I can force svn and tortoise svn to not include the
> last part with the weekday? I'm not sure if svn always uses utf-8 if
> that is the case then we could just add the encod
Hi,
I have a problem with svn. When updating trunk today I get the following
from line 94 in matplotlib/__init__.py:
__date__ = '$Date: 2008-12-15 21:46:00 +0100 (må, 15 dec 2008) $'
As you can see there is a 'å' in the Date string but there is no
encoding specified at the top of the file