print: In R7RS |...| symbols, print most graphic characters unescaped.
authorMark H Weaver <mhw@netris.org>
Wed, 15 Jan 2014 04:29:50 +0000 (23:29 -0500)
committerMark H Weaver <mhw@netris.org>
Wed, 15 Jan 2014 04:46:45 +0000 (23:46 -0500)
commit1fc651e3a5249fa35d143628d27243e96b90a0bd
tree23d54bf34af0e3bbea5ed24935a6a5141ae4151f
parent6e504a7b44a9a25787bdfb2d86fdddd3029f4ba9
print: In R7RS |...| symbols, print most graphic characters unescaped.

* libguile/print.c (print_r7rs_extended_symbol): Print any unicode
  graphic character other than '|' or '\' unescaped.  Escape any spacing
  character other than ASCII space.
libguile/print.c
test-suite/tests/print.test