Fix implementation of unicode-scalar-value? to not exclude non-characters.
authorChris Hanson <org/chris-hanson/cph>
Mon, 30 Jan 2017 01:56:53 +0000 (17:56 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 30 Jan 2017 01:56:53 +0000 (17:56 -0800)
commit67ee14b0644966550001d9fd3f24839e4c431a6b
treedce4647bda4648fdbef4289b34baf45d88d3d3c7
parent086a40bd9b6517358f7320b09e98ac7f68fca7e4
Fix implementation of unicode-scalar-value? to not exclude non-characters.

Also implement unicode-code-point?.
src/runtime/char.scm
src/runtime/runtime.pkg