comp.lang.ada
 help / color / mirror / Atom feed
* Does OpenToken support Unicode
@ 2011-12-15 14:09 mtrenkmann
  2011-12-15 15:16 ` Dmitry A. Kazakov
  2011-12-17  0:58 ` Stephen Leake
  0 siblings, 2 replies; 7+ messages in thread
From: mtrenkmann @ 2011-12-15 14:09 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-01-24 13:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-15 14:09 Does OpenToken support Unicode mtrenkmann
2011-12-15 15:16 ` Dmitry A. Kazakov
2011-12-17  0:58 ` Stephen Leake
2012-01-23 22:03   ` mtrenkmann
2012-01-23 22:48   ` mtrenkmann
2012-01-24 10:40     ` Georg Bauhaus
2012-01-24 13:47     ` Stephen Leake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox