summaryrefslogtreecommitdiff
path: root/doc/ref/api-data.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2006-09-20 13:13:34 +0000
committerLudovic Courtès <ludo@gnu.org>2006-09-20 13:13:34 +0000
commit49dec04b6a73aa878b98ea89bd132b6dc6cf8126 (patch)
tree914f8e46df6b20d839e23a24baf5d565c2e7ca9e /doc/ref/api-data.texi
parenta17d26545da83dbb6dc0c9571f97d0f02d8ddc34 (diff)
downloadguile-49dec04b6a73aa878b98ea89bd132b6dc6cf8126.tar.gz
Changes from arch/CVS synchronization
Diffstat (limited to 'doc/ref/api-data.texi')
-rwxr-xr-xdoc/ref/api-data.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index c0f5d08ef..15eac2e4b 100755
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -2299,6 +2299,17 @@ character sets.
In order to make the use of the character set data type and procedures
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
@defvrx {C Variable} scm_char_set_lower_case
All lower-case characters.