#!fold-case only folds one expression

Issue #56 resolved
Takashi Kato repo owner created an issue

Run this;

(print 'ABC)
(print 'ABC)
(print 'ΓΛΏΣΣΑ)
(print 'ΜΈΛΟΣ)

should print

abc
abc
γλώσσα
μέλοσ

Comments (2)

  1. Takashi Kato reporter

    Modified setting case insensitive flag when explicitly specified (Fixes #56) Removed invalid presavation for read context. Exposed port-case-insensitive? procedure.

    → <<cset a2a3f09f984f>>

  2. Log in to comment