2015-05-31 1:11 GMT+05:30 Marc Feeley <feeley@iro.umontreal.ca>:

> On May 30, 2015, at 3:26 PM, Adam <adam.mlmb@gmail.com> wrote:
>
> Marc, what do those who want preserve the escaping of >=128 do (independent of which terminal encoding is used but for instance with -:t8)?
>

  (output-port-readtable-set!
    (repl-output-port)
    (readtable-max-unescaped-char-set
      (output-port-readtable (repl-output-port))
      (integer->char 127)))

In your Scheme program or gambcini file.

Ouch;


What's your take now on what you said yesterday as quoted in https://mercure.iro.umontreal.ca/pipermail/gambit-list/2015-May/007914.html , and the other reflections on this topic there?