[gambit-list] Character encoding and the repl

Marc Feeley feeley at iro.umontreal.ca
Sat May 30 15:41:02 EDT 2015


> On May 30, 2015, at 3:26 PM, Adam <adam.mlmb at 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.

Marc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4839 bytes
Desc: not available
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20150530/fd297461/attachment.bin>


More information about the Gambit-list mailing list