Skip to content

v0.1.1: Fix locale in Docker

Compare
Choose a tag to compare
@deiwin deiwin released this 02 Dec 14:43
· 176 commits to master since this release
47528cb
The docker image (the recommended method for using take-care) didn't support
UTF8 characters in either input or output otherwise. Non-american could easily
break `list-users`, for example. The locale defaulted to "POSIX", but is now
set explicitly.