[plt-scheme] s->s: string cannot be encoded for the current locale

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Dec 6 11:53:40 EST 2004

At Fri, 03 Dec 2004 14:50:59 -0500, David Van Horn wrote:
> Welcome to MzScheme version 299.23, Copyright (c) 2004 PLT Scheme, Inc.
> s->s: string cannot be encoded for the current locale: "PLTCOLLECTS"

Do you have an enironvment variable that starts with "LC_" (e.g.,
"LC_ALL") set?

If it's possible to start up using the -xqA comamnd-line flags, what
does `(locale-string-encoding)' produce?

Thanks,
Matthew



Posted on the users mailing list.