Hi, SRFI-14 doesn't take into account the current locale, mostly because `scm_init_srfi_14 ()' gets invoked before the user has had any chance to run code like `(setlocale ...)'. Thus, for instance, `char-set:letter' is always initialized with the English set of letters.
Since SRFI-13 is initialized in core Guile, SRFI-14 needs to be initialized there too. But do you guys have an idea of how we could work around this? Thanks, Ludovic. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel