[plt-scheme] identifiers in Unicode
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!