Fix #65. Unicode, grr. Thanks Bruno Bord.

This commit is contained in:
Alexis Metaireau 2011-02-01 22:49:33 +00:00
commit 06246d1aa4
6 changed files with 9 additions and 6 deletions

View file

@ -7,7 +7,7 @@ GITHUB_URL = 'http://github.com/ametaireau/'
DISQUS_SITENAME = "blog-notmyidea"
PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = 'en_US.utf8'
LOCALE = 'fr_FR.utf8'
LINKS = (('Biologeek', 'http://biologeek.org'),
('Filyb', "http://filyb.info/"),