Index: license.terms =================================================================== RCS file: license.terms diff -N license.terms --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ license.terms 26 Dec 2003 01:13:04 -0000 @@ -0,0 +1,7 @@ +Expect + +Written by: Don Libes, libes@nist.gov, NIST + +Design and implementation of this program was paid for by U.S. tax +dollars. Therefore it is public domain. However, the author and NIST +would appreciate credit if this program or parts of it are used. Index: tests/expect.test =================================================================== RCS file: /cvsroot/expect/expect/tests/expect.test,v retrieving revision 5.30 diff -u -u -p -r5.30 expect.test --- tests/expect.test 16 Jan 2002 18:14:05 -0000 5.30 +++ tests/expect.test 26 Dec 2003 01:13:05 -0000 @@ -101,6 +101,7 @@ wait set filename /tmp/null.[pid] set fid [open $filename w] +fconfigure $fid -encoding iso8859-1 puts $fid "a\u0000b" close $fid