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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,36b39757d8f8763e,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.189.194 with SMTP id gk2mr5093574pbc.3.1323958589692; Thu, 15 Dec 2011 06:16:29 -0800 (PST) Path: lh20ni25521pbb.0!nntp.google.com!news2.google.com!postnews.google.com!4g2000yqu.googlegroups.com!not-for-mail From: mtrenkmann Newsgroups: comp.lang.ada Subject: Does OpenToken support Unicode Date: Thu, 15 Dec 2011 06:09:13 -0800 (PST) Organization: http://groups.google.com Message-ID: <2652647e-ef0a-4440-b127-4ddc59620707@4g2000yqu.googlegroups.com> NNTP-Posting-Host: 141.54.159.215 Mime-Version: 1.0 X-Trace: posting.google.com 1323958586 20482 127.0.0.1 (15 Dec 2011 14:16:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 15 Dec 2011 14:16:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 4g2000yqu.googlegroups.com; posting-host=141.54.159.215; posting-account=SkT_rQoAAADdG_K0wArhYj2acj1b3Kbm User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKRAUELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.45 Safari/534.13,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-12-15T06:09:13-08:00 List-Id: Hey guys, I am a student from Bauhaus University Weimar (Germany) currently writing my Master thesis where I implement an ASN.1 to Ada compiler and runtime codec. For the parsing part I am using the OpenToken library. Now, as some aspects of ASN.1 deal with Unicode I want to ask if there is any build-in support for that or could be added by the user in some way? For example, can it somehow be made possible that procedure OpenToken.Recognizer.Analyze (The_Token : in out Instance; Next_Char : in Character; Verdict : out Analysis_Verdict) is abstract; does support Wide_Wide_Character for the Next_Char parameter? Thanks in advance for any advice. Martin