Next: Strings, Previous: Design Choices, Up: Changes [Contents][Index]
Characters are now 16 bits long instead of 8 bits, and base-char
and character
types are the same. This difference is
naturally indicated by changing char-code-limit
from 256 to
65536.