* libguile/strings.c (scm_encoding_error): Decode errno.
---
Hi,
Even experienced users do not memorize errno values. [1][2] Why not
decode them as a courtesy?
Kind regards
Felix Lechner
[1] https://debbugs.gnu.org/62590
[2] https://debbugs.gnu.org/59510
libguile/strings.c | 2 +-
1 file chang
Hi,
> (encoding-error put-char conversion to port encoding failed 84
> # s)
Could the error be due to the 7-bit encoding in HTTP headers? [1] The
"84" is EILSEQ from errno.h. [2] Wingo added the functionality here. [3]
I also submitted a patch to resolve in the errno. [4]
A similar issue appear