From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,957580c7ebafc9dd,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail From: brian.b.mcguinness@lmco.com Newsgroups: comp.lang.ada Subject: Is there a lex utility for Ada that handles unicode? Date: 27 Oct 2005 10:17:15 -0700 Organization: http://groups.google.com Message-ID: <1130433435.410224.186300@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: 192.91.173.36 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1130433440 17549 127.0.0.1 (27 Oct 2005 17:17:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 27 Oct 2005 17:17:20 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=192.91.173.36; posting-account=R0BKUQwAAAAEH1zhMKQoEzkWfZJu3USj Xref: g2news1.google.com comp.lang.ada:6000 Date: 2005-10-27T10:17:15-07:00 List-Id: Is there some equivalent of the lex utility that produces Ada code rather than C code, and is capable of handling any character in the Unicode basic code plane? I am thinking of using it on strings read from a GUI created with GtkAda, so it would probably be best if it accepted UTF-8 strings, but I could convert the input to a wide string if necessary. Thanks. --- Brian