SRFI 238: Codesets Arthur A. Gleckler (03 Nov 2022 22:10 UTC)
Re: SRFI 238: Codesets John Cowan (04 Nov 2022 02:01 UTC)
Re: SRFI 238: Codesets Arthur A. Gleckler (04 Nov 2022 02:22 UTC)
Re: SRFI 238: Codesets John Cowan (04 Nov 2022 03:03 UTC)
Re: SRFI 238: Codesets Arthur A. Gleckler (04 Nov 2022 03:38 UTC)
Re: SRFI 238: Codesets John Cowan (04 Nov 2022 03:55 UTC)
Re: SRFI 238: Codesets John Cowan (04 Nov 2022 04:03 UTC)
Re: SRFI 238: Codesets Arthur A. Gleckler (04 Nov 2022 04:06 UTC)
Re: SRFI 238: Codesets Lassi Kortela (04 Nov 2022 07:01 UTC)
Re: SRFI 238: Codesets Lassi Kortela (04 Nov 2022 07:04 UTC)
Re: SRFI 238: Codesets Marc Nieper-Wißkirchen (04 Nov 2022 07:01 UTC)
Re: SRFI 238: Codesets Lassi Kortela (04 Nov 2022 12:52 UTC)

Re: SRFI 238: Codesets Lassi Kortela 04 Nov 2022 07:01 UTC

> I still don't understand.  Can't there be a bidirectional mapping
> between symbols and numbers *on each machine*?  The mapping doesn't
> change from run to run on the same machine, at least not between reboots.

Yes, that was the idea. That's what is done by all the other "errno"
mappers listed in the prior art section.

If some API gives you an errno integer on a given machine, you can use
the codeset to translate into a symbol on that machine.