Normalize strings prior to hashing so equivalent sequences hash the same.
authorChris Hanson <org/chris-hanson/cph>
Wed, 29 Mar 2017 04:52:44 +0000 (21:52 -0700)
committerChris Hanson <org/chris-hanson/cph>
Wed, 29 Mar 2017 04:52:44 +0000 (21:52 -0700)
commitdc80c76d803b1e729aa58a7f802a1bc4d35106b4
tree42cabc54ddd1fb554df55b1b59f00ec115c0f39d
parentc853170ad97f2aab94b65475c482c6b27e8206a0
Normalize strings prior to hashing so equivalent sequences hash the same.

I've arbitrarily chosen NFD because its faster than NFC, but a case could be
made that NFC is preferable.
src/runtime/ustring.scm