i18n.localeCharsets

Per each i18n.extraLocaleSettings, choose the character set to use for it. Essentially defaults to UTF-8 for all of them.

Note that for a locale category that uses the C locale, setting a character set to it via this setting is ignored.

Type
attribute set of string
Default
{ }
Example
{
  LC_MESSAGES = "ISO-8859-15";
  LC_TIME = "ISO-8859-1";
}
Declared
<nixpkgs/nixos/modules/config/i18n.nix>