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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cd571eec0e67817a X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: wide character Date: 1999/10/30 Message-ID: <7veh6m$cdi$1@ash.prod.itd.earthlink.net>#1/1 X-Deja-AN: 542378156 Content-Transfer-Encoding: 7bit References: <3819EA39.60B85317@eunet.at> X-Posted-Path-Was: not-for-mail Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-ELN-Date: 30 Oct 1999 10:27:34 GMT X-ELN-Insert-Date: Sat Oct 30 03:35:01 1999 Organization: Ada95 Press, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-10-30T00:00:00+00:00 List-Id: Bernhard Rumpler wrote in message news:3819EA39.60B85317@eunet.at... > how can I get a wide character for an 'and-sign' (ISO 10646: 22c0)? > (i need to assign it to a string afterwards) > Wide_Ampersand : constant Wide_Character := Wide_Character'('&');