Surrogate characters shouldn't be in charsets
authorMichael Gran <spk121@yahoo.com>
Sat, 29 Aug 2009 06:47:42 +0000 (23:47 -0700)
committerMichael Gran <spk121@yahoo.com>
Sat, 29 Aug 2009 07:01:06 +0000 (00:01 -0700)
commit24d23822ee9d6a515aed8baaeff9d363fd7ec813
treecfdcae66a6e223a15dcafedc25d551d2ffd8e7b0
parent526ee76ac36921570708a746e73bba1cd7da2f62
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
libguile/srfi-14.c
libguile/srfi-14.i.c
libguile/unidata_to_charset.pl