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
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