cvs commit: hugs98 configure configure.ac hugs98/docs/building
unix.txt hugs98/src config.h.in prelude.h
ross at glass.cse.ogi.edu
ross at glass.cse.ogi.edu
Thu Feb 19 05:46:57 EST 2004
ross 2004/02/19 05:46:57 PST
Modified files:
. configure configure.ac
docs/building unix.txt
src config.h.in prelude.h
Log:
make UNICODE_CHARS the default: Char is Unicode, and the associated
primitives operate on Unicode. However there's no byte encoding of
Chars on I/O (just a hard-wired direct encoding of the Latin-1 subset)
unless you add the configure option --enable-char-encoding (formerly
--enable-unicode-chars).
Revision Changes Path
1.10 +11 -14 hugs98/configure
1.10 +9 -10 hugs98/configure.ac
1.3 +13 -17 hugs98/docs/building/unix.txt
1.43 +0 -3 hugs98/src/config.h.in
1.67 +4 -2 hugs98/src/prelude.h
More information about the Cvs-hugs
mailing list