Related articles |
---|
regular expression packages for 16-bit wide chars? colas@aye.inria.fr (1995-10-18) |
Re: regular expression packages for 16-bit wide chars? Steve_Kilbane@cegelecproj.co.uk (1995-10-23) |
Re: regular expression packages for 16-bit wide chars? mhw@minster.york.ac.uk (1995-10-24) |
Re: regular expression packages for 16-bit wide chars? cwf@research.att.com (Chris Fraser) (1995-10-27) |
Newsgroups: | comp.compilers |
From: | mhw@minster.york.ac.uk |
Keywords: | lex, i18n |
Organization: | Department of Computer Science, University of York, England |
References: | 95-10-094 |
Date: | Tue, 24 Oct 1995 16:36:50 GMT |
X-Url: | http://Dcpu1.cs.york.ac.uk:6666/~mhw/ |
olas Nahaboo <colas@aye.inria.fr> wrote:
>In order to implement regular expressions on strings of 16-bit chars
>(wide-character japanese), I would like to know if:
>
>* there is a regexp package doing this? (my net searches gave me no result)
Plan 9 from Bell Labs uses the 16 bit Unicode character set and has a
regular expression library in the standard distribution. More information
at:
http://plan9.att.com/plan9/
http://plan9.att.com/magic/man2html/2/regexp (manual page)
One of the Plan 9 text editors, sam, has been ported to Unix and X windows
but still works with Unicode internally; it contains code to do regular
expressions too. You can get sam from
ftp://plan9.att.com/netlib/research/sam.shar.Z
-Mark.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Mark H. Wilkinson <mhw@minster.york.ac.uk> : Research student in user
University of York, England : interface management systems
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.