bug#75998: [guile-lib] html->sxml does not decode entities in attributes

2025-02-09 Thread Tomas Volf
Hi, Maxim Cournoyer writes: > Tomas, is it a fix you'd be interested in contributing? Otherwise, I'll > get to it but my hands are rather full at the moment :-). To quote myself from the other thread: > Probably not. I have spent 20 minutes staring into the file and do not > really have any

bug#76163: Badly treated eol-style (end of line style) in R6RS transcoders.

2025-02-09 Thread Yuval Langer
When running the `transcoders.scm` script (file attached) in Guile: ``` $ guile transcoders.scm ``` I get the output: ``` "abc\r" ``` but it should be: ``` "abc" ``` When running Chez Scheme: ``` $ chezscheme --script transcoders.scm ``` I get the right output: ``` "abc" ``` This is due t