[plt-scheme] How to get DrScheme to custom render text values in the editor?

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Oct 1 12:13:40 EDT 2007

On Oct  1, Grant Rettke wrote:
> On 9/30/07, Robby Findler <robby at cs.uchicago.edu> wrote:
> > On 9/30/07, Grant Rettke <grettke at acm.org> wrote:
> > > I printed some sourcecode out for some folks, and the 'λ' just
> > > gets rendered a garbage
> 
> Sorry! Let me clarify, I printed to postscript using enscript and
> that is where the lambda gets rendered as garbage.

DrScheme saves files in UTF-8, and it looks like enscript can't handle
that.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.