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

Previous Next

Package: guile;

Reported by: Yuval Langer <yuval.langer <at> gmail.com>

Date: Sun, 9 Feb 2025 18:52:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Yuval Langer <yuval.langer <at> gmail.com>
To: 76163 <at> debbugs.gnu.org
Subject: bug#76163: Badly treated eol-style (end of line style) in R6RS transcoders.
Date: Sun, 9 Feb 2025 20:50:15 +0200
[Message part 1 (text/plain, inline)]
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 to faulty transcoders in Guile, maybe?

My `guile --version` says `guile (GNU Guile) 3.0.9`, and `chezscheme
--version` says `9.5.4`.

Many thanks,
Yuval Langer.
[transcoders.scm (text/x-scheme, attachment)]

This bug report was last modified 129 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.