[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Locale of build environments
From: |
Ludovic Courtès |
Subject: |
Locale of build environments |
Date: |
Thu, 12 Feb 2015 21:20:04 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Mark H Weaver <address@hidden> skribis:
> Guile converts POSIX byte strings (e.g. file names) to strings using to
> the current locale encoding, but the default locale in our build
> environment is "C" which means ASCII-only.
>
> I would advocate using a UTF-8 locale for all builds by default.
Note that this was already the case before locales were moved out of the
‘glibc’ package. Also, the early bootstrap environment (until
‘glibc-final’ is used) doesn’t have locales.
For the non-bootstrap environment, we could make a ‘glibc-utf8-locale’
that would only include ‘en_US.UTF-8’ (or a few more, but which one?)
and add it to the implicit inputs of ‘gnu-build-system’.
WDYT?
Ludo’.
- CA certificates, Andreas Enge, 2015/02/10
- Re: CA certificates, Andreas Enge, 2015/02/12
- Re: CA certificates, Mark H Weaver, 2015/02/12
- Re: CA certificates, Andreas Enge, 2015/02/12
- Locale of build environments,
Ludovic Courtès <=
- Re: Locale of build environments, Andreas Enge, 2015/02/12
- Re: Locale of build environments, Mark H Weaver, 2015/02/14
- Re: Locale of build environments, Ludovic Courtès, 2015/02/26
- Re: Locale of build environments, Mark H Weaver, 2015/02/26
- Re: Locale of build environments, Ludovic Courtès, 2015/02/27
- Re: Locale of build environments, Ludovic Courtès, 2015/02/27
Re: CA certificates, Mark H Weaver, 2015/02/13
Re: CA certificates, Ludovic Courtès, 2015/02/12