Chaz Littlejohn
|
c19549b3da
|
changed the currency substitutions to byte stream AND unicode -- i.e. u'$|\xe2\x82\xac|\u20ac|'
|
2011-03-29 20:15:21 +00:00 |
|
Worros
|
684689c9db
|
Revert "changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem."
This reverts commit d0ae2a155d .
Conflicts:
pyfpdb/FulltiltToFpdb.py
|
2011-03-29 15:46:15 +08:00 |
|
Chaz Littlejohn
|
d0ae2a155d
|
changed all of the currency substitutions from byte stream (i.e. \xe2\x82\xac for EURO) to unicode (u'\u20AC') as it was throwing unicode errors when attempting to format the string in the various regex statements. I am aware that I may be the only one to encounter this problem.
|
2011-03-23 19:27:55 +00:00 |
|
Worros
|
f1ec659015
|
WinamaxSummary: Allow satellites to parse
|
2011-03-14 16:05:59 +08:00 |
|
Worros
|
3d7f75c933
|
Merge branch 'master' of git://git.assembla.com/fpdb
|
2011-02-28 10:00:45 +08:00 |
|
atinm
|
644b2d7849
|
replaced /usr/bin/python with /usr/bin/env python
|
2011-02-27 21:17:07 +08:00 |
|
Scott Wolchok
|
fc46b70c41
|
Rename decimal.py to decimal_wrapper.py so we don't break when
cdecimal is not installed.
|
2011-02-25 14:18:12 -05:00 |
|
Worros
|
4a7a24eb68
|
WinamaxSummary: Add initial parser for Winamax Summary files
|
2011-02-11 17:50:45 +08:00 |
|