On Sat, 02 Oct 2010 09:45:30 +0200 Helmut Eller heller@common-lisp.net wrote:
Honestly I don't know which of your three solutions would be best, but only a question about solution 1:
- Don't support code points beyond 16 bits. Clean and easy.
What would happen when a CL implementation internally using UTF-32 and supporting 24-bit code-points would issue a valid 24-bit character? Would this only affect REPL input, or display?
Thanks,