[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parsing Scheme [was Re: strings draft]

This page is part of the web mail archives of SRFI 50 from before July 7th, 2015. The new archives for SRFI 50 contain all messages, not just those from before July 7th, 2015.



Ken Dickey wrote:

It would be a *bad thing* if in going from one locale to another changed a working Scheme program into a broken Scheme program.

So, please be sure that the specification of character and string encoding and of portable Scheme source code defines Scheme source as being locale indepent (by construction).

Huh?  What do you mean?  How can a source file containing Scheme
source code possibly be locale independent?  What if you're on
a system whose native encoding is EBCDIC?  What if you use
non-ascii character in string literals or symbols?
--
	--Per Bothner
per@xxxxxxxxxxx   http://per.bothner.com/