bug#68624: [PATCH] Decode errno for encoding errors.

2024-01-20 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
* 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

bug#62590: Strange put-char encoding-error "conversion to port encoding failed"

2024-01-20 Thread Bug reports for GUILE, GNU's Ubiquitous Extension Language
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