fix CHAR-EQUALity of non-ascii caseful characters
authorChristophe Rhodes <csr21@cantab.net>
Mon, 27 May 2013 07:11:05 +0000 (08:11 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 27 May 2013 07:11:05 +0000 (08:11 +0100)
commit88429c4045707ceaf99a10801d5c5efdca765afa
tree38ea3ab29cd71249af9dc1fb40daa9adfe5c76d0
parentbe974ede67a3d7f8a6e7aa200ad042d3ac644cff
fix CHAR-EQUALity of non-ascii caseful characters

Or at least mostly fix it.  There are issues surrounding iota subscript and
titlecase, which aren't regressions in the current release and will require
some more investigation to fix.
src/code/target-char.lisp
tests/character.pure.lisp