utf8-env

UTF-8 aware substitutes for functions in System.Environment

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Dmitry Golubovsky
Maintained by Dmitry Golubovsky

UTF-8 aware substitutes for functions in System.Environment It was tested with GHC 6.10.1 in Unix (Linux) environment. Hugs users do not need this package. Import System.Environment.UTF8 into your program, and use functions like getArgs and getEnv in usual way. UTF8-aware locale is expected, that is, environment has setting of LANG = en_US.utf8 or similar.