elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.
BSD 3-Clause "New" or "Revised" License
428 stars 63 forks source link

Fix build with non-utf8 locale #205

Open kwohlfahrt opened 7 years ago

kwohlfahrt commented 7 years ago

Had some issues building elm-reactor due to LC_ALL=C. This is standard behaviour for at least the paludis package manager, and possibly others. The changes in this PR should make the build process independent of locale.

process-bot commented 7 years ago

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.