Merge pull request #968 from russkel/encodingfix

Fix setting default locale and exception encoding
This commit is contained in:
Justin Mayer 2013-08-03 16:42:37 -07:00
commit 2aa0c6e24b
4 changed files with 14 additions and 3 deletions

View file

@ -94,7 +94,7 @@ DEFAULT_CONFIG = {
'MD_EXTENSIONS': ['codehilite(css_class=highlight)', 'extra'],
'JINJA_EXTENSIONS': [],
'JINJA_FILTERS': {},
'LOCALE': [], # defaults to user locale
'LOCALE': [''], # defaults to user locale
'DEFAULT_PAGINATION': False,
'DEFAULT_ORPHANS': 0,
'DEFAULT_METADATA': (),