X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/24004073f06ed0e79c39c5deed9f859e0fb7971e..66e4f01c601bfad813011a811796e70f970258f9:/gnu/system/locale.scm diff --git a/gnu/system/locale.scm b/gnu/system/locale.scm index be9abcb81d..393dd42354 100644 --- a/gnu/system/locale.scm +++ b/gnu/system/locale.scm @@ -83,6 +83,8 @@ (letrec-syntax ((utf8-locale (syntax-rules () ((_ name*) (locale-definition + ;; Note: We choose "utf8", which is the + ;; "normalized codeset". (name (string-append name* ".utf8")) (source name*) (charset "UTF-8")))))