1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-13 23:20:32 +02:00

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2006-09-20 13:13:34 +00:00
parent a17d26545d
commit 49dec04b6a
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-09-20 Ludovic Courtès <ludovic.courtes@laas.fr>
* api-data.texi (Standard Character Sets): Documented the
charset recomputation upon successful `setlocale'.
2006-09-04 Neil Jerram <neil@ossau.uklinux.net> 2006-09-04 Neil Jerram <neil@ossau.uklinux.net>
* api-control.texi (Dynamic Wind): Doc for scm_dynwind_free. * api-control.texi (Dynamic Wind): Doc for scm_dynwind_free.

View file

@ -2299,6 +2299,17 @@ character sets.
In order to make the use of the character set data type and procedures In order to make the use of the character set data type and procedures
useful, several predefined character set variables exist. useful, several predefined character set variables exist.
@cindex codeset
@cindex charset
@cindex locale
Currently, the contents of these character sets are recomputed upon a
successful @code{setlocale} call (@pxref{Locales}) in order to reflect
the characters available in the current locale's codeset. For
instance, @code{char-set:letter} contains 52 characters under an ASCII
locale (e.g., the default @code{C} locale) and 117 characters under an
ISO-8859-1 (``Latin-1'') locale.
@defvr {Scheme Variable} char-set:lower-case @defvr {Scheme Variable} char-set:lower-case
@defvrx {C Variable} scm_char_set_lower_case @defvrx {C Variable} scm_char_set_lower_case
All lower-case characters. All lower-case characters.