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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9def0a9c238c7bd8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-12 16:40:06 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-feed.riddles.org.uk!freenix!isdnet!grolier!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news11-gui.server.ntli.net.POSTED!not-for-mail Message-ID: <3A88F0E2.EED95B62@linuxchip.demon.co.uk> From: Dr Adrian Wrigley X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.14-5.0smp i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada 0x Wish List References: <3A87F362.3B2F6CEE@bton.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 13 Feb 2001 00:31:30 -0800 NNTP-Posting-Host: 62.253.132.124 X-Complaints-To: abuse@ntlworld.com X-Trace: news11-gui.server.ntli.net 982024273 62.253.132.124 (Tue, 13 Feb 2001 00:31:13 GMT) NNTP-Posting-Date: Tue, 13 Feb 2001 00:31:13 GMT Organization: ntl Cablemodem News Service Xref: supernews.google.com comp.lang.ada:5204 Date: 2001-02-13T00:31:30-08:00 List-Id: John English wrote: > 2) Capitalised (or Capitalized, if you must ;-) as an alternative > to Lower_Case and Upper_Case for conversions to strings in > Enumeration_IO. I'd like to have As_Written (or something), so you get out the capitalisation that was used in the type declaration. (all the other conversions could be achieved with a simple function call). It always seemed messy and redundant to declare a function to achieve As_Written, which is the current solution. -- Adrian Wrigley.