Re: Multibyte/Wide Character Sets and Lex.

schwartz@galapagos.cse.psu.edu (Scott Schwartz)
12 Feb 1996 23:44:45 -0500

          From comp.compilers

Related articles
Multibyte/Wide Character Sets and Lex. juliano@SYDPO4.AUS.unisys.com (Orbach, Julian ACUS) (1996-02-09)
Re: Multibyte/Wide Character Sets and Lex. colas@aye.inria.fr (1996-02-09)
Re: Multibyte/Wide Character Sets and Lex. sharris@fox.nstn.ca (Sandy Harris) (1996-02-10)
Re: Multibyte/Wide Character Sets and Lex. schwartz@galapagos.cse.psu.edu (1996-02-12)
Re: Multibyte/Wide Character Sets and Lex. pjbumbul@math.uwaterloo.ca (1996-02-13)
Re: Multibyte/Wide Character Sets and Lex. fjh@cs.mu.OZ.AU (1996-02-13)
Re: Multibyte/Wide Character Sets and Lex. peter@csgrs6k1.uwaterloo.ca (1996-02-14)
Re: Multibyte/Wide Character Sets and Lex. mparks@oz.net (Michael Parkes) (1996-02-14)
Re: Multibyte/Wide Character Sets and Lex. jfc@mit.edu (1996-02-14)
| List of all articles for this month |

From: schwartz@galapagos.cse.psu.edu (Scott Schwartz)
Newsgroups: comp.compilers
Date: 12 Feb 1996 23:44:45 -0500
Organization: Penn State Comp Sci & Eng
References: 96-02-065 96-02-105
Keywords: lex, i18n

"Sandy Harris" <sharris@fox.nstn.ca> writes:
| Plan 9 from Bell Labs is a new distributed OS from the research
| group that created Unix & C & C++ & . . . It uses Unicode and
| includes a version of Lex. I think the Lex handles Unicode, but
| I'm not certain.


The regexp code in libc does, but lex doesn't. The bugs section of
the man page (available from the plan9 web pages) says: "Doesn't
handle UTF. The asteroid to kill this dinosaur is still in orbit."
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.