[EMAIL PROTECTED] (Ludovic Courtès) writes: > > But for this, we'd need a way for the user to tell which 8-bit charset > they are interested in. The easiest way would be through a startup-time > locale setting, but there might be other options too.
The setlocale call would be a good way. Maybe the charset tables could be reinitialized in scm_setlocale (when setting LC_ALL or LC_CTYPE). I suppose that'd be moderately helpful, and would make char-alphabetic? etc match how 1.6 worked. But I guess really the notion of what a character represents beyond ascii isn't specified yet. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel