'Should Nix packages set `LC_ALL` themselves?

At least on non-NixOS, it looks like Nix-installed packages do not use proper encoding. For example, https://github.com/srid/emanote/issues/125

They do not work, unless something like LC_ALL=C.UTF-8 is manually set. What is the Nix way to obviate users from having to do this manual configuration?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source