Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Trying to get locale working on Heroku #110
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jul 12, 2012
1 parent 269add4 commit 8c45717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gittip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from decimal import Decimal


locale.setlocale(locale.LC_ALL, "en_US")
locale.setlocale(locale.LC_ALL, "en_US.utf8")


BIRTHDAY = datetime.date(2012, 6, 1)
Expand Down

0 comments on commit 8c45717

Please sign in to comment.