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,293738e64f79b8a5 X-Google-Attributes: gid103376,public From: smosha@most.fw.hac.com (Stephen M O'Shaughnessy) Subject: Re: How do I use the package characters? Date: 1996/10/08 Message-ID: #1/1 X-Deja-AN: 188031633 sender: usenet@most.fw.hac.com x-nntp-posting-host: smosha references: organization: MESC mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-10-08T00:00:00+00:00 List-Id: At 02:57 AM 10/8/96 GMT, you wrote: >You just need a "with" clause for the package Ada.Character.Handling; >this package is part of the standard predefined environment and >must be supported by every implementation. > >-Ben > > Ben, Thanks for your reply. I tried this with Alsys on an HP workstation and with APEX on a Sun. They both choked on the periods. I then tried gnat on my PC. It worked. A little digging and I realized that the work- stations where running Ada-83. This is an Ada-95 package. Thanks again.