SBCL-style Unicode support: one character = one Unicode codepoint.
authorKen Harris <kengruven@gmail.com>
Sun, 5 May 2013 06:32:00 +0000 (23:32 -0700)
committerKen Harris <kengruven@gmail.com>
Sun, 5 May 2013 06:32:00 +0000 (23:32 -0700)
commit6d622a8f09811bc4af366f28bd8f25b1022d4ffd
tree9e6996adbec04b4798f39f0f77dcd7fc7c54542a
parent6cfc95cba807e8453342feda869cc74e667ceb70
SBCL-style Unicode support: one character = one Unicode codepoint.

Allow one JSCL "character" object to be a surrogate pair (length-2 JS
string).
src/compiler.lisp
src/prelude.js
tests/characters.lisp [new file with mode: 0644]