tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Strange "C" locale data
Date: Thu, 7 Dec 2017 13:12:14 +0100
From: Martin Husemann <martin%duskware.de@localhost>
Message-ID: <20171207121214.GA12910%mail.duskware.de@localhost>
And for this part...
| where 127 is invalid. It comes from:
[...]
| but the documetnation (src/lib/stdlib/strfmon.c) says:
[...]
| Anyone know details?
The '\127' (CHAR_MAX) is converted into one of the values legal in the
variables when the locale data is processed, see the last couple of lines
of __setup_vars() in strfmon.c
kre
Home |
Main Index |
Thread Index |
Old Index