| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments:
Performs the UNIX ioctl
that tells the terminal
driver not to strip off the 8th bit from data input. This is
equivalent to executing stty -istrip
to the
shell. Note that this function has a side effect on the terminal
driver which remains in effect after the Lisp process has exited. To
re-enable 8th bit stripping after the Lisp is exited, one can execute
stty istrip at the shell.
See iacl.htm for information on character sets in Allegro CL.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |