[plt-scheme] identifiers in Unicode

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Dec 10 18:49:35 EST 2004

On Dec 10, Jim Blandy wrote:
> Is there any detailed documentation yet on how MzScheme will support
> Scheme source code written in UTF-8?  Will it?  Will the syntax for
> identifiers (say) be extended to include characters beyond ASCII?

Symbols contain utf-8 strings.

> The manual I see on the web is v208, which precedes the big Unicode
> jump --- right?

Go to download.plt-scheme.org/scheme/docs for the nightly built docs,
the htmls are also available at docs.plt-scheme.org.

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



Posted on the users mailing list.