Skip to content
Snippets Groups Projects
Commit 3e5bea87 authored by Lincoln Stoll's avatar Lincoln Stoll
Browse files

Set the LANG var to support non US-ASCII chars

This it the same as the ruby buildpack.
parent 97608910
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment