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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d25bdbf13c9589c X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: How to do case conversion? Date: 1996/08/11 Message-ID: <01bb87b9$4194f040$138371a5@dhoossr.iquest.com>#1/1 X-Deja-AN: 173554693 distribution: world references: <320D5A34.41C67EA6@cs.cmu.edu> content-type: text/plain; charset=ISO-8859-1 organization: DBH Enterprises, Inc. mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-08-11T00:00:00+00:00 List-Id: Hi Mike, The standard package Ada.Characters.Handling has subprograms To_Lower, and To_Upper, for both characters and strings. Hope this helps David C. Hoos, Sr., http://www.dbhwww.com http://www.ada95.com Mike Shen wrote in article <320D5A34.41C67EA6@cs.cmu.edu>... > I am trying to do case conversion in GNAT. Does anyone > know a simple way to do it? I expected the Ada.Strings(.Maps) > package to provide something for my purpose, but it doesn't. > > Thanks in advance. > > -Mike Shen >