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.
Loading
Please sign in to comment