Unicode data parsing script incorrect for char-set:ascii
authorMichael Gran <spk121@yahoo.com>
Sat, 3 Apr 2010 04:08:42 +0000 (21:08 -0700)
committerMichael Gran <spk121@yahoo.com>
Sat, 3 Apr 2010 04:08:42 +0000 (21:08 -0700)
commit6d30df5dbd4080c08d606c9f2b21672d47f04203
tree2ab101728a5090cb721625e3fd7a839452a601b6
parent43cd9cec2320b0fad4e04410226b319918a57f35
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
libguile/unidata_to_charset.pl
test-suite/tests/srfi-14.test