comp.lang.ada
 help / color / mirror / Atom feed
From: Florian Weimer <fw@deneb.cygnus.argh.org>
Subject: Re: wide character
Date: 1999/10/30
Date: 1999-10-30T11:52:44+00:00	[thread overview]
Message-ID: <87puxxvzeb.fsf@deneb.cygnus.argh.org> (raw)
In-Reply-To: 3819EA39.60B85317@eunet.at

Bernhard Rumpler <rumpler@eunet.at> writes:

> how can I get a wide character for an 'and-sign' (ISO 10646: 22c0)?
> (i need to assign it to a string afterwards)

Big_Wedge : constant Wide_Character := '⋀';
\f
If your development system doesn't suppport Unicode, you'll have to
use something like this instead:

Big_Wedge : constant Wide_Character :=  Wide_Character'Val (16#22C0#);




  parent reply	other threads:[~1999-10-30  0:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-29  0:00 wide character Bernhard Rumpler
1999-10-30  0:00 ` David C. Hoos, Sr.
1999-10-30  0:00 ` Florian Weimer [this message]
1999-10-31  0:00   ` Robert Dewar
replies disabled

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