bug#66432: procedure 'display' incorrectly displays curly braces (3.0.9)

Mirko Lüdde <[email protected]>
Newsgroups gmane.lisp.guile.bugs
Message-ID <CA+da1a5f20oWBPWCfNt1xvZA8-Bi4OMLvwZBFZiOfku3ja93Kg@mail.gmail.com>
Dear Guile team , displaying the Scheme symbols "{" and "}" seems erroneous
to me , see log below . Many thanks ! Mirko


scheme@(guile-user)> (version)
$1 = "3.0.9"
scheme@(guile-user)> (symbol? '{)
$2 = #t
scheme@(guile-user)> (display '{) ; wrong
#{\x7b;}#scheme@(guile-user)> (char? #\{)
$3 = #t
scheme@(guile-user)> (display #\{) ; OK
{scheme@(guile-user)> (write '{) ; OK
#{\x7b;}#scheme@(guile-user)> (write #\{) ; OK
#\{scheme@(guile-user)>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.