Commit 6fdcc392 authored by Kenneth Reitz's avatar Kenneth Reitz

Merge pull request #29 from lstoll/develop

Set the LANG var to support non US-ASCII chars
parents 97608910 3e5bea87
...@@ -12,6 +12,7 @@ config_vars: ...@@ -12,6 +12,7 @@ config_vars:
PYTHONUNBUFFERED: true PYTHONUNBUFFERED: true
LIBRARY_PATH: .heroku/vendor/lib LIBRARY_PATH: .heroku/vendor/lib
LD_LIBRARY_PATH: .heroku/vendor/lib LD_LIBRARY_PATH: .heroku/vendor/lib
LANG: en_US.UTF-8
EOF EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment