[plt-scheme] How to enter unicode symbols into DrScheme?
\spadesuit<control-\>
In general if you know the latex shortcut for something like that, you
can try the above. Also, since you have a programming language handy,
so you can do this in the interactions window:
"\u2665"
and see the result printed out as the unicode character (assuming you
have the fonts for
it) and you can copy it from there.
Robby
On Thu, Apr 24, 2008 at 3:07 PM, Grant Rettke <grettke at acm.org> wrote:
> If you've got a unicode symbol, "black heart suit, U+2665," for
> example, how do you enter that into DrScheme's editor?
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>