Commit f0a8c5c4 authored by rtoy's avatar rtoy
Browse files

Add support for dumping 16-bit characters. (Of course we still only

have 8 bits for each character.)

code/load.lisp:
o Read 16 bits from a fasl to create a character.  The data is stored
  little-endian.

code/dump.lisp:
o Dump a 16-bit character to a fasl in little-endian order.

compiler/generic/new-genesis.lisp:
o Read 16-bit character in little-endian order.

bootfiles/19e/boot-2008-05-cross-unicode-common.lisp:
o Update dump-character and fop-short-character with the new
  definitions from load.lisp and dump.lisp.
parent c0641ea6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment