summaryrefslogtreecommitdiff
path: root/libguile/unidata_to_charset.pl
Commit message (Expand)AuthorAgeFilesLines
* copyright dates...* libguile/unidata_to_charset.pl: change copyright date * test-suite/tests/srfi-14.test: change copyright date Michael Gran2010-04-031-4/+4
* Unicode data parsing script incorrect for char-set:ascii...char-set:ascii is the only char-set consisting of a single contiguous range, and there was an off-by-one error for that case. * libguile/unidata_to_charset.pl (compute): fix off-by-one Michael Gran2010-04-021-2/+3
* Distinguish between all codepoints and designated codepoints in char-sets...* 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 Michael Gran2009-09-031-3/+3
* Surrogate characters shouldn't be in charsets...* 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 Michael Gran2009-08-291-3/+7
* Script to generate srfi-14 charsets from UnicodeData.txt...This script was used to generate srfi-14.i.c from the UnicodeData.txt file supplied by ftp://www.unicode.org/Public/UNIDATA/ * libguile/unidata_to_charset.pl Michael Gran2009-08-271-0/+399