guile-devel
[Top][All Lists]
Advanced

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

SRFI-14 and locale settings


From: Ludovic Courtès
Subject: SRFI-14 and locale settings
Date: Sun, 03 Sep 2006 18:48:56 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]