[plt-scheme] How to get DrScheme to custom render text values in the editor?
Did you try --encoding=utf-8 or similar?
Robby
On 10/1/07, Eli Barzilay <eli at barzilay.org> wrote:
> 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!
>