[plt-scheme] Entering unicode characters in the REPL?

From: YC (yinso.chen at gmail.com)
Date: Thu Jul 17 00:58:23 EDT 2008

2008/7/16 Grant Rettke <grettke at acm.org>:

> On Wed, Jul 16, 2008 at 9:17 PM, Robby Findler <robby at cs.uchicago.edu>
> wrote:
> > This doesn't seem to work in 372. This does:
> >
> >> "\u2665"
> > "♥"
>
> Ohhhh, thanks :)
>

Also try #\u2665 -  see
http://docs.plt-scheme.org/reference/reader.html#(part._parse-character) for
reading a character.

Cheers,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080716/aaf1acef/attachment.html>

Posted on the users mailing list.