first cut at testing unicode normalization
authorChristophe Rhodes <csr21@cantab.net>
Thu, 18 Apr 2013 21:20:58 +0000 (22:20 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Sat, 18 May 2013 19:04:04 +0000 (20:04 +0100)
commit5877e8c2334bd87490be385af21ed9bc494f19e2
treebb9381f8368c17a2220a501116a252f39bed3f06
parent0a3a8a64c33bcda722cac7544dcd188f213927d1
first cut at testing unicode normalization

Parts 0 and 1 from Unicode NormalizationTest.txt, fully tested for
NFD and NFKD.
tests/data/NormalizationTest.txt [new file with mode: 0644]
tests/unicode-normalization.impure.lisp [new file with mode: 0644]