summaryrefslogtreecommitdiff
path: root/doc/ref/api-data.texi
diff options
context:
space:
mode:
authorMike Gran <spk121@yahoo.com>2012-02-01 19:51:35 -0800
committerMike Gran <spk121@yahoo.com>2012-02-01 19:51:35 -0800
commitbf8d845468fa71debf45e91a4e40f4b219dab4b0 (patch)
tree594edcdacb48bb71177337a50ae25b412d39ecb5 /doc/ref/api-data.texi
parentc12da2be81d5a77040f2e75a2a0646837b29c4f5 (diff)
downloadguile-bf8d845468fa71debf45e91a4e40f4b219dab4b0.tar.gz
Update srfi-14 character sets to Unicode 6.1
* libguile/srfi-14.i.c (cs_lower_case_ranges, cs_lower_case) (cs_upper_case_ranges, cs_upper_case, cs_letter_ranges, cs_letter) (cs_digit_ranges, cs_digit, cs_letter_plus_digit_ranges, cs_letter_plus_digit) (cs_graphic_ranges, cs_graphic, cs_printing_ranges, cs_printing) (cs_punctuation_ranges, cs_punctuation, cs_symbol_ranges, cs_symbol) (cs_designated_ranges, cs_designated): modified * doc/ref/api-data.texi: modified
Diffstat (limited to 'doc/ref/api-data.texi')
-rw-r--r--doc/ref/api-data.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index bcfbae365..f19e6661c 100644
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -2714,7 +2714,7 @@ useful, several predefined character set variables exist.
These character sets are locale independent and are not recomputed
upon a @code{setlocale} call. They contain characters from the whole
range of Unicode code points. For instance, @code{char-set:letter}
-contains about 94,000 characters.
+contains about 100,000 characters.
@defvr {Scheme Variable} char-set:lower-case
@defvrx {C Variable} scm_char_set_lower_case