Path: utzoo!attcan!uunet!zephyr.ens.tek.com!uw-beaver!milton!dali!samsung!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!techunix.BITNET!joel From: joel@techunix.BITNET (Yossi (Joel) Hoffman) Newsgroups: comp.lang.c Subject: LEX with all eight bits? Keywords: LEX Message-ID: <9463@discus.technion.ac.il> Date: 21 Mar 90 16:31:31 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: joel%techunix.bitnet@jade.berkeley.edu (Yossi (Joel) Hoffman) Organization: Technion, Israel Inst. Tech., Haifa Israel Lines: 14 Hi folks! I was trying to use LEX to process a text (yes, text) file that happens to use all eight bits (the 8th bit signifies Hebrew text). I just inserted the 8-bit letters in the usual way, but LEX choked on it. (It didn't produce any C output at all.) This couldn't just be a coincidence; is there anyway I can tell LEX that I'm going to use all 8 bits? Any help will be much appreciated. -Joel (joel@techunix.technion.ac.il -or- joel@techunix.BITNET) --