summaryrefslogtreecommitdiff
path: root/libguile/srfi-14.i.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-01Update srfi-14 character sets to Unicode 6.1Mike Gran1-255/+703
* 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
2010-10-14Update charsets to Unicode 6.0.0Michael Gran1-347/+551
* libguile/srfi-14.i.c: regenerated
2010-04-02Update standard character sets to Unicode 5.2Michael Gran1-217/+705
* srfi-14.i.c: all character ranges updated to Unicode 5.2
2009-09-03Distinguish between all codepoints and designated codepoints in char-setsMichael Gran1-3/+3
* libguile/unidata_to_charset.pl (designated): renamed from full * libguile/srfi-14.c (scm_char_set_designated): new char-set * libguile/srfi-14.i.c (cs_designated): renamed from cs_full
2009-08-29Surrogate characters shouldn't be in charsetsMichael Gran1-2/+3
* libguile/srfi-14.c (charsets_complement): use surrogate #defines instead of hardcoded numbers * libguile/srfi-14.i.c (cs_full_ranges): remove surrogates from full charset * libguile/unidata_to_charset.pl (full): test for surrogates
2009-08-27Default srfi-14 character set informationMichael Gran1-0/+7150
* libguile/srfi-14.i.c: structures containing the default srfi-14 sets