Set the LANG var to support non US-ASCII chars

This it the same as the ruby buildpack.
This commit is contained in:
Lincoln Stoll
2012-02-09 20:41:45 +13:00
parent 976089104b
commit 3e5bea876d
+1
View File
@@ -12,6 +12,7 @@ config_vars:
PYTHONUNBUFFERED: true
LIBRARY_PATH: .heroku/vendor/lib
LD_LIBRARY_PATH: .heroku/vendor/lib
LANG: en_US.UTF-8
EOF